summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-05-04 07:20:55 +0200
committerRemi Collet <remi@php.net>2023-05-04 07:20:55 +0200
commitc5010e3953c58b7a424aad5462e94b27bdddba46 (patch)
tree331c69413fde2948afcf2c20ba63b68bf4026e25
parent27fb8aa4fc33aeb974936d1616212d0dec81f763 (diff)
update to 1.7.21 (no change)
-rw-r--r--php-tecnickcom-tc-lib-file.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/php-tecnickcom-tc-lib-file.spec b/php-tecnickcom-tc-lib-file.spec
index 8abc809..c649214 100644
--- a/php-tecnickcom-tc-lib-file.spec
+++ b/php-tecnickcom-tc-lib-file.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-tecnickcom-tc-lib-file
#
-# Copyright (c) 2016-2022 Remi Collet
-# License: CC-BY-SA-3.0
+# Copyright (c) 2016-2023 Remi Collet
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 9f8fbb4047ad6ec1f256296f2dd8f32ed22ba231
+%global gh_commit b578337a89d11384ef24ddd5342fed0cfa370c54
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -15,7 +15,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.7.19
+Version: 1.7.21
Release: 1%{?dist}
Summary: PHP library to read byte-level data from files
@@ -85,10 +85,10 @@ EOF
sed -i 's:src:File:g' -i test/DirTest.php
ret=0
-for cmdarg in "php %{phpunit}" php80 php81 php82; do
+for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82; do
if which $cmdarg; then
set $cmdarg
- $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1
+ $1 ${2:-%{_bindir}/phpunit10} --no-coverage || ret=1
fi
done
exit $ret
@@ -108,6 +108,9 @@ exit $ret
%changelog
+* Thu May 4 2023 Remi Collet <remi@remirepo.net> - 1.7.21-1
+- update to 1.7.21 (no change)
+
* Wed May 3 2023 Remi Collet <remi@remirepo.net> - 1.7.19-1
- update to 1.7.19 (no change)