summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-16 07:25:15 +0200
committerRemi Collet <remi@remirepo.net>2020-06-16 07:25:15 +0200
commit265637b692138d279d1d72be5bc857c368b761ea (patch)
treea6cc165a5b9870a22c06a6eb893e3d12799e809c
parente2829f86bbf85ab946f5201a6c3672d8fd1cdefa (diff)
update to 3.0.2
sources from git snapshot
-rw-r--r--php-phpunit-php-file-iterator3.spec11
1 files 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 <remi@remirepo.net> - 3.0.2-1
+- update to 3.0.2
+- sources from git snapshot
+
* Sat Apr 18 2020 Remi Collet <remi@remirepo.net> - 3.0.1-1
- update to 3.0.1