From 9c72e3b13079b7ce162526df9840342a419207b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 4 Oct 2015 08:41:26 +0200 Subject: php-theseer-autoload: 1.20.2 --- php-theseer-autoload.spec | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'php-theseer-autoload.spec') diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec index ec75e3a..455ca7b 100644 --- a/php-theseer-autoload.spec +++ b/php-theseer-autoload.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 2898257e7174b80b964c3058ff3e6ddf139e43c3 +%global gh_commit 3672d3f54e7122245436732d22c5ff2170b3776c %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.20.0 +Version: 1.20.2 Release: 1%{?dist} Summary: A tool and library to generate autoload code @@ -97,11 +97,16 @@ install -Dpm 0755 phpab.php %{buildroot}%{_bindir}/phpab %check +: Create dir used in tests - https://github.com/theseer/Autoload/pull/67 +mkdir -p vendor/theseer + +: Fix test suite to use installed library cat < - 1.20.1-1 +* Sun Oct 4 2015 Remi Collet - 1.20.2-1 +- update to 1.20.2 + +* Sat Oct 3 2015 Remi Collet - 1.20.1-1 - update to 1.20.1 +* Sat Jul 25 2015 Remi Collet - 1.20.0-1 +- update to 1.20.0 + * Tue Jul 14 2015 Remi Collet - 1.19.2-1 - update to 1.19.2 -- cgit