summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-01 07:17:07 +0100
committerRemi Collet <remi@remirepo.net>2018-12-01 07:17:07 +0100
commit290429a8fff0d85652e79306379957bc2d27635b (patch)
treed0ace063eb551c97fbb2d85043fb4afe869d834f
parent8ea91ab2174dc50757b5b0ee31e7279e1cd70b4d (diff)
EL-8 build
-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 f1cbc89..7da03b2 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -36,7 +36,7 @@
%global with_tests 0%{?_with_tests:1}
%endif
-%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
+%if 0%{?fedora} >= 27 || 0%{?rhel} >= 9
%global with_syslib 1
%global libver 1.13
%else
@@ -50,7 +50,7 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name}
#global upstream_prever RC2
#global upstream_lower ~rc2
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: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -328,6 +328,9 @@ exit $ret
%changelog
+* Sat Dec 1 2018 Remi Collet <remi@remirepo.net> - 1.5.3-2
+- EL-8 build (using bundled libmongc for now)
+
* Fri Sep 21 2018 Remi Collet <remi@remirepo.net> - 1.5.3-1
- update to 1.5.3
- with libbson and libmongoc 1.13.0