summaryrefslogtreecommitdiffstats
path: root/php-tcpdf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-tcpdf.spec')
-rw-r--r--php-tcpdf.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php-tcpdf.spec b/php-tcpdf.spec
index b085476..4a0ef74 100644
--- a/php-tcpdf.spec
+++ b/php-tcpdf.spec
@@ -1,22 +1,22 @@
# remirepo/Fedora spec file for php-tcpdf
#
-# SPDX-FileCopyrightText: Copyright 2013-2024 Remi Collet
+# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
# see https://github.com/tecnickcom/TCPDF/releases
-%global gh_commit f7a781073e1645062f163e058139e2f89355d420
+%global gh_commit d0e8dd17f8a1df3c97b94b9af8356e88e811ed59
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner tecnickcom
-%global gh_date 2025-01-26
+%global gh_date 2025-04-20
%global gh_project TCPDF
%global real_name tcpdf
Name: php-tcpdf
Summary: PHP class for generating PDF documents and barcodes
-Version: 6.8.2
+Version: 6.9.3
Release: 1%{?dist}
URL: http://www.tcpdf.org
@@ -316,6 +316,12 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php";
%changelog
+* Tue Apr 22 2025 Remi Collet <remi@remirepo.net> - 6.9.3-1
+- update to 6.9.3
+
+* Mon Apr 7 2025 Remi Collet <remi@remirepo.net> - 6.9.1-1
+- update to 6.9.1
+
* Mon Jan 27 2025 Remi Collet <remi@remirepo.net> - 6.8.2-1
- update to 6.8.2
- remove examples from package (removed upstream)