From da02717b36fb4b743e3b9af7bdbda4ffcf9912a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 May 2023 09:36:02 +0200 Subject: update to 1.4.21 --- php-tecnickcom-tc-lib-pdf-filter.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec index 9f65fe5..9a06a37 100644 --- a/php-tecnickcom-tc-lib-pdf-filter.spec +++ b/php-tecnickcom-tc-lib-pdf-filter.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-filter # -# Copyright (c) 2015-2022 Remi Collet +# Copyright (c) 2015-2023 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 2bbec0b7c7f217c5786cc730b80562f4af5b8f77 +%global gh_commit 0edb77c16c6e61f5e22b6b44c0659d8451bf9b48 %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.4.16 +Version: 1.4.21 Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters @@ -83,10 +83,10 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82; do +for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82; do if which $cmdarg; then set $cmdarg - $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1 + $1 ${2:-%{_bindir}/phpunit10} --no-coverage || ret=1 fi done exit $ret @@ -107,6 +107,12 @@ exit $ret %changelog +* Fri May 5 2023 Remi Collet - 1.4.21-1 +- update to 1.4.21 + +* Thu May 4 2023 Remi Collet - 1.4.18-1 +- update to 1.4.18 (no change) + * Wed May 3 2023 Remi Collet - 1.4.16-1 - update to 1.4.16 -- cgit