diff options
| -rw-r--r-- | php-tcpdf.spec | 12 | 
1 files changed, 9 insertions, 3 deletions
diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 4a40424..4eda4e6 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    456b794f1fae9aee5c151a1ee515aae2aaa619a3 +%global gh_commit    5ba838befdb37ef06a16d9f716f35eb03cb1b329  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     tecnickcom  %global gh_date      20201209 @@ -16,8 +16,8 @@  Name:           php-tcpdf  Summary:        PHP class for generating PDF documents and barcodes -Version:        6.3.5 -Release:        4%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} +Version:        6.4.1 +Release:        1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}  URL:            http://www.tcpdf.org  License:        LGPLv3 @@ -201,6 +201,9 @@ 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 +  : remove bundled fonts  rm -rf fonts/dejavu-fonts-ttf* fonts/freefont-* fonts/ae_fonts_*  for fic in fonts/*.z @@ -321,6 +324,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php";  %changelog +* Mon Mar 29 2021 Remi Collet <remi@remirepo.net> - 6.4.1-1 +- update to 6.4.1 +  * Tue Mar  9 2021 Remi Collet <remi@remirepo.net> - 6.3.5-4.20201209.456b794  - update to git snapshot to include fixes for PHP 8  | 
