diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-19 00:25:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-19 00:25:53 +0200 |
commit | 3c0b5e1214af1c56880630dfb31e19830bae0807 (patch) | |
tree | 46ddeb16eb82f35879c9cd0a25131afc34ad5598 | |
parent | e693c3ae2569e97a9f48f2b63d1982d0021f6a6e (diff) |
rebuild for 7.2.0beta1
-rw-r--r-- | php-pecl-stomp.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-stomp.spec b/php-pecl-stomp.spec index 509692f..addcce4 100644 --- a/php-pecl-stomp.spec +++ b/php-pecl-stomp.spec @@ -16,7 +16,7 @@ Summary: Stomp client extension Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.0.1 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -213,6 +213,9 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 2.0.1-3 +- rebuild for PHP 7.2.0beta1 new API + * Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 2.0.1-2 - rebuild for 7.2.0alpha2 |