summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-file.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-28 12:49:53 +0100
committerRemi Collet <remi@php.net>2025-11-28 12:49:53 +0100
commitaf6e799f1793917e4f2ff3a9fd0f127e52e2d1c9 (patch)
treecb7fb2c5cf76eb55f0a052b8cfbe40894631685d /php-tecnickcom-tc-lib-file.spec
parente0a5bc1c15e20e75df617d2268ac60070fdbc146 (diff)
update to 2.2.4 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-file.spec')
-rw-r--r--php-tecnickcom-tc-lib-file.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-tecnickcom-tc-lib-file.spec b/php-tecnickcom-tc-lib-file.spec
index 21daedd..0a46577 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 ec6989700b77baa8a8d88952ad4fd8f53211c370
+%global gh_commit 82c864a3d945337d2d7094a9de5bb72bb4ac7c61
%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: 2.2.2
+Version: 2.2.4
Release: 1%{?dist}
Summary: PHP library to read byte-level data from files
@@ -27,7 +27,7 @@ BuildArch: noarch
%if %{with_tests}
# For tests
%global phpunit %{_bindir}/phpunit10
-BuildRequires: phpunit10 >= 10.5.40
+BuildRequires: phpunit10 >= 10.5.58
BuildRequires: php(language) >= 8.1
BuildRequires: php-curl
BuildRequires: php-pcre
@@ -85,7 +85,7 @@ EOF
sed -i 's:src:File:g' -i test/DirTest.php
ret=0
-for cmdarg in php php81 php82 php83 php84; do
+for cmdarg in php php81 php82 php83 php84 php85; do
if which $cmdarg; then
set $cmdarg
cp phpunit.xml.dist phpunit.xml
@@ -109,6 +109,9 @@ exit $ret
%changelog
+* Fri Nov 28 2025 Remi Collet <remi@remirepo.net> - 2.2.4-1
+- update to 2.2.4 (no change)
+
* Wed Jun 18 2025 Remi Collet <remi@remirepo.net> - 2.2.2-1
- update to 2.2.2 (no change)