summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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