From 7e635cc5228cbb09b782f9327864263183aa770b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jul 2021 08:04:38 +0200 Subject: v1.3.3 --- .gitignore | 9 +++++++++ php-theseer-directoryscanner.spec | 13 ++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01f0400 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +clog +package-*.xml +*.tgz +*.tar.bz2 +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-theseer-directoryscanner.spec b/php-theseer-directoryscanner.spec index eb3fe3e..c5b677e 100644 --- a/php-theseer-directoryscanner.spec +++ b/php-theseer-directoryscanner.spec @@ -1,12 +1,12 @@ # spec file for php-theseer-directoryscanner # -# Copyright (c) 2014-2017 Remi Collet +# Copyright (c) 2014-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 549aa9fdbc47d50365db42d9ade35fdef65f854c +%global gh_commit 4cdce31c1b5120779a01225b5b0968f9321342d6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner theseer %global gh_project DirectoryScanner @@ -15,14 +15,14 @@ %global pear_channel pear.netpirates.net Name: php-theseer-directoryscanner -Version: 1.3.2 +Version: 1.3.3 Release: 1%{?dist} Summary: A recursive directory scanner and filter 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}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -59,7 +59,7 @@ cp -pr src %{buildroot}%{php_home}/%{gh_project} %check ret=0 -for cmd in php56 php70 php71 php; do +for cmd in php php73 php74 php80; do if which $cmd; then $cmd %{_bindir}/phpunit \ --bootstrap %{buildroot}%{php_home}/%{gh_project}/autoload.php \ @@ -91,6 +91,9 @@ fi %changelog +* Mon Jul 26 2021 Remi Collet - 1.3.3-1 +- update to 1.3.3 + * Fri Mar 10 2017 Remi Collet - 1.3.2-1 - Update to 1.3.2 (no change) -- cgit