diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-11-13 09:09:06 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-11-13 09:09:06 +0100 | 
| commit | 15964cb5ef2b6c8a55816a462ebde9326b425d28 (patch) | |
| tree | 43e48672c648293c66e2f533b795b9a9faaade04 | |
| parent | 740fe5c1dd862d9b043be4bf737aa6876ad76ff5 (diff) | |
php-pecl-amqp: 1.0.9
| -rw-r--r-- | php-pecl-amqp.spec | 13 | 
1 files changed, 4 insertions, 9 deletions
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index bc5c6f4..5b58fc5 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -4,17 +4,13 @@  Summary:       Communicate with any AMQP compliant server  Name:          php-pecl-amqp -Version:       1.0.8 +Version:       1.0.9  Release:       1%{?dist}  License:       PHP  Group:         Development/Languages  URL:           http://pecl.php.net/package/amqp  Source0:       http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -# https://github.com/pdezwart/php-amqp/issues/19 -Source1:       https://raw.github.com/pdezwart/php-amqp/master/amqp_object_store.c -Source2:       https://raw.github.com/pdezwart/php-amqp/master/amqp_object_store.h -  BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root  BuildRequires: php-devel > 5.2.0  BuildRequires: php-pear @@ -55,10 +51,6 @@ from any queue.  cd %{pecl_name}-%{version} -cp %{SOURCE1} %{SOURCE2} . - -sed -e '/"Version"/s/"1.0.6"/"%{version}"/' -i amqp.c -  # Upstream often forget to change this  extver=$(sed -n '/"Version"/{s/.*"1/1/;s/".*$//;p}' amqp.c)  if test "x${extver}" != "x%{version}"; then @@ -168,6 +160,9 @@ fi  %changelog +* Tue Nov 13 2012 Remi Collet <remi@fedoraproject.org> - 1.0.9-1 +- update to 1.0.9 +  * Mon Nov 12 2012 Remi Collet <remi@fedoraproject.org> - 1.0.8-1  - update to 1.0.8  - build ZTS extension  | 
