diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-04-08 17:32:15 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-04-08 17:32:15 +0200 |
commit | 4c2e90fa8bad1c62714946067224cfe97486bd69 (patch) | |
tree | b123698c1aa0db7abff39e5b5d55f20bc1d1cb3d /phpMyAdmin.spec | |
parent | 032a016bcd7585a578c31eaace870fd47f4518bf (diff) |
phpMyAdmin 3.5.8
Diffstat (limited to 'phpMyAdmin.spec')
-rw-r--r-- | phpMyAdmin.spec | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 8c82256..4734f5c 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -1,7 +1,7 @@ #global prever rc1 Name: phpMyAdmin -Version: 3.5.7 +Version: 3.5.8 Release: %{?prever:0.}1%{?prever:.%prever}%{?dist} Summary: Web based MySQL browser written in php @@ -19,10 +19,6 @@ Source14: http://downloads.sourceforge.net/sourceforge/phpmyadmin/blueorange-1.0 Source15: http://downloads.sourceforge.net/sourceforge/phpmyadmin/cleanstrap-1.0.zip Source16: http://downloads.sourceforge.net/sourceforge/phpmyadmin/metro-1.0.zip -# http://sourceforge.net/p/phpmyadmin/bugs/3828/ -# MariaDB reported as MySQL -Patch0: %{name}-mariadb.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: unzip @@ -49,8 +45,6 @@ is available in 50 languages %prep %setup -qn phpMyAdmin-%{version}%{?prever:-%prever}-all-languages -%patch0 -p1 - # Minimal configuration file sed -e "/'extension'/s@'mysql'@'mysqli'@" \ -e "/'blowfish_secret'/s@''@'MUSTBECHANGEDONINSTALL'@" \ @@ -132,6 +126,9 @@ sed -i -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$RANDOM$RANDOM$RANDOM$RAN %changelog +* Mon Apr 8 2013 Remi Collet <rpms@famillecollet.com> 3.5.8-1 +- Upstream released 3.5.7 (bugfix) + * Fri Feb 15 2013 Remi Collet <rpms@famillecollet.com> 3.5.7-1 - Upstream released 3.5.7 (bugfix) - patch for http://sourceforge.net/p/phpmyadmin/bugs/3828/ |