summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-08 08:10:43 +0200
committerRemi Collet <remi@remirepo.net>2018-08-08 08:10:43 +0200
commit996eb1e88d8cfd9e9ef4cf35de62aba5eae5f33d (patch)
tree15ae305dd7ea7e151ac22bec0b3d31d99b893af7 /php-pecl-mongodb.spec
parent5bd98eadbc24f4959fd14769c1d69dec205b4ab6 (diff)
v1.5.2
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index bf1b7de..7546e01 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.1
+%global upstream_version 1.5.2
#global upstream_prever RC2
#global upstream_lower ~rc2
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
+* Wed Aug 8 2018 Remi Collet <remi@remirepo.net> - 1.5.2-1
+- update to 1.5.2
+
* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 1.5.1-2
- rebuld for 7.3.0alpha4 new ABI