From 3f43184d7e995a9f54e8f40e56a12e59c55a727c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Sep 2023 09:22:43 +0200 Subject: update to 2.4.22 (no change) --- composer.json | 2 +- php-tecnickcom-tc-lib-pdf-parser.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 0ea49d2..70289c0 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PHP library to parse PDF documents", "type": "library", "homepage": "http://www.tecnick.com", - "license": "LGPL-3.0", + "license": "LGPL-3.0-or-later", "keywords": [ "tc-lib-pdf-parser", "PDF", diff --git a/php-tecnickcom-tc-lib-pdf-parser.spec b/php-tecnickcom-tc-lib-pdf-parser.spec index 7c67a82..c553b96 100644 --- a/php-tecnickcom-tc-lib-pdf-parser.spec +++ b/php-tecnickcom-tc-lib-pdf-parser.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit bccfd1964695ed9f543f354b8cfbacc4e0d5722e +%global gh_commit 7016ab00d7c75b4f5fe3ee267be1bf4c05f6753f %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.4.18 +Version: 2.4.22 Release: 1%{?dist} Summary: PHP library to parse PDF documents @@ -105,7 +105,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF 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 || : @@ -127,6 +127,9 @@ exit $ret %changelog +* Fri Sep 8 2023 Remi Collet - 2.4.22-1 +- update to 2.4.22 (no change) + * Wed May 24 2023 Remi Collet - 2.4.18-1 - update to 2.4.18 (no change) -- cgit