Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gns3-gui for openSUSE:Factory checked in at 2021-06-16 20:34:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gns3-gui (Old) and /work/SRC/openSUSE:Factory/.gns3-gui.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gns3-gui" Wed Jun 16 20:34:55 2021 rev:10 rq:900228 version:2.2.22 Changes: -------- --- /work/SRC/openSUSE:Factory/gns3-gui/gns3-gui.changes 2021-05-12 19:33:29.190736980 +0200 +++ /work/SRC/openSUSE:Factory/.gns3-gui.new.32437/gns3-gui.changes 2021-06-16 20:36:42.559311483 +0200 @@ -1,0 +2,9 @@ +Fri Jun 11 15:14:37 UTC 2021 - Martin Hauke <mar...@gmx.de> + +- Update to version 2.2.22 + * Fix exception shown when GNS3 is started with empty config. + * Link style support. + * Fix charcoal theme. + * Fix issue when showing menu to select port. + +------------------------------------------------------------------- Old: ---- gns3-gui-2.2.21.tar.gz New: ---- gns3-gui-2.2.22.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gns3-gui.spec ++++++ --- /var/tmp/diff_new_pack.pzPWpt/_old 2021-06-16 20:36:42.975312193 +0200 +++ /var/tmp/diff_new_pack.pzPWpt/_new 2021-06-16 20:36:42.975312193 +0200 @@ -17,7 +17,7 @@ Name: gns3-gui -Version: 2.2.21 +Version: 2.2.22 Release: 0 Summary: GNS3 graphical interface for the GNS3 server License: GPL-3.0-or-later ++++++ gns3-gui-2.2.21.tar.gz -> gns3-gui-2.2.22.tar.gz ++++++ ++++ 241970 lines of diff (skipped) ++++++ gns3-gui-fix-requirements.patch ++++++ --- /var/tmp/diff_new_pack.pzPWpt/_old 2021-06-16 20:36:47.143319305 +0200 +++ /var/tmp/diff_new_pack.pzPWpt/_new 2021-06-16 20:36:47.143319305 +0200 @@ -1,10 +1,10 @@ diff --git a/requirements.txt b/requirements.txt -index 2bf4100..152e25d 100644 +index 21f9979..152e25d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ jsonschema==3.2.0 --sentry-sdk==1.0.0 +-sentry-sdk==1.1.0 -psutil==5.8.0 +sentry-sdk>=0.14.4 +psutil>=5.6.7