forked from pool/phpPgAdmin
Accepting request 667152 from home:computersalat:devel:php
update to 5.6.0 OBS-URL: https://build.opensuse.org/request/show/667152 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpPgAdmin?expand=0&rev=22
This commit is contained in:
parent
3c75c631c3
commit
c269ce9439
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a450ec4b8c85e8da7ab43b928265bc2ad0280fdea4144b55b40da4ceefd6ec6
|
||||
size 583620
|
3
phpPgAdmin-5.6.0.tar.bz2
Normal file
3
phpPgAdmin-5.6.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33e0fc7bb038872d2f1dd269f77c99258220a5f4f659f8d0f7b4290737a0dd35
|
||||
size 880640
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:08:04 UTC 2019 - Christian Wittmer <chris@computersalat.de>
|
||||
|
||||
- update to 5.6.0
|
||||
- fix for boo#1094772
|
||||
Distributed phpPgAdmin 5.1 does not support distributed PostgreSQL 10.3
|
||||
- Released: 12th November, 2018
|
||||
- Features
|
||||
* Add support for PostgreSQL 9.3, 9.4, 9.5, 9.6, 10, 11
|
||||
* Development support for PostgreSQL 12
|
||||
* Add support for brows/select navigation tabs (firzen)
|
||||
* Add new theme, "bootstrap" (amenadiel)
|
||||
* Improved support for json/jsonb
|
||||
- Bugs
|
||||
* Fix bug in Turkish translation which caused failed ajax responses
|
||||
* Account for Blocked field in admin processes Selenium test
|
||||
* Properly handle column comments
|
||||
* Fix background css issue
|
||||
* Additional language updates
|
||||
- Incompatabilities
|
||||
* Dropped testing of pre-9.3 versions of Postgres, which are now EOL
|
||||
- add license tag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 11:24:39 UTC 2016 - chris@computersalat.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package phpPgAdmin
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,12 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: phpPgAdmin
|
||||
|
||||
%define lc_name phppgadmin
|
||||
%define apxs %{_sbindir}/apxs2
|
||||
%define ap_sysconfdir %(%{apxs} -q SYSCONFDIR)
|
||||
%define ap_serverroot %(%{apxs} -q PREFIX)
|
||||
@ -25,12 +26,12 @@ Name: phpPgAdmin
|
||||
%define ppa_config %{_sysconfdir}/%{name}/config.inc.php
|
||||
|
||||
Summary: Administration of PostgreSQL over the web
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Databases/Tools
|
||||
Version: 5.1
|
||||
Version: 5.6.0
|
||||
Release: 0
|
||||
Url: http://phppgadmin.sourceforge.net
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source0: https://github.com/%{lc_name}/%{lc_name}/releases/download/REL_5-6-0/%{name}-%{version}.tar.bz2
|
||||
Source1: %{name}.http
|
||||
Patch0: %{name}-4.2.3-config.inc.patch
|
||||
BuildArch: noarch
|
||||
@ -46,15 +47,15 @@ perfect for PostgreSQL DBAs, newbies and hosting services.
|
||||
Features
|
||||
|
||||
* Administer multiple servers
|
||||
* Support for PostgreSQL 8.4.x, 9.0.x, 9.1.x, 9.2.x
|
||||
* Support for PostgreSQL 8.4.x, 9.x.x, 10.x, 11.x
|
||||
* Manage all aspects of:
|
||||
o Users & groups
|
||||
o Databases
|
||||
o Schemas
|
||||
o Tables, indexes, constraints, triggers, rules & privileges
|
||||
Views, sequences & functions
|
||||
Advanced objects
|
||||
Reports
|
||||
o Views, sequences & functions
|
||||
o Advanced objects
|
||||
o Reports
|
||||
* Easy data manipulation:
|
||||
o Browse tables, views & reports
|
||||
o Execute arbitrary SQL
|
||||
@ -102,7 +103,12 @@ done
|
||||
|
||||
%files
|
||||
%defattr(0644,root,root,0755)
|
||||
%doc CREDITS DEVELOPERS FAQ HISTORY LICENSE TODO TRANSLATORS
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%license LICENSE
|
||||
%else
|
||||
%doc LICENSE
|
||||
%endif
|
||||
%doc CREDITS DEVELOPERS FAQ HISTORY TODO TRANSLATORS
|
||||
%{ap_docroot}/%{name}
|
||||
%config(noreplace) %{ap_sysconfdir}/conf.d/%{name}.conf
|
||||
%dir %attr(0750,wwwrun,root) %{_sysconfdir}/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user