Update dompdf version number

refs #11117
This commit is contained in:
Alexander A. Klimov 2016-02-15 14:41:33 +01:00
parent 8b1b171a22
commit 5ca40efc50
2 changed files with 4 additions and 4 deletions

View File

@ -106,7 +106,7 @@ Icinga CLI
%package vendor-dompdf
Version: 0.6.1
Version: 0.6.2
Release: 1%{?dist}
Summary: Icinga Web 2 vendor library dompdf
Group: Development/Libraries

View File

@ -1,6 +1,6 @@
curl https://codeload.github.com/dompdf/dompdf/tar.gz/v0.6.1 -o dompdf-0.6.1.tar.gz
tar xzf dompdf-0.6.1.tar.gz --strip-components 1 dompdf-0.6.1/{include/*.php,lib,dompdf*.php,LICENSE.LGPL}
rm dompdf-0.6.1.tar.gz
curl https://codeload.github.com/dompdf/dompdf/tar.gz/v0.6.2 -o dompdf-0.6.2.tar.gz
tar xzf dompdf-0.6.2.tar.gz --strip-components 1 --wildcards dompdf-0.6.2/{include/\*.php,lib,dompdf\*.php,LICENSE.LGPL}
rm dompdf-0.6.2.tar.gz
mv LICENSE.LGPL LICENSE
curl https://codeload.github.com/PhenX/php-font-lib/tar.gz/0.4 -o php-font-lib-0.4.tar.gz