summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-16 11:13:34 +0200
committerRemi Collet <remi@php.net>2022-08-16 11:13:34 +0200
commitd1ab8180a220c9e6f21ce88cbe55db47f27bd8a6 (patch)
treed00700efb9513a6241db3796824d47061eb9eb80
parent89c1f2fc28ec922ec7497417096449e63085c3c4 (diff)
update to 6.5.0
-rw-r--r--composer.json7
-rw-r--r--php-tcpdf.spec7
2 files changed, 11 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index c31514b..074d9a6 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
"barcodes"
],
"homepage": "http://www.tcpdf.org/",
- "version": "6.4.4",
+ "version": "6.5.0",
"license": "LGPL-3.0-only",
"authors": [
{
@@ -43,5 +43,10 @@
"include/barcodes/pdf417.php",
"include/barcodes/qrcode.php"
]
+ },
+ "archive": {
+ "exclude": [
+ "/examples"
+ ]
}
}
diff --git a/php-tcpdf.spec b/php-tcpdf.spec
index 42c1118..8a3e5be 100644
--- a/php-tcpdf.spec
+++ b/php-tcpdf.spec
@@ -8,7 +8,7 @@
# Please, preserve the changelog entries
#
# see https://github.com/tecnickcom/TCPDF/releases
-%global gh_commit 42cd0f9786af7e5db4fcedaa66f717b0d0032320
+%global gh_commit cc54c1503685e618b23922f53635f46e87653662
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner tecnickcom
#global gh_date 20201209
@@ -17,7 +17,7 @@
Name: php-tcpdf
Summary: PHP class for generating PDF documents and barcodes
-Version: 6.4.4
+Version: 6.5.0
Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}
URL: http://www.tcpdf.org
@@ -322,6 +322,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php";
%changelog
+* Tue Aug 16 2022 Remi Collet <remi@remirepo.net> - 6.5.0-1
+- update to 6.5.0
+
* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 6.4.4-1
- update to 6.4.4