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 - marius.kittler(a)suse.com
+
+- 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
Hello community,
here is the log from the commit of package etcd for openSUSE:Factory checked in at 2018-05-30 14:46:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/etcd (Old)
and /work/SRC/openSUSE:Factory/.etcd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "etcd"
Wed May 30 14:46:00 2018 rev:9 rq:613030 version:3.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/etcd/etcd.changes 2018-03-02 21:11:32.693293057 +0100
+++ /work/SRC/openSUSE:Factory/.etcd.new/etcd.changes 2018-05-30 14:46:03.127100445 +0200
@@ -6 +6 @@
- fix#go_requirement.
+ fix#go_requirement (bsc#1095184).
@@ -11 +11 @@
-- Update to version 3.3.1:
+- Update to version 3.3.1 (bsc#1095184):
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------