diff options
| author | Remi Collet <remi@remirepo.net> | 2017-05-04 19:12:46 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-05-04 19:12:46 +0200 | 
| commit | 7b9f93cc2cd3c4891c8406e6f2c20f90d945dc75 (patch) | |
| tree | 799867adf7316aa956eb6ae3067ad7532b0eb737 | |
| parent | f66e3518b7a55a318f0601c282c0018f833f4500 (diff) | |
v1.2.9
| -rw-r--r-- | .gitignore | 7 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-mongodb.spec | 9 | 
3 files changed, 17 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #169 mongodb version 1.2.8 ] { +Extension [ <persistent> extension #170 mongodb version 1.2.9 ] {    - Dependencies {      Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #169 mongodb version 1.2.8 ] {    }    - Constants [2] { -    Constant [ string MONGODB_VERSION ] { 1.2.8 } +    Constant [ string MONGODB_VERSION ] { 1.2.9 }      Constant [ string MONGODB_STABILITY ] { stable }    } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 0721762..aeb76d3 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -40,7 +40,7 @@  Summary:        MongoDB driver for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name} -Version:        1.2.8 +Version:        1.2.9  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        ASL 2.0  Group:          Development/Languages @@ -98,6 +98,10 @@ Obsoletes:     php70w-pecl-%{pecl_name} <= %{version}  Obsoletes:     php71u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php71w-pecl-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.2" +Obsoletes:     php72u-pecl-%{pecl_name} <= %{version} +Obsoletes:     php72w-pecl-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -327,6 +331,9 @@ exit $ret  %changelog +* Thu May  4 2017 Remi Collet <remi@remirepo.net> - 1.2.9-1 +- Update to 1.2.9 +  * Mon Mar 20 2017 Remi Collet <remi@remirepo.net> - 1.2.8-1  - Update to 1.2.8  | 
