diff options
Diffstat (limited to 'php-pecl-nsq.spec')
-rw-r--r-- | php-pecl-nsq.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-nsq.spec b/php-pecl-nsq.spec index 3915ec8..75140f2 100644 --- a/php-pecl-nsq.spec +++ b/php-pecl-nsq.spec @@ -23,8 +23,8 @@ Summary: PHP extension for NSQ client Name: %{?sub_prefix}php-pecl-nsq -Version: 3.4.1 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 3.4.2 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz License: PHP URL: http://pecl.php.net/package/nsq @@ -226,6 +226,9 @@ fi %changelog +* Tue Sep 17 2019 Remi Collet <remi@remirepo.net> - 3.4.2-1 +- update to 3.4.2 + * Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 3.4.1-3 - rebuild for 7.4.0RC1 |