summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec12
3 files changed, 11 insertions, 7 deletions
diff --git a/PHPINFO b/PHPINFO
index 2765e04..c04f04f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 1.8.0beta2
+MongoDB extension version => 1.8.0RC1
MongoDB extension stability => beta
libbson headers version => 1.17.0-pre
libbson library version => 1.17.0-pre
diff --git a/REFLECTION b/REFLECTION
index 7d2d8d0..7ca90be 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #110 mongodb version 1.8.0beta2 ] {
+Extension [ <persistent> extension #112 mongodb version 1.8.0RC1 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #110 mongodb version 1.8.0beta2 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.8.0beta2 }
+ Constant [ string MONGODB_VERSION ] { 1.8.0RC1 }
Constant [ string MONGODB_STABILITY ] { beta }
}
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