diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-05 14:56:31 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-05 14:56:31 +0100 |
commit | 2f3dbc84115a77be89b5a72f6250734420e1a10e (patch) | |
tree | cdbabac6a09d030f578f89d91f03c18c5c8cd4c9 /php-pecl-ev-dev.spec | |
parent | f59941ce89dbf8d4396e389206643f42084a268d (diff) |
php-pecl-ev: F24
Diffstat (limited to 'php-pecl-ev-dev.spec')
-rw-r--r-- | php-pecl-ev-dev.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/php-pecl-ev-dev.spec b/php-pecl-ev-dev.spec index 12f8374..06d364c 100644 --- a/php-pecl-ev-dev.spec +++ b/php-pecl-ev-dev.spec @@ -25,7 +25,7 @@ Summary: Provides interface to libev library Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.0.0 -Release: 0.6.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.7.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -158,6 +158,7 @@ do install -Dpm 644 $i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i done +%if 0%{?fedora} < 24 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -174,6 +175,7 @@ fi if [ $1 -eq 0 -a -x %{__pecl} ] ; then %{pecl_uninstall} %{pecl_name} >/dev/null || : fi +%endif %check @@ -234,6 +236,9 @@ rm -rf %{buildroot} %changelog +* Sat Mar 5 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.7.RC9 +- adapt for F24 + * Thu Feb 25 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.6.RC9 - Update to 1.0.0RC9 (php 5 and 7, beta) |