summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-27 09:40:38 +0200
committerRemi Collet <remi@remirepo.net>2020-08-27 09:40:38 +0200
commit7bea8adb1af5f454fad5700609a147804c00b59a (patch)
tree5614cb06a47936f1385d0c03e12618bf55d89fd9
parent3f5f3d79cfcbef42fad730947af16f2d14252fe6 (diff)
rebuild with system library on EL-8
-rw-r--r--php-pecl-mongodb.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index f6b9497..53b73f0 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -26,7 +26,7 @@
%global with_tests 0%{?_with_tests:1}
# temp for EL-8 until available in EPEL
-%if 0%{?fedora} >= 30 || 0%{?rhel} >= 9
+%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8
%global with_syslib 1
%global libmongo 1.17
#global libmongover #{libmongo}
@@ -45,7 +45,7 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name}
#global upstream_prever RC1
#global upstream_lower ~rc1
Version: %{upstream_version}%{?upstream_lower}
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -338,6 +338,9 @@ exit $ret
%changelog
+* Thu Aug 27 2020 Remi Collet <remi@remirepo.net> - 1.8.0-2
+- rebuild with system library on EL-8
+
* Fri Jul 31 2020 Remi Collet <remi@remirepo.net> - 1.8.0-1
- update to 1.8.0
- with libbson and libmongoc 1.17.0