summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-09 08:03:54 +0100
committerRemi Collet <remi@remirepo.net>2018-02-09 08:03:54 +0100
commit7f8230c98e35e6cf9fb49d66e0eb4248332f28b6 (patch)
treea546b8d490efac38cbf32aee859ac12d60046cae
parent40cb2b723a49a78c6f26162a4141f81cfc1976be (diff)
v1.4.0 (stable)
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-mongodb.spec9
2 files changed, 9 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index e89d370..e265483 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #185 mongodb version 1.4.0RC2 ] {
+Extension [ <persistent> extension #185 mongodb version 1.4.0 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,8 +14,8 @@ Extension [ <persistent> extension #185 mongodb version 1.4.0RC2 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.4.0RC2 }
- Constant [ string MONGODB_STABILITY ] { beta }
+ Constant [ string MONGODB_VERSION ] { 1.4.0 }
+ Constant [ string MONGODB_STABILITY ] { stable }
}
- Functions {
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 667f40c..a48da8d 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -35,7 +35,7 @@
%global with_tests 0%{?_with_tests:1}
%endif
-%if 0%{?fedora} >= 28
+%if 0%{?fedora} >= 27
%global with_syslib 1
%global libver 1.9
%else
@@ -46,8 +46,8 @@
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
%global upstream_version 1.4.0
-%global upstream_prever RC2
-%global upstream_lower ~rc2
+#global upstream_prever RC2
+#global upstream_lower ~rc2
Version: %{upstream_version}%{?upstream_lower}
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
@@ -326,6 +326,9 @@ exit $ret
%changelog
+* Fri Feb 9 2018 Remi Collet <remi@remirepo.net> - 1.4.0-1
+- Update to 1.4.0 (stable)
+
* Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 1.4.0~rc2-1
- Update to 1.4.0RC2