diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 11:33:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 11:33:42 +0200 |
commit | 53458e8e35cd2be511b53e4ff65742b0f84f1e8b (patch) | |
tree | 456790457b7c4ce2f4c76b07647a04184c48d098 | |
parent | f8a0c6e3d6184b18fe103b194cb1894d356469a1 (diff) |
rebuild for 7.4.0RC1v1.5
-rw-r--r-- | php-pecl-mongodb.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 2c3e00b..477daff 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -29,7 +29,7 @@ # test suite requires a MongoDB server %global with_tests 0%{?_with_tests:1} -%if 0%{?fedora} >= 27 || 0%{?rhel} >= 9 +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 %global with_syslib 1 %global libver 1.13 %else @@ -43,7 +43,7 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name} #global upstream_prever RC2 #global upstream_lower ~rc2 Version: %{upstream_version}%{?upstream_lower} -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;')}} License: ASL 2.0 URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -325,6 +325,9 @@ exit $ret %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.5.5-3 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.5.5-2 - rebuild for 7.4.0beta1 |