diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-08 17:09:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-08 17:09:04 +0200 |
commit | 5578d1eeb5f723305a7d764505dbd3411be64228 (patch) | |
tree | 1a37d5b0030b622a6b07814bbe542fb2dbebda7a | |
parent | a9d5936105bf449e8170b1ce7fd0cc579df4beff (diff) |
php-pecl-eio: 2.0.0 (stable)
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-eio.spec | 13 |
2 files changed, 11 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #89 eio version 2.0.0RC3 ] { +Extension [ <persistent> extension #89 eio version 2.0.0 ] { - Dependencies { Dependency [ sockets (Optional) ] diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index e5bac7a..4e0e3d2 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -23,10 +23,10 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} %else %global sub_prefix %{scl_prefix} %endif +%scl_package php-pecl-eio %endif -%global prever RC3 +#global prever RC3 -%{?scl: %scl_package php-pecl-eio} # # NOTE: bundled libeio (which is retired from Fedora) @@ -35,7 +35,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} Summary: Provides interface to the libeio library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.0.0 -Release: 0.4.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -86,6 +86,10 @@ Obsoletes: php56w-pecl-%{pecl_name} <= %{version} Obsoletes: php70u-pecl-%{pecl_name} <= %{version} Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.1" +Obsoletes: php71u-pecl-%{pecl_name} <= %{version} +Obsoletes: php71w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -266,6 +270,9 @@ rm -rf %{buildroot} %changelog +* Wed Jun 8 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-1 +- Update to 2.0.0 (stable) + * Wed Mar 23 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.4.RC3 - Update to 2.0.0RC3 (no change) |