Accepting request 281584 from home:ecsos

update to 4.3.7

OBS-URL: https://build.opensuse.org/request/show/281584
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=177
This commit is contained in:
Eric Schirra 2015-01-17 09:41:54 +00:00 committed by Git OBS Bridge
parent bf4c2cc01b
commit e7a6399212
4 changed files with 22 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d99f898d8f536529cb44b1a471f12fa558a865444c01b53857d5f55d902d4be
size 7276123

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9621c14a9df37286cfe223db9ada29c7c48004444fa06b36938575c7e0151373
size 7289711

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jan 17 09:32:06 UTC 2015 - ecsos@opensuse.org
- update to 4.3.7 (2015-01-15)
- sf#4694 js error on marking table as favorite in Safari (in private mode)
- sf#4695 Changing $cfg['DefaultTabTable'] doesn't update link and title
- fix bug Undefined index menuswork
- fix bug Undefined index navwork
- fix bug Undefined index central_columnswork
- sf#4697 Server Status refresh not behaving as expected
- fix bug Null argument in array_multisort()
- sf#4699 Navigation panel should not hide icons based on 'TableNavigationLinksMode'
- sf#4703 Unsaved schema page exported as pdf.pdf
- sf#4707 Call to undefined method PMA_Schema_PDF::dieSchema()
- sf#4702 URL is non RFC-2396 compatible in get_scripts.js.php
-------------------------------------------------------------------
Thu Jan 8 06:07:12 UTC 2015 - ecsos@opensuse.org

View File

@ -34,7 +34,7 @@ Name: phpMyAdmin
Summary: Administration of MySQL over the web
License: GPL-2.0+
Group: Productivity/Networking/Web/Frontends
Version: 4.3.6
Version: 4.3.7
Release: 0
Url: http://www.phpMyAdmin.net
Source0: http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2
@ -157,14 +157,14 @@ popd
-e "s/\\\$cfg\['blowfish_secret'\] = ''/\$cfg['blowfish_secret'] = '`pwgen -s -1 46`'/" %{pma_config}
%if 0%{?suse_version} < 1310
%restart_on_update apache2
#%else
#%%else
#systemctl try-restart apache2 &>/dev/null
%endif
%postun
%if 0%{?suse_version} < 1310
%restart_on_update apache2
#%else
#%%else
#systemctl try-restart apache2 &>/dev/null
%endif