From 948109139f97f31dd1f0512abf20508b8bfc7530 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Sep 2023 09:14:32 +0200 Subject: update to 1.7.28 (no change) --- composer.json | 2 +- php-tecnickcom-tc-lib-file.spec | 9 ++++++--- 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 - 1.7.28-1 +- update to 1.7.28 (no change) + * Wed May 24 2023 Remi Collet - 1.7.24-1 - update to 1.7.24 (no change) -- cgit