diff options
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-page.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-page.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index 6bc7ea7..6a96093 100644 --- a/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit df0474afbc546aab0e9ca6562b05084812ee35af +%global gh_commit a8b0cfcf98801e2643be35e703445d4ff1900adf %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: 3.2.0 +Version: 3.2.1 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions 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} @@ -131,6 +131,9 @@ exit $ret %changelog +* Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 3.2.1-1 +- update to 3.2.1 + * Wed Oct 4 2023 Remi Collet <remi@remirepo.net> - 3.2.0-1 - update to 3.2.0 |