summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-12-22 06:47:56 +0100
committerRemi Collet <remi@remirepo.net>2017-12-22 06:47:56 +0100
commit39b9956490f998fbcfb13ebc5353c2a60f7b8a9f (patch)
treef05298c57d6b6de6c213ecab0ea7912cc770e65a
parent595d7d83ca1943ad57fbc4e0cbd64e0b3142e454 (diff)
Update to 1.4.0beta1
with libbson and libmongoc 1.9.0
-rw-r--r--php-pecl-mongodb.spec17
1 files changed, 11 insertions, 6 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 538fabe..64289e1 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -31,19 +31,20 @@
%global with_tests 0%{?_with_tests:1}
%endif
-%if 0%{?fedora} >= 27
+%if 0%{?fedora} >= 28
%global with_syslib 1
-%global libver 1.8
+%global libver 1.9
%else
%global with_syslib 0
-%global libver 1.8.2
+%global libver 1.9.0
%endif
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.3.4
-#global upstream_prever RC1
-Version: %{upstream_version}
+%global upstream_version 1.4.0
+%global upstream_prever beta1
+%global upstream_lower ~beta1
+Version: %{upstream_version}%{?upstream_lower}
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
Group: Development/Languages
@@ -321,6 +322,10 @@ exit $ret
%changelog
+* Fri Dec 22 2017 Remi Collet <remi@remirepo.net> - 1.4.0~beta1-1
+- Update to 1.4.0beta1
+- with libbson and libmongoc 1.9.0
+
* Sun Dec 3 2017 Remi Collet <remi@remirepo.net> - 1.3.4-1
- Update to 1.3.4