Accepting request 212569 from server:php:applications

- add source URL, see https://en.opensuse.org/SourceUrls (forwarded request 212561 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/212569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=50
This commit is contained in:
Stephan Kulow 2014-01-05 09:24:37 +00:00 committed by Git OBS Bridge
commit de23e254fb
4 changed files with 33 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jan 1 16:36:22 UTC 2014 - andreas.stieger@gmx.de
- add source URL, see https://en.opensuse.org/SourceUrls
-------------------------------------------------------------------
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

View File

@ -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,16 +34,17 @@ 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
Source0: http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2
Source1: %{name}.http
Patch0: %{name}-config.patch
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