summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-26 08:04:38 +0200
committerRemi Collet <remi@remirepo.net>2021-07-26 08:04:38 +0200
commit7e635cc5228cbb09b782f9327864263183aa770b (patch)
treea73676aff7d4f14351c3252f0cd0f052089e067b
parent60c70c7e87068ced43710ad691ef5917b7f26fbd (diff)
v1.3.3
-rw-r--r--.gitignore9
-rw-r--r--php-theseer-directoryscanner.spec13
2 files changed, 17 insertions, 5 deletions
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 <remi@remirepo.net> - 1.3.3-1
+- update to 1.3.3
+
* Fri Mar 10 2017 Remi Collet <remi@remirepo.net> - 1.3.2-1
- Update to 1.3.2 (no change)