From b6ab85092c0f657dc40c7ae8781b5f4b30e31d73 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Dec 2013 20:16:37 +0100 Subject: phpMyAdmin: 4.0.10 (bugfix) --- phpMyAdmin.spec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'phpMyAdmin.spec') diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 5f0b39e..08d0654 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -1,8 +1,8 @@ -%global prever rc1 +#global prever rc1 Name: phpMyAdmin -Version: 4.1.0 -Release: 0.1.rc1%{?dist} +Version: 4.0.10 +Release: 1%{?dist} Summary: Web based MySQL browser written in php Group: Applications/Internet @@ -12,14 +12,14 @@ Source0: http://downloads.sourceforge.net/sourceforge/phpmyadmin/%{name}-%{versi Source2: phpMyAdmin.htaccess # https://github.com/phpmyadmin/phpmyadmin/pull/357 -#Patch0: %{name}-vendor.patch +Patch0: %{name}-vendor.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: unzip Requires: webserver -Requires: php(language) >= 5.3.0 +Requires: php(language) >= 5.2.0 Requires: php-bcmath Requires: php-bz2 Requires: php-ctype @@ -35,14 +35,11 @@ Requires: php-libxml Requires: php-mbstring Requires: php-mcrypt Requires: php-mysqli -Requires: php-openssl Requires: php-pcre Requires: php-recode Requires: php-session Requires: php-simplexml Requires: php-spl -Requires: php-tidy -Requires: php-xml Requires: php-xmlwriter Requires: php-zip Requires: php-zlib @@ -65,7 +62,7 @@ is available in 50 languages %prep %setup -qn phpMyAdmin-%{version}%{?prever:-%prever}-all-languages -#patch0 -p1 +%patch0 -p1 # Minimal configuration file sed -e "/'extension'/s@'mysql'@'mysqli'@" \ @@ -145,7 +142,7 @@ sed -i -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$RANDOM$RANDOM$RANDOM$RAN %files %defattr(-,root,root,-) -%doc ChangeLog README LICENSE CONTRIBUTING.md +%doc ChangeLog README LICENSE %{_datadir}/%{name} %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/config.inc.php @@ -156,6 +153,9 @@ sed -i -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$RANDOM$RANDOM$RANDOM$RAN %changelog +* Wed Dec 4 2013 Remi Collet 4.0.10-1 +- update to 4.0.10 (bugfix) + * Tue Nov 5 2013 Remi Collet 4.0.9-1 - update to 4.0.9 (bugfix) -- cgit