diff options
-rw-r--r-- | php-pecl-mysql.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec index cce796d..a11727b 100644 --- a/php-pecl-mysql.spec +++ b/php-pecl-mysql.spec @@ -35,9 +35,9 @@ Summary: MySQL database access functions Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.0 %if 0%{?gh_date:1} -Release: 0.21.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.22.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: PHP @@ -296,7 +296,10 @@ fi %changelog -* Thu May 23 2019 Remi Collet <remi@remirepo.net> - 1.0.0-0.21.20190415.d7643af* +* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.0.0-0.22.20190415.d7643af +- rebuild for 7.4.0beta1 + +* Thu May 23 2019 Remi Collet <remi@remirepo.net> - 1.0.0-0.21.20190415.d7643af - refresh * Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.0-0.20.20180226.647c933 |