diff options
| -rw-r--r-- | composer.json | 9 | ||||
| -rw-r--r-- | php-tcpdf.spec | 11 | 
2 files changed, 8 insertions, 12 deletions
diff --git a/composer.json b/composer.json index 778910d..1e3789f 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@          "barcodes"      ],      "homepage": "http://www.tcpdf.org/", -    "version": "6.8.2", +    "version": "6.9.1",      "license": "LGPL-3.0-or-later",      "authors": [          { @@ -30,8 +30,6 @@              "config",              "include",              "tcpdf.php", -            "tcpdf_parser.php", -            "tcpdf_import.php",              "tcpdf_barcodes_1d.php",              "tcpdf_barcodes_2d.php",              "include/tcpdf_colors.php", @@ -44,10 +42,5 @@              "include/barcodes/pdf417.php",              "include/barcodes/qrcode.php"          ] -    }, -    "archive": { -        "exclude": [ -            "/examples" -        ]      }  } diff --git a/php-tcpdf.spec b/php-tcpdf.spec index b085476..6411067 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -1,22 +1,22 @@  # remirepo/Fedora spec file for php-tcpdf  # -# SPDX-FileCopyrightText:  Copyright 2013-2024 Remi Collet +# SPDX-FileCopyrightText:  Copyright 2013-2025 Remi Collet  # SPDX-License-Identifier: CECILL-2.1  # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt  #  # Please, preserve the changelog entries  #  # see https://github.com/tecnickcom/TCPDF/releases -%global gh_commit    f7a781073e1645062f163e058139e2f89355d420 +%global gh_commit    ed27e28a4c478f7f4015b5e7e7b1912af9e85f2b  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     tecnickcom -%global gh_date      2025-01-26 +%global gh_date      2025-04-03  %global gh_project   TCPDF  %global real_name    tcpdf  Name:           php-tcpdf  Summary:        PHP class for generating PDF documents and barcodes -Version:        6.8.2 +Version:        6.9.1  Release:        1%{?dist}  URL:            http://www.tcpdf.org @@ -316,6 +316,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php";  %changelog +* Mon Apr  7 2025 Remi Collet <remi@remirepo.net> - 6.9.1-1 +- update to 6.9.1 +  * Mon Jan 27 2025 Remi Collet <remi@remirepo.net> - 6.8.2-1  - update to 6.8.2  - remove examples from package (removed upstream)  | 
