summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-11 07:23:41 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-11 07:23:41 +0200
commitdea85a1b1046a0307f94d6c78442bd3e59474f57 (patch)
treef827bb859741e2a3680a31bc66282a51c869aa4f
parent6173e6a9aa5f16ec710fa39808d3b77727e5af4f (diff)
php-pecl-pthreads: 2.0.7 (stable)
-rw-r--r--php-pecl-pthreads.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-pthreads.spec b/php-pecl-pthreads.spec
index 143c9b7..99fb02b 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.5
+Version: 2.0.7
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
@@ -71,7 +71,7 @@ This extension is only available for PHP in ZTS mode.
%setup -q -c
cd %{pecl_name}-%{version}
-sed -e '/PHP_PTHREADS_VERSION/s/2.0.1/%{version}/' -i php_pthreads.h
+sed -e '/PHP_PTHREADS_VERSION/s/2.0.8/%{version}/' -i php_pthreads.h
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_PTHREADS_VERSION/{s/.* "//;s/".*$//;p}' php_pthreads.h)
@@ -161,6 +161,9 @@ rm -rf %{buildroot}
%changelog
+* Sun May 11 2014 Remi Collet <remi@fedoraproject.org> - 2.0.7-1
+- Update to 2.0.7 (stable)
+
* Sat May 10 2014 Remi Collet <remi@fedoraproject.org> - 2.0.5-1
- Update to 2.0.5 (stable)
- add numerical prefix to extension configuration file