From 9e4233a76271fbeac16abc52f3659de349f0a8e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Apr 2026 11:36:31 +0200 Subject: update to 3.0.43 (no change) --- php-tecnickcom-tc-lib-pdf-parser.spec | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'php-tecnickcom-tc-lib-pdf-parser.spec') diff --git a/php-tecnickcom-tc-lib-pdf-parser.spec b/php-tecnickcom-tc-lib-pdf-parser.spec index 68f06bd..3083ae5 100644 --- a/php-tecnickcom-tc-lib-pdf-parser.spec +++ b/php-tecnickcom-tc-lib-pdf-parser.spec @@ -6,22 +6,23 @@ # # Please, preserve the changelog entries # -%global gh_commit 25fcb0c9a3a8ea08f9722f3e5e0abe03ba723e91 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom %global gh_project tc-lib-pdf-parser %global php_project %{_datadir}/php/Com/Tecnick/Pdf/Parser %global with_tests 0%{!?_without_tests:1} +%global forgeurl https://github.com/%{gh_owner}/%{gh_project} +%global tag %{version} Name: php-%{gh_owner}-%{gh_project} -Version: 3.0.41 -Release: 1%{?dist} Summary: PHP library to parse PDF documents - License: LGPL-3.0-or-later -URL: https://github.com/%{gh_owner}/%{gh_project} -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{?gh_short}.tar.gz +Version: 3.0.43 +Release: 1%{?dist} + +%forgemeta +URL: %{forgeurl} +Source0: %{forgesource} BuildArch: noarch %if %{with_tests} @@ -58,7 +59,7 @@ The initial source code has been extracted from TCPDF (http://www.tcpdf.org). %prep -%setup -q -n %{gh_project}-%{gh_commit} +%forgesetup : Sanity check grep -q '^%{version}$' VERSION @@ -117,6 +118,9 @@ exit $ret %changelog +* Tue Apr 14 2026 Remi Collet - 3.0.43-1 +- update to 3.0.43 (no change) + * Tue Mar 31 2026 Remi Collet - 3.0.41-1 - update to 3.0.41 (no change) -- cgit