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:
parent
bf4c2cc01b
commit
e7a6399212
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6d99f898d8f536529cb44b1a471f12fa558a865444c01b53857d5f55d902d4be
|
|
||||||
size 7276123
|
|
3
phpMyAdmin-4.3.7-all-languages.tar.bz2
Normal file
3
phpMyAdmin-4.3.7-all-languages.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9621c14a9df37286cfe223db9ada29c7c48004444fa06b36938575c7e0151373
|
||||||
|
size 7289711
|
@ -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
|
Thu Jan 8 06:07:12 UTC 2015 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ Name: phpMyAdmin
|
|||||||
Summary: Administration of MySQL over the web
|
Summary: Administration of MySQL over the web
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Web/Frontends
|
Group: Productivity/Networking/Web/Frontends
|
||||||
Version: 4.3.6
|
Version: 4.3.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.phpMyAdmin.net
|
Url: http://www.phpMyAdmin.net
|
||||||
Source0: http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2
|
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}
|
-e "s/\\\$cfg\['blowfish_secret'\] = ''/\$cfg['blowfish_secret'] = '`pwgen -s -1 46`'/" %{pma_config}
|
||||||
%if 0%{?suse_version} < 1310
|
%if 0%{?suse_version} < 1310
|
||||||
%restart_on_update apache2
|
%restart_on_update apache2
|
||||||
#%else
|
#%%else
|
||||||
#systemctl try-restart apache2 &>/dev/null
|
#systemctl try-restart apache2 &>/dev/null
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?suse_version} < 1310
|
%if 0%{?suse_version} < 1310
|
||||||
%restart_on_update apache2
|
%restart_on_update apache2
|
||||||
#%else
|
#%%else
|
||||||
#systemctl try-restart apache2 &>/dev/null
|
#systemctl try-restart apache2 &>/dev/null
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user