summaryrefslogtreecommitdiffstats
path: root/php-PhpCollection.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-22 18:08:23 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-22 18:08:23 +0200
commit589d2151865c7fc6b383f898cbf03a1db128e9bb (patch)
tree86080bcfc635ea61383f7424e6d632029a0f8ab9 /php-PhpCollection.spec
parent09c378f9c84a32e2dc67fbb0f9cf61919cfa1883 (diff)
php-PhpCollection: 0.4.0 (backport)
Diffstat (limited to 'php-PhpCollection.spec')
-rw-r--r--php-PhpCollection.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php-PhpCollection.spec b/php-PhpCollection.spec
index 09c245b..480193f 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.3.1
-%global github_commit dbec93115a5ff149b476ee2d4ede3880239a3d77
+%global github_version 0.4.0
+%global github_commit b8bf55a0a929ca43b01232b36719f176f86c7e83
%global lib_name PhpCollection
@@ -31,13 +31,13 @@ BuildRequires: php(language) >= %{php_min_ver}
BuildRequires: php-pear(pear.phpunit.de/PHPUnit)
BuildRequires: php-PhpOption >= %{phpoption_min_ver}
BuildRequires: php-PhpOption < %{phpoption_max_ver}
-# For tests: phpcompatinfo (computed from v0.3.1)
+# For tests: phpcompatinfo (computed from version 0.4.0)
BuildRequires: php-spl
Requires: php(language) >= %{php_min_ver}
Requires: php-PhpOption >= %{phpoption_min_ver}
Requires: php-PhpOption < %{phpoption_max_ver}
-# phpcompatinfo (computed from v0.3.1)
+# phpcompatinfo (computed from version 0.4.0)
Requires: php-spl
%description
@@ -113,6 +113,12 @@ sed 's/function testMap/function SKIP_testMap/' \
%changelog
+* Tue Apr 22 2014 Remi Collet <remi@fedoraproject.org> 0.4.0-1
+- backport 0.4.0 for remi repo.
+
+* Mon Apr 21 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.4.0-1
+- Updated to 0.4.0 (BZ #1078754)
+
* Mon Dec 30 2013 Remi Collet <remi@fedoraproject.org> 0.3.1-1
- backport 0.3.1 for remi repo.