From 97d6a8714df76fdf54f6859ae1e0da4c7fb1eafe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Feb 2021 06:36:40 +0100 Subject: update to 1.4.4 (no change) --- php-tecnickcom-tc-lib-pdf-filter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec index 16f3094..87037ed 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-2020 Remi Collet +# Copyright (c) 2015-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit b5fbc2bdd439355e432b14e09c11a79d0d94afa6 +%global gh_commit c56027589f3e9456c469feaf3a7987cb796f9a44 %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.1 +Version: 1.4.4 Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters @@ -112,6 +112,9 @@ exit $ret %changelog +* Mon Feb 8 2021 Remi Collet - 1.4.4-1 +- update to 1.4.4 (no change) + * Mon Dec 21 2020 Remi Collet - 1.4.1-1 - update to 1.4.1 - switch to classmap autoloader -- cgit