diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-10 12:35:02 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-10 12:35:02 +0200 |
commit | e7bc504aee51f995f2136ebf59da47f02429e165 (patch) | |
tree | 6ac1a81c5bda33be049c2d7434153e9f35e18967 /php-tecnickcom-tc-lib-pdf-parser.spec | |
parent | 3f43184d7e995a9f54e8f40e56a12e59c55a727c (diff) |
update to 2.4.23
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-parser.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-parser.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 2.4.23-1 +- update to 2.4.23 + * Fri Sep 8 2023 Remi Collet <remi@remirepo.net> - 2.4.22-1 - update to 2.4.22 (no change) |