summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-30 18:49:42 +0100
committerRemi Collet <fedora@famillecollet.com>2015-10-30 18:49:42 +0100
commit6b4b110e8aecd55c4ae1a8e94966f25de41d9546 (patch)
tree30f55ce2460c35bc7ba7df65823ed51a34e9f8b9
parent147fea03edc078c1ff7b4eb40981ced7a3878258 (diff)
php-pecl-mongodb: 1.0.0 (stable)
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-mongodb-dev.spec7
-rw-r--r--php-pecl-mongodb.spec7
3 files changed, 13 insertions, 7 deletions
diff --git a/REFLECTION b/REFLECTION
index f53155c..7f5edea 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #126 mongodb version 1.0.0RC0 ] {
+Extension [ <persistent> extension #126 mongodb version 1.0.0 ] {
- INI {
Entry [ mongodb.debug <ALL> ]
@@ -7,8 +7,8 @@ Extension [ <persistent> extension #126 mongodb version 1.0.0RC0 ] {
}
- Constants [3] {
- Constant [ string MONGODB_VERSION ] { 1.0.0RC0 }
- Constant [ string MONGODB_STABILITY ] { beta }
+ Constant [ string MONGODB_VERSION ] { 1.0.0 }
+ Constant [ string MONGODB_STABILITY ] { stable }
Constant [ string BSON_NAMESPACE ] { MongoDB\BSON }
}
diff --git a/php-pecl-mongodb-dev.spec b/php-pecl-mongodb-dev.spec
index 8e7c6ab..fd7e0a8 100644
--- a/php-pecl-mongodb-dev.spec
+++ b/php-pecl-mongodb-dev.spec
@@ -18,12 +18,12 @@
%else
%global ini_name 40-%{pecl_name}.ini
%endif
-%global prever RC0
+#global prever RC0
Summary: MongoDB driver for PHP
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: 1.0.0
-Release: 0.5.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -220,6 +220,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Oct 30 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-2
+- update to 1.0.0 (stable)
+
* Tue Oct 27 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.5.RC0
- Update to 1.0.0RC0 (beta)
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index bf84f79..8e54abc 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -19,12 +19,12 @@
%else
%global ini_name 40-%{pecl_name}.ini
%endif
-%global prever RC0
+#global prever RC0
Summary: MongoDB driver for PHP
Name: php-pecl-%{pecl_name}
Version: 1.0.0
-Release: 0.6.%{prever}%{?dist}
+Release: 1%{?dist}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -190,6 +190,9 @@ cd ../ZTS
%changelog
+* Fri Oct 30 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-1
+- update to 1.0.0 (stable)
+
* Tue Oct 27 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.6.RC0
- Update to 1.0.0RC0 (beta)