summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-14 13:50:09 +0200
committerRemi Collet <remi@php.net>2022-06-14 13:50:09 +0200
commitbbcda98b5521c7c90b7e9020ce625d7647749cc0 (patch)
tree907f38ea547da05625dae1ad74a35625c8b4a67b
parent8ebd6ad569a0f5f1ba64876e3ab41fabb84ae209 (diff)
update to 1.7.14 (no change)
-rw-r--r--php-tecnickcom-tc-lib-file.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-file.spec b/php-tecnickcom-tc-lib-file.spec
index 5aa6bf7..a60c6b2 100644
--- a/php-tecnickcom-tc-lib-file.spec
+++ b/php-tecnickcom-tc-lib-file.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 134986dce50b21edc8c51fdc36edfb9b56091713
+%global gh_commit aa03fcc70873a620cc2ebcd351bbb005830c338d
%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.11
+Version: 1.7.14
Release: 1%{?dist}
Summary: PHP library to read byte-level data from files
@@ -90,7 +90,7 @@ EOF
sed -i 's:src:File:g' -i test/DirTest.php
ret=0
-for cmdarg in "php %{phpunit}" php74 php80 php81; do
+for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1
@@ -113,6 +113,9 @@ exit $ret
%changelog
+* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.7.14-1
+- update to 1.7.14 (no change)
+
* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 1.7.11-1
- update to 1.7.11