summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-04 11:23:46 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-04 11:23:46 +0200
commit180b0256f503c39e1efe2c8cc1caf2edf592f1b1 (patch)
tree44b72d8a0c2c778f315c23f199d8edf609dac1ab
parent4ad4f14452b5ef30bd7e1512e6f078e1d5e5a466 (diff)
php-pecl-mongo: 1.5.0 (stable)
-rw-r--r--php-pecl-mongo-dev.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/php-pecl-mongo-dev.spec b/php-pecl-mongo-dev.spec
index 802c198..17047cf 100644
--- a/php-pecl-mongo-dev.spec
+++ b/php-pecl-mongo-dev.spec
@@ -4,8 +4,8 @@
%global pecl_name mongo
%global with_zts 0%{?__ztsphp:1}
-%global prever RC2
-%global gh_commit b0c4f81a41322a31e3e8cae79807e3049472f47f
+#global prever RC2
+%global gh_commit b249aec0ea0aa40ff71b9de1121d0ac4eaf77ded
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner mongodb
%global gh_project mongo-php-driver
@@ -14,7 +14,7 @@
Summary: PHP MongoDB database driver
Name: php-pecl-mongo
Version: 1.5.0
-Release: 0.3.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: ASL 2.0
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -76,6 +76,8 @@ Obsoletes: php56u-pecl-%{pecl_name}
This package provides an interface for communicating with the
MongoDB database in PHP.
+Documentation: http://php.net/mongo
+
%prep
%setup -c -q
@@ -212,6 +214,9 @@ rm -rf data
%changelog
+* Fri Apr 4 2014 Remi Collet <remi@fedoraproject.org> - 1.5.0-1
+- Update to 1.5.0 (no change since RC2)
+
* Tue Apr 1 2014 Remi Collet <remi@fedoraproject.org> - 1.5.0-0.3-RC2
- Update to 1.5.0RC2