diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-13 12:56:17 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-13 12:56:17 +0200 |
commit | a4b0ca48efb29606e1a923be7877d27b14fdad72 (patch) | |
tree | be9ad3c3e8ba65d7ce4950df9fe85562afd9ae55 /phpMyAdmin.spec | |
parent | 20bfd46944dfc9bdaed76fc6c2512a4655c88d37 (diff) |
phpMyAdmin: upstream patches for tcpdf 6.0
Diffstat (limited to 'phpMyAdmin.spec')
-rw-r--r-- | phpMyAdmin.spec | 8 |
1 files changed, 6 insertions, 2 deletions
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 <rpms@famillecollet.com> 4.0.0-3 +- upstream fixes for tcpdf 6.0 + * Thu May 9 2013 Remi Collet <rpms@famillecollet.com> 4.0.0-2 - use system tcpdf library |