summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-03-06 10:19:12 +0100
committerRemi Collet <remi@remirepo.net>2018-03-06 10:19:12 +0100
commitbd4105bf89398c757ee83277e8e4f0d7706e928c (patch)
tree211c6ec20a856c3f8d6b2f2c6ccc310d9554e209
parent7c420b2ee004bd6bb8d56ded62cd7b2fd3d99a9e (diff)
v6.2.17
-rw-r--r--composer.json2
-rw-r--r--php-tcpdf.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 84eaa34..83ffd67 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "tecnickcom/tcpdf",
- "version": "6.2.16",
+ "version": "6.2.17",
"homepage": "http://www.tcpdf.org/",
"type": "library",
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
diff --git a/php-tcpdf.spec b/php-tcpdf.spec
index d61d2f5..b218d7e 100644
--- a/php-tcpdf.spec
+++ b/php-tcpdf.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
# see https://github.com/tecnickcom/TCPDF/releases
-%global gh_commit 3527098537e6061b752fc261a44563489c927889
+%global gh_commit 64fc19439863e1b1314487a72a74d9bfd0b55a53
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner tecnickcom
%global gh_project TCPDF
@@ -15,13 +15,13 @@
Name: php-tcpdf
Summary: PHP class for generating PDF documents and barcodes
-Version: 6.2.16
+Version: 6.2.17
Release: 1%{?dist}
URL: http://www.tcpdf.org
License: LGPLv3+
-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
# Disable opcache cahing for font metadata which may consume up to 90MB
Source1: %{name}.blacklist
@@ -309,6 +309,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php";
%changelog
+* Tue Mar 6 2018 Remi Collet <remi@remirepo.net> - 6.2.17-1
+- update to 6.2.17
+
* Tue Feb 20 2018 Remi Collet <remi@remirepo.net> - 6.2.16-1
- Update to 6.2.16