From a4b0ca48efb29606e1a923be7877d27b14fdad72 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 May 2013 12:56:17 +0200 Subject: phpMyAdmin: upstream patches for tcpdf 6.0 --- phpMyAdmin.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'phpMyAdmin.spec') diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 2100c86..8fcf9ee 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -1,6 +1,6 @@ Name: phpMyAdmin Version: 4.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Web based MySQL browser written in php Group: Applications/Internet @@ -43,6 +43,7 @@ Requires: php-zip Requires: php-zlib Requires: php-php-gettext Requires: php-tcpdf +Requires: php-tcpdf-dejavu-fonts Provides: phpmyadmin = %{version}-%{release} Obsoletes: phpMyAdmin3 @@ -59,7 +60,7 @@ is available in 50 languages %prep %setup -qn phpMyAdmin-%{version}%{?prever:-%prever}-all-languages -%patch0 -p0 +%patch0 -p1 # Minimal configuration file sed -e "/'extension'/s@'mysql'@'mysqli'@" \ @@ -147,6 +148,9 @@ sed -i -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$RANDOM$RANDOM$RANDOM$RAN %changelog +* Mon May 13 2013 Remi Collet 4.0.0-3 +- upstream fixes for tcpdf 6.0 + * Thu May 9 2013 Remi Collet 4.0.0-2 - use system tcpdf library -- cgit