summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-11-25 15:59:37 +0100
committerRemi Collet <fedora@famillecollet.com>2014-11-25 15:59:37 +0100
commit6238c3470538d0c354031a1a0919b21ebd51c5bd (patch)
treec78c11e3525c19c893f70d5aad685842cf15fb1f
parent9bef1b4e054d81b20f0034e9bc83d294c2b4c161 (diff)
php-theseer-autoload: 1.16.2
-rw-r--r--php-theseer-autoload.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec
index f4f040b..2386584 100644
--- a/php-theseer-autoload.spec
+++ b/php-theseer-autoload.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 31b01130e76eea8333e07dc8c918a2fd131f6752
+%global gh_commit 2a47cae1efaf0b395f72e748cfbcbd2f54399616
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner theseer
%global gh_project Autoload
@@ -15,7 +15,7 @@
%global pear_channel pear.netpirates.net
Name: php-theseer-autoload
-Version: 1.16.1
+Version: 1.16.2
Release: 1%{?dist}
Summary: A tool and library to generate autoload code
@@ -32,11 +32,16 @@ BuildArch: noarch
BuildRequires: php(language) >= 5.3.1
# For tests
BuildRequires: php-composer(theseer/directoryscanner) >= 1.3.0
+BuildRequires: php-composer(theseer/directoryscanner) < 1.4
BuildRequires: %{_bindir}/phpunit
# From composer.json
+# "theseer/directoryscanner": "~1.3.0",
+# "zetacomponents/console-tools": "dev-master"
Requires: php(language) >= 5.3.1
Requires: php-composer(theseer/directoryscanner) >= 1.3.0
+Requires: php-composer(theseer/directoryscanner) < 1.4
+# Use ezc instead of zetacomponent (no release, no package)
Requires: php-pear(components.ez.no/ConsoleTools) >= 1.6
# From phpcompatinfo report for version 1.16.1
Requires: php-date
@@ -110,6 +115,9 @@ fi
%changelog
+* Tue Nov 25 2014 Remi Collet <remi@fedoraproject.org> - 1.16.2-1
+- Update to 1.16.2
+
* Tue Nov 25 2014 Remi Collet <remi@fedoraproject.org> - 1.16.1-1
- Update to 1.16.1
- switch from pear to github sources