diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-08-01 09:13:07 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-08-01 09:13:07 +0200 |
commit | 76a34f18ecaa56c87d1021f226c0b29d6f3cc9a2 (patch) | |
tree | 170f6cabafe03f4275aab98f871e180e77525186 | |
parent | c71597461cdef574793b45324ba2919990c45caf (diff) |
php-pecl-mongo-1.2.12
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | php-pecl-mongo.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../../common/Makefile diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec index e7486cc..7c16919 100644 --- a/php-pecl-mongo.spec +++ b/php-pecl-mongo.spec @@ -12,8 +12,8 @@ Summary: PHP MongoDB database driver Name: %{phpname}-pecl-mongo -Version: 1.2.10 -Release: 2%{?dist} +Version: 1.2.12 +Release: 1%{?dist} License: ASL 2.0 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -158,6 +158,9 @@ fi %changelog +* Wed Aug 01 2012 Remi Collet <RPMS@FamilleCollet.com> - 1.2.12-1 +- update to 1.2.12 + * Tue Apr 10 2012 Remi Collet <RPMS@FamilleCollet.com> - 1.2.10-2 - update to 1.2.10, php 5.4 build |