diff --git a/.gitignore b/.gitignore index 80784ce..0bfb6e5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ clog /gearman-1.1.1.tgz /gearman-1.1.2.tgz /gearman-2.0.1-f7ec3cf.tar.gz +/gearman-2.0.2-bbc426f.tar.gz diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec index 5291bf3..7d107db 100644 --- a/php-pecl-gearman.spec +++ b/php-pecl-gearman.spec @@ -6,7 +6,7 @@ # Please, preserve the changelog entries # -%global gh_commit f7ec3cf044f654a3db4c415658941898a6e4d42f +%global gh_commit bbc426f5609269de13a0edbea0a821c0c0b952f3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_date 20160816 %global gh_owner wcgallego @@ -17,7 +17,7 @@ %global ini_name 40-%{pecl_name}.ini Name: php-pecl-gearman -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} Summary: PHP wrapper to libgearman @@ -147,7 +147,10 @@ done %changelog -* Tue Sep 20 2016 Remi Collet - 2.0.1 +* Mon Nov 14 2016 Remi Collet - 2.0.2-1 +- update to 2.0.2 + +* Tue Sep 20 2016 Remi Collet - 2.0.1-1 - update to 2.0.1 for PHP 7 - use sources from https://github.com/wcgallego/pecl-gearman fork - spec cleanup diff --git a/sources b/sources index 2b64810..c9807e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ecda897400b974c7316bfbe23325fc6 gearman-2.0.1-f7ec3cf.tar.gz +07b7540b9ec5d28965cc25f9a63a30ff gearman-2.0.2-bbc426f.tar.gz