Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2021-02-09 21:16:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and      /work/SRC/openSUSE:Factory/.pgadmin4.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pgadmin4"

Tue Feb  9 21:16:17 2021 rev:19 rq:870250 version:4.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes        2021-01-28 
21:29:25.540284930 +0100
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.28504/pgadmin4.changes     
2021-02-09 21:16:20.358778911 +0100
@@ -1,0 +2,61 @@
+Tue Feb  2 13:59:50 UTC 2021 - Antonio Larrosa <alarr...@suse.com>
+
+- Fix typos (chmod being used instead of chown in %postun web and
+  pgadmin4 used in the service file for User/Group keys instead of
+  pgadmin)
+
+-------------------------------------------------------------------
+Mon Feb  1 12:43:28 UTC 2021 - Marcus Rueckert <mrueck...@suse.de>
+
+- the system wide service does not need to run as root. switch to
+  user/group pgadmin 
+
+-------------------------------------------------------------------
+Sat Jan 30 04:22:43 UTC 2021 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to 4.30 
+  - Features:
+    - ERD Tool (Beta): The Entity-Relationship Diagram (ERD) tool
+      is a database design tool that provides a graphical
+      representation of database tables, columns, and
+      inter-relationships. You can use the ERD tool to design a new
+      schema and generate the SQL required to create it, or to
+      reverse engineer and diagram an existing database schema.
+    - Kerberos support is added in pgAdmin 4 using SPNEGO for
+      logging into pgAdmin, similar to the existing LDAP and
+      "internal" options. Note that support for logging into
+      database servers using Kerberos is not included in this
+      release, but will be added in a future version.
+    - Add a container option (PGADMIN_DISABLE_POSTFIX) to disable
+      the Postfix server: Postfix (like other MTAs) must start as
+      user 'root', and the pgAdmin container achieves this using
+      'sudo'. Whilst that works well in most environments, it can
+      cause problems in some. This option allows you to completely
+      disable Postfix to avoid these issues, though you will need
+      to configure an external mail server to be used to send
+      password reset emails.
+  - Bugs/Housekeeping:
+    - Improve the explain plan details by showing a popup instead
+      of a tooltip when clicking on plan nodes.
+    - Ensure that verbose logs are visible for Utility (Backup,
+      Maintenance etc.) jobs.
+    - Added support for expressions in exclusion constraints.
+    - Ensure that the 'template1' database is not visible after
+      pg_upgrade.
+    - Added appropriate help message and a placeholder for letting
+      users know about the account password expiry for Login/Group
+      Role.
+    - Updated Flask-BabelEx to the latest version.
+    - Fixed extra parentheses issue around joins for Views.
+    - Ensure that the current value of sequences is ignored while
+      comparing using Schema Diff.
+    - Fixed an issue when the user tries to delete multiple records
+      in the data grid.
+    - Fixed TypeError exception in schema diff when selecting two
+      identical objects.
+    - Include PostgreSQL 13 utilities in the container
+      distribution.
+
+  https://www.pgadmin.org/docs/pgadmin4/4.30/release_notes_4_30.html
+
+-------------------------------------------------------------------

Old:
----
  pgadmin4-4.29.tar.gz
  pgadmin4-4.29.tar.gz.asc

New:
----
  pgadmin4-4.30.tar.gz
  pgadmin4-4.30.tar.gz.asc

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

Other differences:
------------------
++++++ pgadmin4.spec ++++++
--- /var/tmp/diff_new_pack.qLvtLc/_old  2021-02-09 21:16:21.198779866 +0100
+++ /var/tmp/diff_new_pack.qLvtLc/_new  2021-02-09 21:16:21.198779866 +0100
@@ -34,6 +34,7 @@
 %global python3_flask_security_too_min_version 3.0.0
 %global python3_flask_sqlalchemy_min_version 2.4.1
 %global python3_flask_wtf_min_version 0.14.3
+%global python3_gssapi_min_version 1.6.11 
 %global python3_html5lib_min_version 1.0.1
 %global python3_htmlmin_min_version 0.1.12
 %global python3_itsdangerous_min_version 0.24
@@ -64,7 +65,7 @@
 %global user_group_name pgadmin
 
 Name:           pgadmin4
-Version:        4.29
+Version:        4.30
 Release:        0
 Summary:        Management tool for PostgreSQL
 License:        PostgreSQL
@@ -117,6 +118,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-extras >= %{python3_extras_min_version}
 BuildRequires:  python3-fixtures >= %{python3_fixtures_min_version}
+BuildRequires:  python3-gssapi >= %{python3_gssapi_min_version}
 BuildRequires:  python3-html5lib >= %{python3_html5lib_min_version}
 BuildRequires:  python3-htmlmin >= %{python3_htmlmin_min_version}
 BuildRequires:  python3-itsdangerous >= %{python3_itsdangerous_min_version}
@@ -181,6 +183,7 @@
 Requires:       python3-cryptography
 Requires:       python3-extras >= %{python3_extras_min_version}
 Requires:       python3-fixtures >= %{python3_fixtures_min_version}
+Requires:       python3-gssapi >= %{python3_gssapi_min_version}
 Requires:       python3-html5lib >= %{python3_html5lib_min_version}
 Requires:       python3-htmlmin >= %{python3_htmlmin_min_version}
 Requires:       python3-itsdangerous >= %{python3_itsdangerous_min_version}
@@ -340,6 +343,7 @@
 %service_del_preun %{name}.service
 
 %postun web
+chown -R %{user_group_name}:%{user_group_name} %{pgadmin4homedir}
 %service_del_postun %{name}.service
 
 %files

++++++ pgadmin4-4.29.tar.gz -> pgadmin4-4.30.tar.gz ++++++
/work/SRC/openSUSE:Factory/pgadmin4/pgadmin4-4.29.tar.gz 
/work/SRC/openSUSE:Factory/.pgadmin4.new.28504/pgadmin4-4.30.tar.gz differ: 
char 13, line 1


++++++ pgadmin4.service.in ++++++
--- /var/tmp/diff_new_pack.qLvtLc/_old  2021-02-09 21:16:21.342780030 +0100
+++ /var/tmp/diff_new_pack.qLvtLc/_new  2021-02-09 21:16:21.346780034 +0100
@@ -16,8 +16,8 @@
 [Service]
 Type=simple
 
-User=root
-Group=root
+User=pgadmin
+Group=pgadmin
 ExecStart=PYTHONDIR PYTHONSITELIB/pgadmin4-web/pgAdmin4.py
 ExecReload=/bin/kill -HUP $MAINPID
 KillMode=mixed

Reply via email to