summaryrefslogtreecommitdiffstats
path: root/php-pecl-zmq.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-25 17:54:35 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-25 17:54:35 +0200
commitb6935f814e103e527fe059d45dc3cd35b71eb5a5 (patch)
treee636195b55d29fe1f0c2c3e03e0e0648b3f4cbc0 /php-pecl-zmq.spec
parentb55f0554be46ec0751d98f75697efb367aa18c6c (diff)
php-pecl-zmq: 1.0.9
Diffstat (limited to 'php-pecl-zmq.spec')
-rw-r--r--php-pecl-zmq.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-pecl-zmq.spec b/php-pecl-zmq.spec
index e8fbb3f..dde9d50 100644
--- a/php-pecl-zmq.spec
+++ b/php-pecl-zmq.spec
@@ -15,7 +15,7 @@
Summary: ZeroMQ messaging
Name: php-pecl-%{pecl_name}
-Version: 1.0.8
+Version: 1.0.9
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
Group: Development/Languages
@@ -38,8 +38,9 @@ Requires(postun): %{__pecl}
Requires: php(zend-abi) = %{php_zend_api}
Requires: php(api) = %{php_core_api}
-# 1.0.7 is the first pecl release.
-Obsoletes: php-%{pecl_name} < 1.0.7
+# Version 1.0.7 is the first pecl release
+# Fedora/EPEL still provides php-zmq, not php-pecl-zmq
+Obsoletes: php-%{pecl_name} < %{version}
Provides: php-%{pecl_name} = %{version}
Provides: php-%{pecl_name}%{?_isa} = %{version}
Provides: php-pecl(%{pecl_name}) = %{version}
@@ -183,6 +184,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Oct 25 2013 Remi Collet <remi@fedoraproject.org> - 1.0.9-1
+- Update to 1.0.9
+
* Thu Oct 24 2013 Remi Collet <remi@fedoraproject.org> - 1.0.8-1
- Update to 1.0.8
- run upstream test suite during build