[php-pecl-amqp] update to 1.0.7

Remi Collet remi at fedoraproject.org
Wed Sep 12 12:27:08 UTC 2012


commit 81f0a56601c9ae7866f3b420bb711f86436cb3cf
Author: remi <fedora at famillecollet.com>
Date:   Wed Sep 12 14:27:00 2012 +0200

    update to 1.0.7

 .gitignore         |    1 +
 php-pecl-amqp.spec |   15 +++++++--------
 sources            |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8297876..25641c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ package-*.xml
 /amqp-1.0.3.tgz
 /amqp-1.0.4.tgz
 /amqp-1.0.5.tgz
+/amqp-1.0.7.tgz
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec
index 2421aea..a939de4 100644
--- a/php-pecl-amqp.spec
+++ b/php-pecl-amqp.spec
@@ -4,7 +4,7 @@
 
 Summary:       Communicate with any AMQP compliant server
 Name:          php-pecl-amqp
-Version:       1.0.5
+Version:       1.0.7
 Release:       1%{?dist}
 License:       PHP
 Group:         Development/Languages
@@ -20,14 +20,13 @@ Requires:         php(zend-abi) = %{php_zend_api}
 Requires:         php(api) = %{php_core_api}
 Requires(post):   %{__pecl}
 Requires(postun): %{__pecl}
-Provides:         php-pecl(%{pecl_name}) = %{version}-%{release}
 
+Provides:         php-pecl(%{pecl_name}) = %{version}
+Provides:         php-pecl(%{pecl_name})%{?_isa} = %{version}
 
-# RPM 4.8
+# filter private shared
 %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
 %{?filter_setup}
-# RPM 4.9
-%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}%{_libdir}/.*\\.so$
 
 
 %description
@@ -40,9 +39,6 @@ from any queue.
 %prep
 %setup -q -c
 
-sed -e '/Version/s/1.0.4/%{version}/' \
-    -i %{pecl_name}-%{version}/amqp.c
-
 # Upstream often forget to change this
 extver=$(sed -n '/"Version"/{s/.*"1/1/;s/".*$//;p}' %{pecl_name}-%{version}/amqp.c)
 if test "x${extver}" != "x%{version}"; then
@@ -134,6 +130,9 @@ fi
 
 
 %changelog
+* Wed Sep 12 2012 Remi Collet <remi at fedoraproject.org> - 1.0.7-1
+- update to 1.0.7
+
 * Mon Aug 27 2012 Remi Collet <remi at fedoraproject.org> - 1.0.5-1
 - update to 1.0.5
 - LICENSE now provided in upstream tarball
diff --git a/sources b/sources
index 8f7c3a6..d48c4ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82cce907d2bdd018a8c4b222fcd6d7d4  amqp-1.0.5.tgz
+31a70c587d7cbe96434b53f683cdd06b  amqp-1.0.7.tgz


More information about the scm-commits mailing list