Hello community,

here is the log from the commit of package phpPgAdmin for openSUSE:Factory 
checked in at 2019-02-01 11:44:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phpPgAdmin (Old)
 and      /work/SRC/openSUSE:Factory/.phpPgAdmin.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "phpPgAdmin"

Fri Feb  1 11:44:08 2019 rev:24 rq:667153 version:5.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/phpPgAdmin/phpPgAdmin.changes    2016-12-03 
18:27:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.phpPgAdmin.new.28833/phpPgAdmin.changes 
2019-02-01 11:44:12.352628875 +0100
@@ -1,0 +2,23 @@
+Sat Jan 19 13:08:04 UTC 2019 - Christian Wittmer <ch...@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
+
+-------------------------------------------------------------------

Old:
----
  phpPgAdmin-5.1.tar.bz2

New:
----
  phpPgAdmin-5.6.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ phpPgAdmin.spec ++++++
--- /var/tmp/diff_new_pack.AKaPsB/_old  2019-02-01 11:44:13.760627429 +0100
+++ /var/tmp/diff_new_pack.AKaPsB/_new  2019-02-01 11:44:13.764627425 +0100
@@ -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 @@
 %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 @@
 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 @@
 
 %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}

++++++ phpPgAdmin-5.1.tar.bz2 -> phpPgAdmin-5.6.0.tar.bz2 ++++++
++++ 51616 lines of diff (skipped)


Reply via email to