diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-mongodb.spec | 13 | 
4 files changed, 14 insertions, 7 deletions
@@ -1,5 +1,7 @@ +clog  package-*.xml  *.tgz +*.tar.bz2  *.tar.gz  *.tar.xz  *.tar.xz.asc @@ -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 @@ -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  | 
