From e7bc504aee51f995f2136ebf59da47f02429e165 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Oct 2023 12:35:02 +0200 Subject: update to 2.4.23 --- composer.json | 2 -- php-tecnickcom-tc-lib-pdf-parser.spec | 9 ++++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 70289c0..f77e1a9 100644 --- a/composer.json +++ b/composer.json @@ -24,10 +24,8 @@ }, "require-dev": { "pdepend/pdepend": "2.13.0", - "phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5", "phpmd/phpmd": "2.13.0", "phpunit/phpunit": "10.1.2 || 9.6.7 || 8.5.31 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36", - "sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4", "squizlabs/php_codesniffer": "3.7.2 || 2.9.2" }, "autoload": { diff --git a/php-tecnickcom-tc-lib-pdf-parser.spec b/php-tecnickcom-tc-lib-pdf-parser.spec index c553b96..cfead15 100644 --- a/php-tecnickcom-tc-lib-pdf-parser.spec +++ b/php-tecnickcom-tc-lib-pdf-parser.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 7016ab00d7c75b4f5fe3ee267be1bf4c05f6753f +%global gh_commit 0bd1fdb1b2214521425fff789efeb6eab264f09a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,13 +15,13 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.4.22 +Version: 2.4.23 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}/%{gh_project}-%{version}-%{?gh_short}.tar.gz +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{?gh_short}.tar.gz BuildArch: noarch %if %{with_tests} @@ -127,6 +127,9 @@ exit $ret %changelog +* Tue Oct 10 2023 Remi Collet - 2.4.23-1 +- update to 2.4.23 + * Fri Sep 8 2023 Remi Collet - 2.4.22-1 - update to 2.4.22 (no change) -- cgit