summaryrefslogtreecommitdiffstats
path: root/php-pecl-riak.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-06-23 12:55:42 +0200
committerRemi Collet <fedora@famillecollet.com>2014-06-23 12:55:42 +0200
commitfe7fd249fbe845955ee803996574c54c15024be3 (patch)
tree57702af3918599b433dec84144b89e0fe092c482 /php-pecl-riak.spec
parent2af063e5799b0c0ab9c6d93c83d259148630ab44 (diff)
php-pecl-riak: 1.2.0 (stable)
Diffstat (limited to 'php-pecl-riak.spec')
-rw-r--r--php-pecl-riak.spec18
1 files changed, 12 insertions, 6 deletions
diff --git a/php-pecl-riak.spec b/php-pecl-riak.spec
index 66e20d3..cba2516 100644
--- a/php-pecl-riak.spec
+++ b/php-pecl-riak.spec
@@ -30,7 +30,7 @@
Summary: Riak database PHP extension
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.1.6
+Version: 1.2.0
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: ASL 2.0 and BSD
Group: Development/Languages
@@ -61,14 +61,17 @@ Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
%if "%{?vendor}" == "Remi Collet"
# Other third party repo stuff
-Obsoletes: php53-pecl-%{pecl_name}
-Obsoletes: php53u-pecl-%{pecl_name}
-Obsoletes: php54-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: php55u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php55w-pecl-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "5.6"
-Obsoletes: php56u-pecl-%{pecl_name}
+Obsoletes: php56u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php56w-pecl-%{pecl_name} <= %{version}
%endif
%endif
@@ -227,6 +230,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Jun 23 2014 Remi Collet <remi@fedoraproject.org> - 1.2.0-1
+- Update to 1.2.0 (stable)
+
* Thu May 15 2014 Remi Collet <remi@fedoraproject.org> - 1.1.6-1
- Update to 1.1.6 (stable)