summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-09 16:54:11 +0200
committerRemi Collet <remi@remirepo.net>2019-09-09 16:54:11 +0200
commita08778fd7cc36d575d4780630c5857be3dd2fc71 (patch)
treeca2d440d26e2d75e2004bd59d02ba5fecae08858 /php-pecl-mongodb.spec
parent2acf2a877d8dca0bc12164f4cf55a8c4e0b7c8f6 (diff)
v1.6.0
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 0df64ff..aa00d75 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -42,10 +42,10 @@
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
%global upstream_version 1.6.0
-%global upstream_prever RC1
-%global upstream_lower ~rc1
+#global upstream_prever RC1
+#global upstream_lower ~rc1
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 Sep 9 2019 Remi Collet <remi@remirepo.net> - 1.6.0-1
+- update to 1.6.0
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.6.0~rc1-2
- rebuild for 7.4.0RC1