diff --git a/phpMyAdmin-4.1.2-all-languages.tar.bz2 b/phpMyAdmin-4.1.2-all-languages.tar.bz2 deleted file mode 100644 index 8e7259f..0000000 --- a/phpMyAdmin-4.1.2-all-languages.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1dd2a2a04bfc4c967f7c9d49e0d3ebaccd5da2ac793eb4031b4b1e50791e828 -size 6562933 diff --git a/phpMyAdmin-4.1.3-all-languages.tar.bz2 b/phpMyAdmin-4.1.3-all-languages.tar.bz2 new file mode 100644 index 0000000..04a4a9f --- /dev/null +++ b/phpMyAdmin-4.1.3-all-languages.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef9b937bf8a97da6c6d760862f6c0ec19e8ec35642f27677c316c5969b79b92 +size 6343459 diff --git a/phpMyAdmin.changes b/phpMyAdmin.changes index e216680..1dc7750 100644 --- a/phpMyAdmin.changes +++ b/phpMyAdmin.changes @@ -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 diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index d038cee..f48df85 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -34,7 +34,7 @@ Name: phpMyAdmin Summary: Administration of MySQL over the web License: GPL-2.0+ Group: Productivity/Networking/Web/Frontends -Version: 4.1.2 +Version: 4.1.3 Release: 0 Url: http://www.phpMyAdmin.net Source0: %{name}-%{version}-all-languages.tar.bz2 @@ -44,6 +44,7 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: pwgen coreutils sed grep BuildRequires: apache2-devel +BuildRequires: python-devel %if 0%{?suse_version} > 1020 BuildRequires: fdupes %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 %endif +# Fix python-bytecode-inconsistent-mtime +rm -rf doc/_ext/configext.pyc +pushd doc/_ext +%py_compile ./ +popd + %post # on `rpm -ivh` PARAM is 1 # on `rpm -Uvh` PARAM is 2