summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-03 16:07:36 +0100
committerRemi Collet <remi@remirepo.net>2018-12-03 16:07:36 +0100
commit3b566427234628d6c02a16b7794cbff5f2db43fb (patch)
treeb3d38d9a026933d0d86c7f799ff9f3add352c41c /php-pecl-mongodb.spec
parent290429a8fff0d85652e79306379957bc2d27635b (diff)
v1.6.0alpha1
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 7da03b2..cc128c6 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -46,11 +46,11 @@
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.5.3
-#global upstream_prever RC2
-#global upstream_lower ~rc2
+%global upstream_version 1.6.0
+%global upstream_prever alpha1
+%global upstream_lower ~alpha1
Version: %{upstream_version}%{?upstream_lower}
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -328,6 +328,9 @@ exit $ret
%changelog
+* Mon Dec 3 2018 Remi Collet <remi@remirepo.net> - 1.6.0~alpha1-1
+- update to 1.6.0alpha1
+
* Sat Dec 1 2018 Remi Collet <remi@remirepo.net> - 1.5.3-2
- EL-8 build (using bundled libmongc for now)