From 7b9f93cc2cd3c4891c8406e6f2c20f90d945dc75 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 May 2017 19:12:46 +0200 Subject: v1.2.9 --- .gitignore | 7 +++++++ REFLECTION | 4 ++-- php-pecl-mongodb.spec | 9 ++++++++- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 .gitignore 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 diff --git a/REFLECTION b/REFLECTION index b5565df..aa9f834 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #169 mongodb version 1.2.8 ] { +Extension [ extension #170 mongodb version 1.2.9 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ 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 - 1.2.9-1 +- Update to 1.2.9 + * Mon Mar 20 2017 Remi Collet - 1.2.8-1 - Update to 1.2.8 -- cgit