update to 3.0.2

sources from git snapshot
This commit is contained in:
Remi Collet 2020-06-16 08:22:44 +02:00
commit a3fe4f3bd9
4 changed files with 38 additions and 4 deletions

View file

@ -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}
@ -106,6 +107,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