Accepting request 212548 from home:ecsos
update to 4.1.3 and fix python-bytecode-inconsistent-mtime OBS-URL: https://build.opensuse.org/request/show/212548 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=89
This commit is contained in:
parent
f8bef4812c
commit
d5cea24fda
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b1dd2a2a04bfc4c967f7c9d49e0d3ebaccd5da2ac793eb4031b4b1e50791e828
|
|
||||||
size 6562933
|
|
3
phpMyAdmin-4.1.3-all-languages.tar.bz2
Normal file
3
phpMyAdmin-4.1.3-all-languages.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ef9b937bf8a97da6c6d760862f6c0ec19e8ec35642f27677c316c5969b79b92
|
||||||
|
size 6343459
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 1 12:59:03 UTC 2014 - ecsos@schirra.net
|
||||||
|
|
||||||
|
- update to 4.1.3 (2013-12-31)
|
||||||
|
- sf#3938 PDFDefaultPageSize doc and easy configurability
|
||||||
|
- sf#4198 Hovering over pie chart gives fatal JS error
|
||||||
|
- sf#4200 Missing syntax highlighting
|
||||||
|
- sf#4201 Exports are not compressed
|
||||||
|
- sf#4131 Import: "number of rows to skip" is ambiguous
|
||||||
|
- sf#4205 Add a user shows additional "edit user group" link
|
||||||
|
- sf#4202 Cannot read property 'token' of undefined
|
||||||
|
- sf#4203 On refreshing designer, $.FullScreen is undefined
|
||||||
|
- sf#3920 Lost space in navigation area
|
||||||
|
- Fix python-bytecode-inconsistent-mtime
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 23 23:47:24 UTC 2013 - ecsos@schirra.net
|
Mon Dec 23 23:47:24 UTC 2013 - ecsos@schirra.net
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package phpMyAdmin
|
# spec file for package phpMyAdmin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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.1.2
|
Version: 4.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.phpMyAdmin.net
|
Url: http://www.phpMyAdmin.net
|
||||||
Source0: %{name}-%{version}-all-languages.tar.bz2
|
Source0: %{name}-%{version}-all-languages.tar.bz2
|
||||||
@ -44,6 +44,7 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: pwgen coreutils sed grep
|
PreReq: pwgen coreutils sed grep
|
||||||
BuildRequires: apache2-devel
|
BuildRequires: apache2-devel
|
||||||
|
BuildRequires: python-devel
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1020
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
@ -137,6 +138,12 @@ find $RPM_BUILD_ROOT%{ap_docroot}/%{name} -maxdepth 1 -type f | grep -v 'config.
|
|||||||
%fdupes ${RPM_BUILD_ROOT}%{ap_docroot}/%{name}/themes
|
%fdupes ${RPM_BUILD_ROOT}%{ap_docroot}/%{name}/themes
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Fix python-bytecode-inconsistent-mtime
|
||||||
|
rm -rf doc/_ext/configext.pyc
|
||||||
|
pushd doc/_ext
|
||||||
|
%py_compile ./
|
||||||
|
popd
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# on `rpm -ivh` PARAM is 1
|
# on `rpm -ivh` PARAM is 1
|
||||||
# on `rpm -Uvh` PARAM is 2
|
# on `rpm -Uvh` PARAM is 2
|
||||||
|
Loading…
Reference in New Issue
Block a user