From cecc4de2aff12ca52c68e71882962c0878e6e3f3 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Tue, 19 Jan 2016 13:17:08 +0000 Subject: [PATCH] - updated to 4.5.3.1 --- phpMyAdmin-config.patch | 16 ++++++++-------- phpMyAdmin.spec | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/phpMyAdmin-config.patch b/phpMyAdmin-config.patch index a2ba87b..ded7698 100644 --- a/phpMyAdmin-config.patch +++ b/phpMyAdmin-config.patch @@ -1,6 +1,6 @@ -diff -ur phpMyAdmin-4.4.12-all-languages.orig/libraries/config.default.php phpMyAdmin-4.4.12-all-languages/libraries/config.default.php ---- phpMyAdmin-4.4.12-all-languages.orig/libraries/config.default.php 2015-07-20 12:55:42.000000000 +0000 -+++ phpMyAdmin-4.4.12-all-languages/libraries/config.default.php 2015-07-25 15:38:01.668514288 +0000 +diff -ur phpMyAdmin-4.5.3.1-all-languages.orig/libraries/config.default.php phpMyAdmin-4.5.3.1-all-languages/libraries/config.default.php +--- phpMyAdmin-4.5.3.1-all-languages.orig/libraries/config.default.php 2015-12-25 20:07:18.000000000 +0000 ++++ phpMyAdmin-4.5.3.1-all-languages/libraries/config.default.php 2016-01-19 12:55:24.778367491 +0000 @@ -1,18 +1,6 @@ Relational display -@@ -1266,7 +1261,7 @@ +@@ -1333,7 +1328,7 @@ * * @global boolean $cfg['ActionLinksMode'] */ @@ -95,7 +95,7 @@ diff -ur phpMyAdmin-4.4.12-all-languages.orig/libraries/config.default.php phpMy /** * How many columns should be used for table display of a database? -@@ -1316,7 +1311,7 @@ +@@ -1383,7 +1378,7 @@ * Whether to display image or text or both image and text in table row * action segment. Value can be either of ``image``, ``text`` or ``both``. */ diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index a115ebb..3dbb65c 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.4.13.1 +Version: 4.5.3.1 Release: 1 License: GPL v2 Group: Applications/Databases/Interfaces Source0: https://files.phpmyadmin.net/%{name}/%{version}/%{name}-%{version}-all-languages.tar.xz -# Source0-md5: be8ab49694ce0ea97a14143a68a5ea42 +# Source0-md5: e7e9981c75d356f5fb932e1a2e4978f8 Source1: %{name}-apache.conf Source2: %{name}-lighttpd.conf Patch0: %{name}-config.patch @@ -26,7 +26,7 @@ Requires: php(filter) Requires: php(json) Requires: php(mbstring) Requires: php(mcrypt) -Requires: php(mysql) +Requires: php(mysqli) Requires: php(pcre) Requires: php(session) Requires: php(simplexml) @@ -34,7 +34,6 @@ Requires: webapps Requires: webserver(access) Requires: webserver(alias) Requires(triggerpostun): sed >= 4.0 -Suggests: php-mysqli Suggests: webserver(indexfile) Suggests: webserver(php) BuildArch: noarch @@ -95,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}} cp -p *.php *.css favicon.ico robots.txt $RPM_BUILD_ROOT%{_appdir} -cp -a locale themes js libraries $RPM_BUILD_ROOT%{_appdir} +cp -a js libraries locale templates themes $RPM_BUILD_ROOT%{_appdir} cp -p libraries/config.default.php $RPM_BUILD_ROOT%{_sysconfdir}/config.inc.php ln -sf %{_sysconfdir}/config.inc.php $RPM_BUILD_ROOT%{_appdir}/config.inc.php @@ -137,6 +136,7 @@ rm -rf $RPM_BUILD_ROOT %{_appdir}/js %{_appdir}/libraries %{_appdir}/locale +%{_appdir}/templates %{_appdir}/themes %{_appdir}/*.css %{_appdir}/*.php -- 2.44.0