Hello community, here is the log from the commit of package syncthing-gtk for openSUSE:Factory checked in at 2018-02-26 23:25:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syncthing-gtk (Old) and /work/SRC/openSUSE:Factory/.syncthing-gtk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syncthing-gtk" Mon Feb 26 23:25:03 2018 rev:24 rq:579668 version:0.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/syncthing-gtk/syncthing-gtk.changes 2017-10-29 20:24:29.891056007 +0100 +++ /work/SRC/openSUSE:Factory/.syncthing-gtk.new/syncthing-gtk.changes 2018-02-26 23:25:05.386468302 +0100 @@ -1,0 +2,15 @@ +Fri Feb 23 21:12:39 UTC 2018 - [email protected] + +- Update to version 0.9.3: + * Should fix problems with random crashes, out-of-date directory + states and UI breaking after laptop is resumed from sleep. + * Add a link to the "file downloaded" notification. + * Add UI Settings to the status icon menu. + * Add support for AppImage. + * Fix Nautilus integration not working with latest Nautilus + versions. + * Fix status icon being invisible. + * Fix symlinks not counted files. +- Rebase syncthing-gtk-fix-config-read.patch. + +------------------------------------------------------------------- Old: ---- syncthing-gtk-0.9.2.7.tar.gz New: ---- syncthing-gtk-0.9.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syncthing-gtk.spec ++++++ --- /var/tmp/diff_new_pack.8746Aj/_old 2018-02-26 23:25:07.354397528 +0100 +++ /var/tmp/diff_new_pack.8746Aj/_new 2018-02-26 23:25:07.358397384 +0100 @@ -1,7 +1,7 @@ # # spec file for package syncthing-gtk # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -19,10 +19,10 @@ %global __requires_exclude typelib\\((Caja|Nautilus|Nemo)\\) %define _name syncthing_gtk Name: syncthing-gtk -Version: 0.9.2.7 +Version: 0.9.3 Release: 0 Summary: Syncthing Gtk-based graphical interface -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/File-Sharing Url: https://github.com/syncthing/syncthing-gtk Source: https://github.com/syncthing/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -108,7 +108,8 @@ %endif %files -%doc LICENSE README.md +%license LICENSE +%doc README.md %{_bindir}/%{name} %{_datadir}/%{name}/ %{python_sitelib}/%{_name}/ ++++++ syncthing-gtk-0.9.2.7.tar.gz -> syncthing-gtk-0.9.3.tar.gz ++++++ ++++ 12264 lines of diff (skipped) ++++++ syncthing-gtk-fix-config-read.patch ++++++ --- /var/tmp/diff_new_pack.8746Aj/_old 2018-02-26 23:25:07.594388896 +0100 +++ /var/tmp/diff_new_pack.8746Aj/_new 2018-02-26 23:25:07.594388896 +0100 @@ -1,6 +1,6 @@ --- a/syncthing_gtk/configuration.py +++ b/syncthing_gtk/configuration.py -@@ -62,7 +62,7 @@ class _Configuration(object): +@@ -64,7 +64,7 @@ class _Configuration(object): self.load() except Exception, e: log.warning("Failed to load configuration; Creating new one.") @@ -11,12 +11,8 @@ # Convert objects serialized as string back to object --- a/syncthing_gtk/daemon.py +++ b/syncthing_gtk/daemon.py -@@ -327,14 +327,14 @@ class Daemon(GObject.GObject, TimerManag - if not self._configxml: - self._configxml = os.path.join(get_config_dir(), "syncthing", "config.xml") - try: -- log.debug("Reasing syncthing config %s", self._configxml) -+ log.debug("Reading syncthing config %s", self._configxml) +@@ -333,11 +333,11 @@ class Daemon(GObject.GObject, TimerManag + log.debug("Reading syncthing config %s", self._configxml) config = file(self._configxml, "r").read() except Exception, e: - raise InvalidConfigurationException("Failed to read daemon configuration: %s" % e)
