diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-03-09 08:04:52 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-03-09 08:04:52 +0100 |
commit | c5957339f11902ca738565a69eaa69f4476a3c6e (patch) | |
tree | 3cc9d8444e9992a4bafce2f6d611f164372ba0e9 /php-pecl-pthreads.spec | |
parent | 7ec5bd55efe8b37e93915e3f1d3777daf8c455de (diff) |
php-pecl-pthreads: 1.0.1 (stable) + PR251
Diffstat (limited to 'php-pecl-pthreads.spec')
-rw-r--r-- | php-pecl-pthreads.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/php-pecl-pthreads.spec b/php-pecl-pthreads.spec index 2ff7542..5c61e57 100644 --- a/php-pecl-pthreads.spec +++ b/php-pecl-pthreads.spec @@ -12,14 +12,14 @@ Summary: Threading API Name: php-pecl-%{pecl_name} -Version: 1.0.0 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.0.1 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -# https://github.com/krakjoe/pthreads/pull/249 +# https://github.com/krakjoe/pthreads/pull/251 Patch0: %{pecl_name}.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -155,6 +155,11 @@ rm -rf %{buildroot} %changelog +* Sun Mar 09 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-1 +- Update to 1.0.1 (stable) +- open https://github.com/krakjoe/pthreads/pull/251 + fix build + fix warnings + * Fri Mar 07 2014 Remi Collet <remi@fedoraproject.org> - 1.0.0-2 - rebuild with new sources :( - open https://github.com/krakjoe/pthreads/pull/249 |