diff options
| -rw-r--r-- | php-tcpdf.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 8a3e5be..61ed292 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    cc54c1503685e618b23922f53635f46e87653662 +%global gh_commit    154bba45ffc9c2a049aa9e21501d02472b24deb4  %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.5.0 +Version:        6.6.0  Release:        1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}  URL:            http://www.tcpdf.org @@ -202,8 +202,8 @@ This package allow to use system GNU FreeFont serif font faces in TCPDF.  %prep  %setup -q -n %{gh_project}-%{gh_commit} -: Fix version -sed -e '/tcpdf_version/s/6.3.5/%{version}/' -i include/tcpdf_static.php +: Check version +grep tcpdf_version include/tcpdf_static.php | grep %{version}  : remove bundled fonts  rm -rf fonts/dejavu-fonts-ttf* fonts/freefont-* fonts/ae_fonts_* @@ -322,6 +322,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php";  %changelog +* Tue Dec  6 2022 Remi Collet <remi@remirepo.net> - 6.6.0-1 +- update to 6.6.0 +  * Tue Aug 16 2022 Remi Collet <remi@remirepo.net> - 6.5.0-1  - update to 6.5.0  | 
