diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-28 12:10:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-28 12:10:38 +0200 |
commit | 81a225c89f8d3bbd0ec081277b1415ab4c00a5db (patch) | |
tree | 39e805bcb225b1a49276503e4836fe98dd88c9a1 /php-pecl-raphf.spec | |
parent | 56948fd094b0ff443a41824891af13365ea00119 (diff) |
php-pecl-raphf: 1.1.0 (stable)
Diffstat (limited to 'php-pecl-raphf.spec')
-rw-r--r-- | php-pecl-raphf.spec | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/php-pecl-raphf.spec b/php-pecl-raphf.spec index 11a147e..06259b8 100644 --- a/php-pecl-raphf.spec +++ b/php-pecl-raphf.spec @@ -36,8 +36,8 @@ Summary: Resource and persistent handles factory Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.0.4 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.1.0 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -61,17 +61,17 @@ Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} # Other third party repo stuff -Obsoletes: php53-pecl-%{pecl_name} -Obsoletes: php53u-pecl-%{pecl_name} -Obsoletes: php54-pecl-%{pecl_name} -Obsoletes: php54w-pecl-%{pecl_name} +Obsoletes: php53-pecl-%{pecl_name} <= %{version} +Obsoletes: php53u-pecl-%{pecl_name} <= %{version} +Obsoletes: php54-pecl-%{pecl_name} <= %{version} +Obsoletes: php54w-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "5.5" -Obsoletes: php55u-pecl-%{pecl_name} -Obsoletes: php55w-pecl-%{pecl_name} +Obsoletes: php55u-pecl-%{pecl_name} <= %{version} +Obsoletes: php55w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "5.6" -Obsoletes: php56u-pecl-%{pecl_name} -Obsoletes: php56w-pecl-%{pecl_name} +Obsoletes: php56u-pecl-%{pecl_name} <= %{version} +Obsoletes: php56w-pecl-%{pecl_name} <= %{version} %endif %endif @@ -256,6 +256,9 @@ rm -rf %{buildroot} %changelog +* Tue Jul 28 2015 Remi Collet <remi@fedoraproject.org> - 1.1.0-1 +- Update to 1.1.0 (stable) + * Sun Jun 21 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-5 - allow build against rh-php56 (as more-php56) - drop runtime dependency on pear, new scriptlets |