summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-10-17 07:09:22 +0200
committerRemi Collet <remi@remirepo.net>2017-10-17 07:09:22 +0200
commit497049b524f7e38203126185138a0208c5799daa (patch)
tree9a138bb5c43eb759c65544599cb1e113d5ed7617
parent5e1d31db6b246febe20e61ec451281afcc7ef008 (diff)
v1.3.1
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec16
2 files changed, 13 insertions, 7 deletions
diff --git a/REFLECTION b/REFLECTION
index c064897..2e8a97f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #177 mongodb version 1.3.0 ] {
+Extension [ <persistent> extension #178 mongodb version 1.3.1 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #177 mongodb version 1.3.0 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.3.0 }
+ Constant [ string MONGODB_VERSION ] { 1.3.1 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index f9f44dd..55ca360 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -31,16 +31,17 @@
%global with_tests 0%{?_with_tests:1}
%endif
-%global libver 1.8.0
-%if 0%{?fedora} >= 99
+%if 0%{?fedora} >= 27
%global with_syslib 1
+%global libver 1.8
%else
%global with_syslib 0
+%global libver 1.8.1
%endif
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.3.0
+%global upstream_version 1.3.1
#global upstream_prever RC1
Version: %{upstream_version}
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
@@ -58,8 +59,8 @@ BuildRequires: openssl-devel
BuildRequires: pkgconfig(libbson-1.0) >= %{libver}
BuildRequires: pkgconfig(libmongoc-1.0) >= %{libver}
%else
-Provides: bundled(libbson) = %{libver}
-Provides: bundled(mongo-c-driver) = %{libver}
+Provides: bundled(libbson) = %{libver}
+Provides: bundled(mongo-c-driver) = %{libver}
%endif
BuildRequires: snappy-devel
BuildRequires: zlib-devel
@@ -320,8 +321,13 @@ exit $ret
%changelog
+* Tue Oct 17 2017 Remi Collet <remi@remirepo.net> - 1.3.1-1
+- Update to 1.3.1 (stable)
+- with libbson and libmongoc 1.8.1
+
* Wed Sep 20 2017 Remi Collet <remi@remirepo.net> - 1.3.0-1
- update to 1.3.0 (stable)
+- with libbson and libmongoc 1.8.0
* Fri Sep 15 2017 Remi Collet <remi@remirepo.net> - 1.3.0~RC1-1
- update to 1.3.0RC1