summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--php-tcpdf.spec12
2 files changed, 7 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index 8d77919..abf4d9b 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
"barcodes"
],
"homepage": "http://www.tcpdf.org/",
- "version": "6.10.0",
+ "version": "6.10.1",
"license": "LGPL-3.0-or-later",
"authors": [
{
diff --git a/php-tcpdf.spec b/php-tcpdf.spec
index 337f606..73b48ed 100644
--- a/php-tcpdf.spec
+++ b/php-tcpdf.spec
@@ -7,16 +7,16 @@
# Please, preserve the changelog entries
#
# see https://github.com/tecnickcom/TCPDF/releases
-%global gh_commit ca5b6de294512145db96bcbc94e61696599c391d
+%global gh_commit 7a2701251e5d52fc3d508fd71704683eb54f5939
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner tecnickcom
-%global gh_date 2025-05-27
+%global gh_date 2025-11-21
%global gh_project TCPDF
%global real_name tcpdf
Name: php-tcpdf
Summary: PHP class for generating PDF documents and barcodes
-Version: 6.10.0
+Version: 6.10.1
Release: 1%{?dist}
URL: http://www.tcpdf.org
@@ -37,13 +37,10 @@ Requires: php(language) >= 7.1
Requires: php-curl
# From phpcompatinfo report form version 6.3.0
Requires: php-bcmath
-Requires: php-date
Requires: php-gd
-Requires: php-hash
Requires: php-json
Requires: php-mbstring
Requires: php-openssl
-Requires: php-pcre
Requires: php-posix
Requires: php-tidy
Requires: php-xml
@@ -316,6 +313,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php";
%changelog
+* Fri Nov 21 2025 Remi Collet <remi@remirepo.net> - 6.10.1-1
+- update to 6.10.1
+
* Wed May 28 2025 Remi Collet <remi@remirepo.net> - 6.10.0-1
- update to 6.10.0