summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-newt.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-newt.spec b/php-pecl-newt.spec
index 012aab8..f3fc90f 100644
--- a/php-pecl-newt.spec
+++ b/php-pecl-newt.spec
@@ -15,7 +15,7 @@
Summary: Extension for Red Hat Newt window library
Name: php-pecl-%{pecl_name}
Version: 1.2.6
-Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -175,5 +175,8 @@ rm -rf %{buildroot}
%changelog
+* Sun Oct 13 2013 Remi Collet <remi@fedoraproject.org> - 1.2.6-2
+- rebuild with more upstream patch (fix segfault in ZTS shutdown)
+
* Sun Oct 13 2013 Remi Collet <remi@fedoraproject.org> - 1.2.6-1
- initial package, version 1.2.6 (stable)