summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-20 19:15:21 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-20 19:15:21 +0100
commitf66e3518b7a55a318f0601c282c0018f833f4500 (patch)
tree4d9efdc33b4c141181b13d33e812caca6086e6bb
parentfb4f31a6e24eb6699bd9d278b021f1398b375425 (diff)
php-pecl-mongodb: 1.2.8
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec7
2 files changed, 7 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 6d135cd..b5565df 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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