From b5d881d800c207a0f84a6f6ee6606fbce5e02229 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Mar 2026 08:15:08 +0200 Subject: update to 2.1.36 (no change) --- 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 ca00509..d7ca566 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 cc07add8ec99858778c6c177e419e21291015d27 +%global gh_commit 900839cd46614a1fb6b450a1189eea94bc6719c1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.1.34 +Version: 2.1.36 Release: 1%{?dist} Summary: PHP library to encrypt data for PDF @@ -26,7 +26,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit BuildArch: noarch %if %{with_tests} # For tests -BuildRequires: php(language) >= 8.1 +BuildRequires: php(language) >= 8.2 BuildRequires: php-date BuildRequires: php-hash BuildRequires: php-openssl @@ -119,6 +119,9 @@ exit $ret %changelog +* Tue Mar 31 2026 Remi Collet - 2.1.36-1 +- update to 2.1.36 (no change) + * Tue Feb 24 2026 Remi Collet - 2.1.34-1 - update to 2.1.34 -- cgit