summaryrefslogtreecommitdiffstats
path: root/php-pecl-amqp.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-10-19 17:43:28 +0200
committerRemi Collet <remi@remirepo.net>2017-10-19 17:43:28 +0200
commitd50af640d7373f9f232155bb6f81314892d34494 (patch)
tree0510adf4816554dc71998fab3e739aaccf4b6fa5 /php-pecl-amqp.spec
parentdd40c3f08053a220292e9ca86c53099d45f72fe3 (diff)
v1.9.3
Diffstat (limited to 'php-pecl-amqp.spec')
-rw-r--r--php-pecl-amqp.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec
index 90bfdb1..554422f 100644
--- a/php-pecl-amqp.spec
+++ b/php-pecl-amqp.spec
@@ -28,14 +28,14 @@
Summary: Communicate with any AMQP compliant server
Name: %{?sub_prefix}php-pecl-amqp
-Version: 1.9.1
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.9.3
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/amqp
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
-BuildRequires: %{?scl_prefix}php-devel > 5.3.0
+BuildRequires: %{?scl_prefix}php-devel > 5.3
BuildRequires: %{?scl_prefix}php-pear
#BuildRequires: php-debuginfo valgrind gdb
# Upstream requires 0.5.2, set 0.8.0 to ensure "last" is used.
@@ -306,6 +306,9 @@ fi
%changelog
+* Thu Oct 19 2017 Remi Collet <remi@remirepo.net> - 1.9.3-1
+- Update to 1.9.3 (stable)
+
* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.9.1-3
- rebuild for PHP 7.2.0beta1 new API