diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-tcpdf.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 0d693ba..654cb41 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@          "barcodes"      ],      "homepage": "http://www.tcpdf.org/", -    "version": "6.6.3", +    "version": "6.6.4",      "license": "LGPL-3.0-or-later",      "authors": [          { diff --git a/php-tcpdf.spec b/php-tcpdf.spec index aba8b92..09af979 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    96985b992f7464ecccf0d47e3c59073de06375e1 +%global gh_commit    31b9389ca69a2d34da3d0d62fbc138c9e45408bf  %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.6.3 +Version:        6.6.4  Release:        1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}  URL:            http://www.tcpdf.org @@ -325,6 +325,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php";  %changelog +* Wed Sep  6 2023 Remi Collet <remi@remirepo.net> - 6.6.4-1 +- update to 6.6.4 (no change) +  * Wed Sep  6 2023 Remi Collet <remi@remirepo.net> - 6.6.3-1  - update to 6.6.3  | 
