From a29df6b358a3362e332aa2303429528b989e709f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Oct 2023 12:00:33 +0200 Subject: update to 1.6.25 --- php-tecnickcom-tc-lib-pdf-encrypt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-tecnickcom-tc-lib-pdf-encrypt.spec') diff --git a/php-tecnickcom-tc-lib-pdf-encrypt.spec b/php-tecnickcom-tc-lib-pdf-encrypt.spec index 4ea23c6..a7e2878 100644 --- a/php-tecnickcom-tc-lib-pdf-encrypt.spec +++ b/php-tecnickcom-tc-lib-pdf-encrypt.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 32649b3d270749a5770a7ebe9225e532b7a57f93 +%global gh_commit 798d8a8e15986d1510e9339aa7024aa1c1df5c57 %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.6.24 +Version: 1.6.25 Release: 1%{?dist} Summary: PHP library to encrypt data for PDF 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} @@ -123,6 +123,9 @@ exit $ret %changelog +* Tue Oct 10 2023 Remi Collet - 1.6.25-1 +- update to 1.6.25 + * Fri Sep 8 2023 Remi Collet - 1.6.24-1 - update to 1.6.24 (no change) -- cgit