diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-13 20:06:13 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-13 20:06:13 +0200 |
commit | 826b1b0fe35a33e84026d176c3fbd117ec2a0722 (patch) | |
tree | 7b842fabff126f051fef4a70950a57425f4e74a4 | |
parent | 8d167dafc8820aebdbc7391ff585736ce2ec2645 (diff) |
php-pecl-newt: rebuild with more upstream patch (fix segfault in ZTS shutdown)
-rw-r--r-- | php-pecl-newt.spec | 5 |
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) |