diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-10-01 08:35:40 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-10-01 08:35:40 +0200 |
commit | 1bb92fb79d153bf5c9c25549882b15c2db128aea (patch) | |
tree | b518105b03acf674b21142d28c538c1b68c26a3f | |
parent | da91c5d4e2752086f57b56a2d05aba1a03c8fd1f (diff) |
php-pecl-pthreads: 2.0.10
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-pthreads.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #124 pthreads version 2.0.9 ] { +Extension [ <persistent> extension #125 pthreads version 2.0.10 ] { - Constants [10] { Constant [ integer PTHREADS_INHERIT_ALL ] { 1118481 } diff --git a/php-pecl-pthreads.spec b/php-pecl-pthreads.spec index ab48092..ddbc220 100644 --- a/php-pecl-pthreads.spec +++ b/php-pecl-pthreads.spec @@ -20,7 +20,7 @@ Summary: Threading API Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 2.0.9 +Version: 2.0.10 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -167,6 +167,9 @@ rm -rf %{buildroot} %changelog +* Wed Oct 01 2014 Remi Collet <remi@fedoraproject.org> - 2.0.10-1 +- Update to 2.0.10 (stable) + * Wed Sep 24 2014 Remi Collet <remi@fedoraproject.org> - 2.0.9-1 - Update to 2.0.9 (stable) |