summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-07-17 07:28:22 +0200
committerRemi Collet <remi@remirepo.net>2020-07-17 07:28:22 +0200
commitdeacbf7cebd28ff299ba34f0de42b7dbdc851e83 (patch)
treec7f335ac3c32a4b81e77717dd7f8c324f650ac1a /php-pecl-mongodb.spec
parentb6fb248334b8c8fbec7761f88c5fe9a7d5d6141f (diff)
update to 1.8.0RC1
with libbson and libmongoc 1.18.0-rc0
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 7c07ac5..bc08c69 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -39,15 +39,15 @@
%global libcryptver %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{libcrypt})
%else
%global with_syslib 0
-%global libmongo 1.17.0~beta2
+%global libmongo 1.17.0~rc0
%global libcrypt 1.0.3
%endif
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
%global upstream_version 1.8.0
-%global upstream_prever beta2
-%global upstream_lower ~beta2
+%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;')}}
License: ASL 2.0
@@ -93,7 +93,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{rele
Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release}
%endif
-%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
+%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
%if "%{php_version}" > "5.6"
Obsoletes: php56u-pecl-%{pecl_name} <= %{version}
@@ -342,6 +342,10 @@ exit $ret
%changelog
+* Fri Jul 17 2020 Remi Collet <remi@remirepo.net> - 1.8.0~rc1-1
+- update to 1.8.0RC1
+- with libbson and libmongoc 1.18.0-rc0
+
* Thu Jun 11 2020 Remi Collet <remi@remirepo.net> - 1.8.0~beta2-1
- update to 1.8.0beta2
- with libbson and libmongoc 1.18.0-beta2