From cc58a7b30cddfd50f18a64c20838a64300f929e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Jul 27 2015 05:22:12 +0000 Subject: v1.4.1 (only CS) --- diff --git a/.gitignore b/.gitignore index 9d564e8..20dfbb2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ File_Iterator-1.2.2.tgz /File_Iterator-1.3.4.tgz /php-file-iterator-1.3.4.tar.gz /php-file-iterator-1.4.0.tar.gz +/php-file-iterator-1.4.1-6150bf2.tar.gz diff --git a/php-phpunit-File-Iterator.spec b/php-phpunit-File-Iterator.spec index 9f2e0f9..bdb119d 100644 --- a/php-phpunit-File-Iterator.spec +++ b/php-phpunit-File-Iterator.spec @@ -1,4 +1,4 @@ -# spec file for php-phpunit-File-Iterator +# remirepo/fedora spec file for php-phpunit-File-Iterator # # Copyright (c) 2009-2015 Christof Damian, Remi Collet # @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit a923bb15680d0089e2316f7a4af8f437046e96bb +%global gh_commit 6150bf2c35d3fc379e50c7602b75caceaa39dbf0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-file-iterator @@ -18,14 +18,14 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-phpunit-File-Iterator -Version: 1.4.0 -Release: 2%{?dist} +Version: 1.4.1 +Release: 1%{?dist} Summary: FilterIterator implementation that filters files based on a list of suffixes Group: Development/Libraries License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz BuildArch: noarch BuildRequires: php(language) >= 5.3.3 @@ -85,6 +85,9 @@ fi %changelog +* Sun Jul 26 2015 Remi Collet - 1.4.1-1 +- Update to 1.4.1 (only CS) + * Thu Jun 18 2015 Fedora Release Engineering - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 9597ed4..baf0e55 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -70bbd7250e8158f5688b09ec6abcf309 php-file-iterator-1.4.0.tar.gz +c9f3f73d7265f988e8685353ceb3fd27 php-file-iterator-1.4.1-6150bf2.tar.gz