Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2018-05-30 15:24:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syncthing (Old)
 and      /work/SRC/openSUSE:Factory/.syncthing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syncthing"

Wed May 30 15:24:27 2018 rev:72 rq:613012 version:0.14.46

Changes:
--------
--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes      2018-04-19 
15:31:18.902559983 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2018-05-30 
15:24:30.811351773 +0200
@@ -1,0 +2,8 @@
+Wed May 30 09:03:50 UTC 2018 - [email protected]
+
+- Fix build command / prevent Syncthing to update itself
+  Arguments go before commands so both -version and -no-upgrade
+  were previously ignored resulting in Syncthing trying to update
+  itself without permissions (boo#1095169).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ syncthing.spec ++++++
--- /var/tmp/diff_new_pack.AWqtT6/_old  2018-05-30 15:24:32.903274515 +0200
+++ /var/tmp/diff_new_pack.AWqtT6/_new  2018-05-30 15:24:32.907274367 +0200
@@ -51,8 +51,7 @@
 cp -a vendor build/vendor/src
 
 pushd build/src/github.com/%{name}/%{name}/
-go run build.go install all \
-  -version v%{version} -no-upgrade
+go run build.go -no-upgrade -version v%{version} install all
 popd
 
 %install



Reply via email to