diff options
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-mongodb.spec | 7 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #169 mongodb version 1.2.7 ] { +Extension [ <persistent> extension #169 mongodb version 1.2.8 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #169 mongodb version 1.2.7 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.2.7 } + Constant [ string MONGODB_VERSION ] { 1.2.8 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index bba61af..0721762 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.7 +Version: 1.2.8 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 Group: Development/Languages @@ -127,7 +127,7 @@ sed -e 's/role="test"/role="src"/' \ cd NTS # Sanity check, really often broken -extver=$(sed -n '/#define MONGODB_VERSION_S/{s/.* "//;s/".*$//;p}' php_phongo.h) +extver=$(sed -n '/#define PHP_MONGODB_VERSION/{s/.* "//;s/".*$//;p}' php_phongo.h) if test "x${extver}" != "x%{version}%{?prever:%{prever}}"; then : Error: Upstream extension version is ${extver}, expecting %{version}%{?prever:%{prever}}. exit 1 @@ -327,6 +327,9 @@ exit $ret %changelog +* Mon Mar 20 2017 Remi Collet <remi@remirepo.net> - 1.2.8-1 +- Update to 1.2.8 + * Wed Mar 15 2017 Remi Collet <remi@remirepo.net> - 1.2.7-1 - Update to 1.2.7 |