From 900b5d7f92eba64e92bcabdbd4ae0221e9069812 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Sep 2019 11:09:21 +0200 Subject: v1.3.9 (no change) --- php-tecnickcom-tc-lib-pdf-filter.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec index d97af2b..d8cee66 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-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 699bce17339b3754a8173e95f6cf50ec7d6047df +%global gh_commit 1cadba206f999f2b4c6f4a901ddc789f76af4111 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,11 +15,10 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.3.8 +Version: 1.3.9 Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters -Group: Development/Libraries License: LGPLv3+ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz @@ -87,7 +86,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73; do +for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73 php74; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1 @@ -111,6 +110,9 @@ exit $ret %changelog +* Fri Sep 20 2019 Remi Collet - 1.3.9-1 +- update to 1.3.9 + * Mon Jun 25 2018 Remi Collet - 1.3.8-1 - update to 1.3.8 (no change) -- cgit