diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-03 11:33:58 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-03 11:33:58 +0100 |
commit | c4417876c0202d686417f30cea7f27e3a8e6a2bc (patch) | |
tree | fa9364200f1513803f08351ee5761f0dab65a983 | |
parent | 40112406dad89f1f638b74dddae9ecc2edecdefd (diff) |
php-pecl-mongo: 1.6.4 (stable)
-rw-r--r-- | php-pecl-mongo.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec index 8c385c9..662b8f3 100644 --- a/php-pecl-mongo.spec +++ b/php-pecl-mongo.spec @@ -6,7 +6,7 @@ %global pecl_name mongo %global with_zts 0%{?__ztsphp:1} #global prever RC3 -%global gh_commit b0bd414d5c008b7914aa26b4173527e2a9e85dda +%global gh_commit d27a9e94a4544e7747cdeaea371cea4fcdede344 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mongodb %global gh_project mongo-php-driver @@ -21,7 +21,7 @@ Summary: PHP MongoDB database driver Name: %{?scl_prefix}php-pecl-mongo -Version: 1.6.3 +Version: 1.6.4 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: ASL 2.0 Group: Development/Languages @@ -225,6 +225,9 @@ rm -rf data %changelog +* Tue Mar 3 2015 Remi Collet <remi@fedoraproject.org> - 1.6.4-1 +- update to 1.6.4 (stable) + * Wed Feb 18 2015 Remi Collet <remi@fedoraproject.org> - 1.6.3-1 - update to 1.6.3 (stable) |