From 74c14bb53797d23d0421c20a62d1698fdb39baa7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Feb 2021 06:44:19 +0100 Subject: update to 2.4.4 (no change) --- php-tecnickcom-tc-lib-pdf-parser.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-parser.spec b/php-tecnickcom-tc-lib-pdf-parser.spec index ee5095f..c4ce3af 100644 --- a/php-tecnickcom-tc-lib-pdf-parser.spec +++ b/php-tecnickcom-tc-lib-pdf-parser.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-parser # -# 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 4edb3c046c0a85473a43ab83aad61937dda88340 +%global gh_commit 6f220275e8924188883b4746cce56d6a19e55d10 %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.1 +Version: 2.4.4 Release: 1%{?dist} Summary: PHP library to parse PDF documents @@ -58,6 +58,7 @@ Requires: php-%{c_vendor}-tc-lib-pdf-filter >= 1.4 %endif # From phpcompatinfo report for version 2.1.0 # None +BuildRequires: php-fedora-autoloader-devel # Composer Provides: php-composer(%{c_vendor}/%{gh_project}) = %{version} @@ -130,6 +131,9 @@ exit $ret %changelog +* Mon Feb 8 2021 Remi Collet - 2.4.4-1 +- update to 2.4.4 (no change) + * Mon Dec 21 2020 Remi Collet - 2.4.1-1 - update to 2.4.1 - switch to classmap autoloader -- cgit