[packages/phpMyAdmin] - updated to 4.1.4 - included examples dir content which is required in case of pmadb migration from

kiesiu kiesiu at pld-linux.org
Tue Jan 7 22:36:57 CET 2014


commit 054dddf6108532e8196e755368f3c8d1d263001d
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date:   Tue Jan 7 22:31:25 2014 +0100

    - updated to 4.1.4
    - included examples dir content which is required in case of pmadb migration from 4.0 to 4.1
    - R: mysql-libs >= 5.5 (version 4.1.x requires at least mysql 5.5)
    - reported by shadzik

 phpMyAdmin.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec
index 983e0e4..4e06742 100644
--- a/phpMyAdmin.spec
+++ b/phpMyAdmin.spec
@@ -4,12 +4,12 @@
 Summary:	phpMyAdmin - web-based MySQL administration
 Summary(pl.UTF-8):	phpMyAdmin - administracja bazami MySQL przez WWW
 Name:		phpMyAdmin
-Version:	4.1.3
+Version:	4.1.4
 Release:	1
 License:	GPL v2
 Group:		Applications/Databases/Interfaces
 Source0:	http://downloads.sourceforge.net/phpmyadmin/%{name}-%{version}-all-languages.tar.xz
-# Source0-md5:	fc4a1851c3f425e12a4aa4091a28e0af
+# Source0-md5:	9802ba0a7ee6afd8941dc8d0af589913
 Source1:	%{name}-apache.conf
 Source2:	%{name}-lighttpd.conf
 Source3:	%{name}-httpd.conf
@@ -20,6 +20,8 @@ URL:		http://www.phpmyadmin.net/
 BuildRequires:	rpmbuild(macros) >= 1.268
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
+# phpMyAdmin doesn't support mysql < 5.5 and won't work with php < 5.3
+Requires:	mysql-libs >= 5.5
 Requires:	php(core) >= 5.3
 Requires:	php(ctype)
 Requires:	php(filter)
@@ -126,7 +128,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README
+%doc ChangeLog README examples
 %dir %attr(750,root,http) %{_sysconfdir}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/phpMyAdmin.git/commitdiff/054dddf6108532e8196e755368f3c8d1d263001d



More information about the pld-cvs-commit mailing list