From 773abdc6ccd00a69f2384676c3e320fb016bb458 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Apr 2024 15:32:12 +0200 Subject: update to 4.0.8 --- php-tecnickcom-tc-lib-pdf-page.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index 932b344..61da91a 100644 --- a/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 1dcbaa83519a8176b7c91d22641515e6eb564d1c +%global gh_commit 9f42eb77bad8d69b42d970decc2ec2c01a220b91 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,8 +15,8 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 4.0.7 -Release: 2%{?dist} +Version: 4.0.8 +Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions License: LGPL-3.0-or-later @@ -133,6 +133,9 @@ exit $ret %changelog +* Fri Apr 12 2024 Remi Collet - 4.0.8-1 +- update to 4.0.8 + * Wed Nov 29 2023 Remi Collet - 4.0.7-2 - fix dependency on tc-lib-pdf-encrypt 2.1 -- cgit