From 265637b692138d279d1d72be5bc857c368b761ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Jun 2020 07:25:15 +0200 Subject: update to 3.0.2 sources from git snapshot --- php-phpunit-php-file-iterator3.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/php-phpunit-php-file-iterator3.spec b/php-phpunit-php-file-iterator3.spec index 43112fb..74f2314 100644 --- a/php-phpunit-php-file-iterator3.spec +++ b/php-phpunit-php-file-iterator3.spec @@ -8,7 +8,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 4ac5b3e13df14829daa60a2eb4fdd2f2b7d33cf4 +%global gh_commit eba15e538f2bb3fe018b7bbb47d2fe32d404bfd2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-file-iterator @@ -28,13 +28,14 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.1 +Version: 3.0.2 Release: 1%{?dist} Summary: FilterIterator implementation that filters files based on a list of suffixes License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz +Source0: %{name}-%{version}-%{gh_short}.tgz +Source1: makesrc.sh BuildArch: noarch %if %{with_tests} @@ -108,6 +109,10 @@ exit $ret %changelog +* Tue Jun 16 2020 Remi Collet - 3.0.2-1 +- update to 3.0.2 +- sources from git snapshot + * Sat Apr 18 2020 Remi Collet - 3.0.1-1 - update to 3.0.1 -- cgit