From 88c2d96aaff5395e65c81c327364d049ef43021f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Apr 2026 11:27:27 +0200 Subject: update to 2.0.46 (no change) --- composer.json | 2 +- php-tecnickcom-tc-lib-pdf-filter.spec | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 109f76a..8bd7549 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "require-dev": { "pdepend/pdepend": "2.16.2", "phpmd/phpmd": "2.15.0", - "phpunit/phpunit": "13.0.5 || 12.5.14 || 11.5.55 || 10.5.63", + "phpunit/phpunit": "13.1.1 || 12.5.17 || 11.5.55 || 10.5.63", "squizlabs/php_codesniffer": "4.0.1", "phpcompatibility/php-compatibility": "^10.0.0@dev" }, diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec index 8b9ee54..ddbe9c0 100644 --- a/php-tecnickcom-tc-lib-pdf-filter.spec +++ b/php-tecnickcom-tc-lib-pdf-filter.spec @@ -6,22 +6,23 @@ # # Please, preserve the changelog entries # -%global gh_commit 0ca5cc87a5df42bad7c39175aa9283477197c03f -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom %global gh_project tc-lib-pdf-filter %global php_project %{_datadir}/php/Com/Tecnick/Pdf/Filter %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: 2.0.44 -Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters - 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: 2.0.46 +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 @@ -108,6 +109,9 @@ exit $ret %changelog +* Tue Apr 14 2026 Remi Collet - 2.0.46-1 +- update to 2.0.46 (no change) + * Tue Mar 31 2026 Remi Collet - 2.0.44-1 - update to 2.0.44 (no change) -- cgit