summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-06 14:40:04 +0200
committerRemi Collet <remi@remirepo.net>2020-10-06 14:40:04 +0200
commit71edf5aa7a684b034e772d754274f300f9635649 (patch)
treea3fae5dfc2ddb439009284c8860e63b065d80f0d
parent7bea8adb1af5f454fad5700609a147804c00b59a (diff)
update to 1.8.1
-rw-r--r--.gitignore2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec13
4 files changed, 14 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 1ab5c4f..01f0400 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
+clog
package-*.xml
*.tgz
+*.tar.bz2
*.tar.gz
*.tar.xz
*.tar.xz.asc
diff --git a/PHPINFO b/PHPINFO
index 27b4c5b..cba7708 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 1.8.0
+MongoDB extension version => 1.8.1
MongoDB extension stability => stable
libbson headers version => 1.17.0
libbson library version => 1.17.0
diff --git a/REFLECTION b/REFLECTION
index 4953cc1..9981762 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #112 mongodb version 1.8.0 ] {
+Extension [ <persistent> extension #113 mongodb version 1.8.1 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #112 mongodb version 1.8.0 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.8.0 }
+ Constant [ string MONGODB_VERSION ] { 1.8.1 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 53b73f0..97e3fd2 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} >= 8
+%if 0%{?fedora} >= 31 || 0%{?rhel} >= 8
%global with_syslib 1
%global libmongo 1.17
#global libmongover #{libmongo}
@@ -41,11 +41,11 @@
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.8.0
+%global upstream_version 1.8.1
#global upstream_prever RC1
#global upstream_lower ~rc1
Version: %{upstream_version}%{?upstream_lower}
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?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
@@ -113,7 +113,9 @@ Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.4"
Obsoletes: php74-pecl-%{pecl_name} <= %{version}
-Obsoletes: php74w-pecl-%{pecl_name} <= %{version}
+%endif
+%if "%{php_version}" > "8.0"
+Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
%endif
@@ -338,6 +340,9 @@ exit $ret
%changelog
+* Tue Oct 6 2020 Remi Collet <remi@remirepo.net> - 1.8.1-1
+- update to 1.8.1
+
* Thu Aug 27 2020 Remi Collet <remi@remirepo.net> - 1.8.0-2
- rebuild with system library on EL-8