diff options
-rw-r--r-- | php-tcpdf.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 61d0620..52b7561 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 ac6e92fccc7d9383dfd787056831349621b1aca2 +%global gh_commit a5135e2cf02f8c935b71e9e7d676f0f1d31b1b9d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner tecnickcom %global gh_project TCPDF @@ -15,7 +15,7 @@ Name: php-tcpdf Summary: PHP class for generating PDF documents and barcodes -Version: 6.2.22 +Version: 6.2.25 Release: 1%{?dist} URL: http://www.tcpdf.org @@ -309,6 +309,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Mon Sep 24 2018 Remi Collet <remi@remirepo.net> - 6.2.25-1 +- update to 6.2.25 + * Sat Sep 15 2018 Remi Collet <remi@remirepo.net> - 6.2.22-1 - update to 6.2.22 |