summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-08 09:14:32 +0200
committerRemi Collet <remi@php.net>2023-09-08 09:14:32 +0200
commit948109139f97f31dd1f0512abf20508b8bfc7530 (patch)
tree7f58a731df510fe1617d44d0b3d4c68c1a6b21d8
parent5a1d8ff964a8e0efd83da74f41a02a945eb3bae8 (diff)
update to 1.7.28 (no change)
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-file.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 3e4d3a1..0703dfd 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"description": "PHP library to read byte-level data from files",
"type": "library",
"homepage": "http://www.tecnick.com",
- "license": "LGPL-3.0",
+ "license": "LGPL-3.0-or-later",
"keywords": [
"tc-lib-file",
"file",
diff --git a/php-tecnickcom-tc-lib-file.spec b/php-tecnickcom-tc-lib-file.spec
index 174babe..098448b 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 d5a0fe8443d8dd942f2f55fd378f892471f8dd4d
+%global gh_commit a9253ad6a69f416fb9b0328bbc383b17fafa2c65
%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.24
+Version: 1.7.28
Release: 1%{?dist}
Summary: PHP library to read byte-level data from files
@@ -85,7 +85,7 @@ EOF
sed -i 's:src:File:g' -i test/DirTest.php
ret=0
-for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82; do
+for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82 php83; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit10} --migrate-configuration || :
@@ -109,6 +109,9 @@ exit $ret
%changelog
+* Fri Sep 8 2023 Remi Collet <remi@remirepo.net> - 1.7.28-1
+- update to 1.7.28 (no change)
+
* Wed May 24 2023 Remi Collet <remi@remirepo.net> - 1.7.24-1
- update to 1.7.24 (no change)