diff options
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-file.spec | 26 |
2 files changed, 24 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 6f0c590..b03f4bb 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,8 @@ "require-dev": { "pdepend/pdepend": "2.16.2", "phpmd/phpmd": "2.15.0", - "phpunit/phpunit": "12.1.3 || 11.5.7 || 10.5.40", - "squizlabs/php_codesniffer": "3.12.2" + "phpunit/phpunit": "12.4.4 || 11.5.44 || 10.5.58", + "squizlabs/php_codesniffer": "4.0.1" }, "autoload": { "psr-4": { 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) |
