From 0b8a931a30927405a94e207944fd9a308f4f3b0a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Feb 2021 06:42:46 +0100 Subject: update to 2.5.3 (no change) --- php-tecnickcom-tc-lib-pdf-page.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-tecnickcom-tc-lib-pdf-page.spec') diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index 5651b97..f9c2315 100644 --- a/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-page # -# 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 330343b4cc649891d386e8f900d8a9e4953dead7 +%global gh_commit 5969f5c33d1657ccd9375988aafc6c02213d511e %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.5.0 +Version: 2.5.3 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -135,6 +135,9 @@ exit $ret %changelog +* Mon Feb 8 2021 Remi Collet - 2.5.3-1 +- update to 2.5.3 (no change) + * Mon Dec 21 2020 Remi Collet - 2.5.0-1 - update to 2.5.0 - switch to classmap autoloader -- cgit