Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2017-08-24 18:40:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syncthing (Old)
 and      /work/SRC/openSUSE:Factory/.syncthing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syncthing"

Thu Aug 24 18:40:53 2017 rev:60 rq:512033 version:0.14.32

Changes:
--------
--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes      2017-04-17 
10:27:41.118538855 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2017-08-24 
18:40:57.998017315 +0200
@@ -1,0 +2,87 @@
+Fri Jul 21 13:30:37 UTC 2017 - [email protected]
+
+- Update to version 0.14.32:
+  * "Nearby devices" are now shown in the add device dialogue,
+    avoiding the need to type their device ID
+    (gh#syncthing/syncthing#4157).
+  * Directories that were once ignored in a sharing request now
+    actually work properly when later added manually
+    (gh#syncthing/syncthing#4219).
+
+-------------------------------------------------------------------
+Wed Jun 28 19:20:44 UTC 2017 - [email protected]
+
+- Update to version 0.14.31 (changes since 0.14.29):
+  * Correctly clear warning "path is a subdirectory of other
+    folder" in directory dialogue (gh#syncthing/syncthing#3433).
+  * Conflict copies filename now includes the ID of the last device
+    to change the file (gh#syncthing/syncthing#3524).
+  * Directories offered by other devices can now be ignored
+    (gh#syncthing/syncthing#3993).
+  * Changed device name takes effect with restart; device name is
+    not sent to unknown devices (gh#syncthing/syncthing#4164).
+  * Correctly show CPU usage when started with -no-restart option
+    (gh#syncthing/syncthing#4183).
+  * Icons and directory information in local device summary is
+    consistent with that in directories
+    (gh#syncthing/syncthing#4100).
+  * Fix a data race in KCP & STUN (gh#syncthing/syncthing#4177).
+  * Ignore patterns on newly accepted directories are no longer
+    erroneously inherited from an earlier added directory
+    (gh#syncthing/syncthing#4203).
+
+-------------------------------------------------------------------
+Wed Jun  7 20:12:23 UTC 2017 - [email protected]
+
+- Update to version 0.14.29:
+  * The layout of the global changes dialogue is improved
+    (gh#syncthing/syncthing#3895).
+  * Running as root or SYSTEM now triggers a warning recommending
+    against it (gh#syncthing/syncthing#4123).
+  * Changing the theme no longer causes an HTTP error
+    (gh#syncthing/syncthing#4127).
+
+-------------------------------------------------------------------
+Wed May 24 12:01:32 UTC 2017 - [email protected]
+
+- Update to version 0.14.28:
+  * It is now possible to create custom event subscriptions via the
+    REST API (gh#syncthing/syncthing#1879).
+  * Removing large directories now uses less memory
+    (gh#syncthing/syncthing#2250).
+  * The minimum disc space (per directory and for the home drive)
+    can now be set to an absolute value
+    (gh#syncthing/syncthing#3307).
+  * Pausing or reconfiguring a directory will no longer start extra
+    scans. Pausing a directory stops scanning
+    (gh#syncthing/syncthing#3965).
+  * Ignore patterns can now be set at directory creation time, and
+    for paused directories (gh#syncthing/syncthing#3996).
+  * It is no longer possible to configure the GUI/API to listen on
+    a privileged port using the standard settings dialogue
+    (gh#syncthing/syncthing#4020).
+  * The device allowed subnet list can now include negative ("!")
+    entries to disallow subnets (gh#syncthing/syncthing#4096).
+  * Doing "Override changes" now uses less memory
+    (gh#syncthing/syncthing#4112).
+- Require golang.org/x/net/context on openSUSE older than
+  openSUSE Leap 15.x.
+
+-------------------------------------------------------------------
+Wed Apr 26 15:49:18 UTC 2017 - [email protected]
+
+- Update to version 0.14.27:
+  * Devices can now have a list of allowed subnets (advanced
+    config) (gh#syncthing/syncthing#219).
+  * The transfer rate units can now be changed by clicking on the
+    value (gh#syncthing/syncthing#234).
+  * UI text explaining "Introducer" is improved
+    (gh#syncthing/syncthing#1819).
+  * Advanced config editor can now edit lists of things
+    (gh#syncthing/syncthing#2267).
+  * Directories created for new directories now obey the user umask
+    setting (gh#syncthing/syncthing#2519).
+  * Incoming index updates are consistency checked better
+    (gh#syncthing/syncthing#4053).
+
+-------------------------------------------------------------------

Old:
----
  syncthing-source-v0.14.26.tar.gz
  syncthing-source-v0.14.26.tar.gz.asc

New:
----
  syncthing-source-v0.14.32.tar.gz
  syncthing-source-v0.14.32.tar.gz.asc

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

Other differences:
------------------
++++++ syncthing.spec ++++++
--- /var/tmp/diff_new_pack.wk5lzM/_old  2017-08-24 18:41:00.505664041 +0200
+++ /var/tmp/diff_new_pack.wk5lzM/_new  2017-08-24 18:41:00.521661787 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           syncthing
-Version:        0.14.26
+Version:        0.14.32
 Release:        0
 Summary:        FOSS Continuous File Synchronisation
 License:        MPL-2.0
@@ -30,6 +30,9 @@
 BuildRequires:  go >= 1.5
 BuildRequires:  systemd
 BuildRequires:  systemd-rpm-macros
+%if 0%{?suse_version} <= 1320
+BuildRequires:  golang-org-x-net-context
+%endif
 
 %description
 Syncthing replaces proprietary sync and cloud services with
@@ -47,6 +50,9 @@
 sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
   etc/linux-systemd/system/[email protected]
 %endif
+%if 0%{?suse_version} <= 1320
+find -type f -name '*.go' -exec sed -i 
's|"context"|"golang.org/x/net/context"|' {} \;
+%endif
 
 %build
 mkdir -p build/src/ build/vendor/

++++++ syncthing-source-v0.14.26.tar.gz -> syncthing-source-v0.14.32.tar.gz 
++++++
/work/SRC/openSUSE:Factory/syncthing/syncthing-source-v0.14.26.tar.gz 
/work/SRC/openSUSE:Factory/.syncthing.new/syncthing-source-v0.14.32.tar.gz 
differ: char 5, line 1


Reply via email to