summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-07-18 08:17:40 +0200
committerRemi Collet <fedora@famillecollet.com>2013-07-18 08:17:40 +0200
commit9e98242bd8ae6d7970c20198ce7e382995cd299a (patch)
tree1178e8543fce951c57c29b18d6195f7269ba40d9
parenta0e042ddf337cec4ed50c679fc2b22e464e16605 (diff)
php-PhpCollection: 0.3.0 (backport)
-rw-r--r--php-PhpCollection.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php-PhpCollection.spec b/php-PhpCollection.spec
index 4b20e08..de008b2 100644
--- a/php-PhpCollection.spec
+++ b/php-PhpCollection.spec
@@ -1,7 +1,7 @@
%global github_owner schmittjoh
%global github_name php-collection
-%global github_version 0.2.0
-%global github_commit acb02a921bb364f360ce786b13455345063c4a07
+%global github_version 0.3.0
+%global github_commit 4925a0d7a39e137447a8f9d6339e6921fa09dca8
%global lib_name PhpCollection
@@ -11,7 +11,7 @@
Name: php-%{lib_name}
Version: %{github_version}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: General purpose collection library for PHP
Group: Development/Libraries
@@ -106,6 +106,12 @@ cp -rp src/%{lib_name} %{buildroot}%{_datadir}/php/
%changelog
+* Thu Jul 18 2013 Remi Collet <remi@fedoraproject.org> 0.3.0-1
+- backport 0.3.0 for remi repo.
+
+* Wed Jul 17 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.3.0-1
+- Updated to 0.3.0
+
* Tue Mar 19 2013 Remi Collet <remi@fedoraproject.org> 0.2.0-2
- backport 0.2.0 for remi repo.