[php-pecl-mongo] upstream 1.2.1

Christof Damian cdamian at fedoraproject.org
Sun Jul 17 12:22:31 UTC 2011


commit e732fa1df5df99487005e625da25271ac7ddd1c7
Author: Christof Damian <christof at damian.net>
Date:   Sun Jul 17 14:21:55 2011 +0200

    upstream 1.2.1

 .gitignore          |    1 +
 php-pecl-mongo.spec |    9 ++++++---
 sources             |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27d538d..aab0ee3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /mongo-1.0.10.tgz
+/mongo-1.2.1.tgz
diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec
index f5598fc..2400c1a 100644
--- a/php-pecl-mongo.spec
+++ b/php-pecl-mongo.spec
@@ -11,8 +11,8 @@
 
 Summary:      PHP MongoDB database driver
 Name:         php-pecl-mongo
-Version:      1.0.10
-Release:      5%{?dist}
+Version:      1.2.1
+Release:      1%{?dist}
 License:      ASL 2.0
 Group:        Development/Languages
 URL:          http://pecl.php.net/package/%{pecl_name}
@@ -27,7 +27,7 @@ BuildRequires: php-pear >= 1.4.9-1.2
 Requires(post): %{__pecl}
 Requires(postun): %{__pecl}
 
-%if 0%{?php_zend_api}
+%if 0%{?php_zend_api:1}
 Requires:     php(zend-abi) = %{php_zend_api}
 Requires:     php(api) = %{php_core_api}
 %else
@@ -140,6 +140,9 @@ cd %{pecl_name}-%{version}
 
 
 %changelog
+* Sun Jul 17 2011 Christof Damian <christof at damian.net> - 1.2.1-1
+- upstream 1.2.1
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.10-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index a9f5d22..75c84d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16c934d86c9f02d96af7651dba6a8f9f  mongo-1.0.10.tgz
+a3b5aec035279e44a53492cbb64d343c  mongo-1.2.1.tgz


More information about the scm-commits mailing list