Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2016-01-12 16:14:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syncthing (Old)
 and      /work/SRC/openSUSE:Factory/.syncthing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syncthing"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes      2015-12-29 
13:00:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2016-01-12 
16:14:05.000000000 +0100
@@ -1,0 +2,26 @@
+Mon Jan 11 07:46:12 UTC 2016 - [email protected]
+
+- Update to 0.12.12:
+  * Update kardianos/osext.
+  * Change default max conflicts to 10.
+  * Do not conflict copy conflict copies.
+  * Do not allow in use CSRF tokens to expire.
+  * Add relaying to main settings dialog.
+  * Do not resolve destination address until we need to.
+  * More fine grained locking in discovery cache.
+  * Add STNODEFAULTFOLDER envvar to skip default directory
+    creation on new install.
+- Remove Go marcos usage for now.
+
+-------------------------------------------------------------------
+Thu Jan  7 18:53:07 UTC 2016 - [email protected]
+
+- Update to 0.12.11:
+  * Remove windows specialisation from osutil.GetLans.
+  * Ensure loaded config is free of duplicate devices.
+  * Show device ID QR code from edit dialog.
+  * Don't warn about failed ignores if directory is unhealthy.
+  * Detect non-standard hash algo and stop directory.
+  * Disallow adding duplicate device ID in GUI.
+
+-------------------------------------------------------------------

Old:
----
  syncthing-source-v0.12.10.tar.gz

New:
----
  syncthing-source-v0.12.12.tar.gz

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

Other differences:
------------------
++++++ syncthing.spec ++++++
--- /var/tmp/diff_new_pack.xRetWy/_old  2016-01-12 16:14:06.000000000 +0100
+++ /var/tmp/diff_new_pack.xRetWy/_new  2016-01-12 16:14:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package syncthing
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:           syncthing
-Version:        0.12.10
+Version:        0.12.12
 Release:        0
 Summary:        FOSS Continuous File Synchronisation
 License:        MPL-2.0
@@ -28,7 +28,6 @@
 BuildRequires:  go >= 1.3
 BuildRequires:  systemd
 BuildRequires:  systemd-rpm-macros
-%go_provides
 
 %description
 Syncthing replaces proprietary sync and cloud services with
@@ -46,8 +45,10 @@
 %endif
 
 %build
-%goprep github.com/%{name}/%{name}
-go run build.go $BUILDFLAGS -no-upgrade
+export GOPATH="$PWD/build"
+mkdir -p build/src/github.com/%{name}/%{name}
+ls | sed '/^build$/d' | xargs cp -at build/src/github.com/%{name}/%{name}
+go run build.go -no-upgrade
 
 %install
 install -Dm 0755 bin/%{name} %{buildroot}%{_bindir}/%{name}

++++++ syncthing-source-v0.12.10.tar.gz -> syncthing-source-v0.12.12.tar.gz 
++++++
++++ 3638 lines of diff (skipped)


Reply via email to