From 7b1d85d2076e0080026150b33475a83f9be541bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Oct 2023 12:04:41 +0200 Subject: update to 1.7.13 --- php-tecnickcom-tc-lib-pdf-graph.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-tecnickcom-tc-lib-pdf-graph.spec') diff --git a/php-tecnickcom-tc-lib-pdf-graph.spec b/php-tecnickcom-tc-lib-pdf-graph.spec index bb60fc9..fa50ea6 100644 --- a/php-tecnickcom-tc-lib-pdf-graph.spec +++ b/php-tecnickcom-tc-lib-pdf-graph.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 4bd0cd1d1a708edbdcfd5dadd19088e5d3a4bb0e +%global gh_commit 1e7316fa448bb64c46bb089138a75118ba9618d5 %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: 1.7.12 +Version: 1.7.13 Release: 1%{?dist} Summary: PHP library containing PDF graphic and geometric methods 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} @@ -128,6 +128,9 @@ exit $ret %changelog +* Tue Oct 10 2023 Remi Collet - 1.7.13-1 +- update to 1.7.13 + * Fri Sep 8 2023 Remi Collet - 1.7.12-1 - update to 1.7.12 (no change) -- cgit