summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-file.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-tecnickcom-tc-lib-file.spec')
-rw-r--r--php-tecnickcom-tc-lib-file.spec26
1 files changed, 22 insertions, 4 deletions
diff --git a/php-tecnickcom-tc-lib-file.spec b/php-tecnickcom-tc-lib-file.spec
index d000cb0..4a85a74 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 04bf0b6d47de02aaffd619e959a25925e8746726
+%global gh_commit 40a641ad0ad277bc72fb22a34c6dccad02bf169f
%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.1.6
+Version: 2.2.8
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,24 @@ exit $ret
%changelog
+* Fri Dec 5 2025 Remi Collet <remi@remirepo.net> - 2.2.8-1
+- update to 2.2.8
+
+* Thu Dec 4 2025 Remi Collet <remi@remirepo.net> - 2.2.6-1
+- update to 2.2.6 (no change)
+
+* Sat Nov 29 2025 Remi Collet <remi@remirepo.net> - 2.2.5-1
+- update to 2.2.5 (no change)
+
+* 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)
+
+* Wed May 28 2025 Remi Collet <remi@remirepo.net> - 2.2.1-1
+- update to 2.2.1 (no change)
+
* Mon May 19 2025 Remi Collet <remi@remirepo.net> - 2.1.6-1
- update to 2.1.6 (no change)