diff options
-rw-r--r-- | php-pecl-nsq.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-nsq.spec b/php-pecl-nsq.spec index d1e8244..3915ec8 100644 --- a/php-pecl-nsq.spec +++ b/php-pecl-nsq.spec @@ -24,7 +24,7 @@ Summary: PHP extension for NSQ client Name: %{?sub_prefix}php-pecl-nsq Version: 3.4.1 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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 03 2019 Remi Collet <remi@remirepo.net> - 3.4.1-3 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 3.4.1-2 - rebuild for 7.4.0beta1 |