summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-25 15:08:41 +0100
committerRemi Collet <remi@remirepo.net>2020-11-25 15:08:41 +0100
commitd8195e99a648861b6fe04ad7d0f8e9764f782823 (patch)
tree92957ffa28daa78c5cf98e290385b58f8c69c7a9 /php-pecl-mongodb.spec
parent3bc9a48545bfaa6fccf4ce7914e87708b8cf7745 (diff)
update to 1.9.0 (stable)
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 ad2ac50..73adbbb 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -42,8 +42,8 @@
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
%global upstream_version 1.9.0
-%global upstream_prever RC1
-%global upstream_lower ~rc1
+#global upstream_prever RC1
+#global upstream_lower ~rc1
Version: %{upstream_version}%{?upstream_lower}
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
@@ -346,6 +346,9 @@ exit $ret
%changelog
+* Wed Nov 25 2020 Remi Collet <remi@remirepo.net> - 1.9.0-1
+- update to 1.9.0 (stable)
+
* Wed Nov 11 2020 Remi Collet <remi@remirepo.net> - 1.9.0~RC1-1
- update to 1.9.0RC1 (beta)