summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-27 08:20:33 +0200
committerRemi Collet <remi@php.net>2022-07-27 08:20:33 +0200
commitce079e51a855d2eebd532a2510af019c52a1c059 (patch)
tree780508d02abab5488f37f4ddba9d103d717b1d98 /php-pecl-mongodb.spec
parentad9e6e4aed536197c63adf7fa99c4f46c9439cb4 (diff)
build with system libraries
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index f930e06..c7af6d3 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -25,8 +25,8 @@
# test suite requires a MongoDB server
%bcond_with tests
-# temp for EL-8 until available in EPEL
-%if 0%{?fedora} >= 99 || 0%{?rhel} >= 99
+# temp for EL until available in EPEL
+%if 0%{?fedora} >= 34 || 0%{?rhel} >= 8
%bcond_without syslib
%else
%bcond_with syslib
@@ -51,7 +51,7 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name}
#global upstream_prever beta1
#global upstream_lower ~beta1
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
@@ -329,6 +329,9 @@ exit $ret
%changelog
+* Wed Jul 27 2022 Remi Collet <remi@remirepo.net> - 1.14.0-2
+- build with system libraries
+
* Mon Jul 18 2022 Remi Collet <remi@remirepo.net> - 1.14.0-1
- update to 1.14.0
- use bundled libmongocrypt 1.5.0