diff --git a/syncthing/syncthing.patch b/syncthing/syncthing.patch deleted file mode 100644 index 3994bc81c8..0000000000 --- a/syncthing/syncthing.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/github.com/syncthing/syncthing/build.go ---- src/github.com/syncthing/syncthing/build.go.orig 2018-12-27 10:26:10.952013000 +0100 -+++ src/github.com/syncthing/syncthing/build.go 2018-12-27 10:26:45.973119000 +0100 -@@ -420,7 +420,7 @@ - - rmr(target.BinaryName()) - -- args := []string{"build", "-v"} -+ args := []string{"build", "-v", "-x"} - args = appendParameters(args, tags, target) - - os.Setenv("GOOS", goos) diff --git a/syncthing/syncthing.spec b/syncthing/syncthing.spec index 25d5a1cfa2..ba3446300d 100644 --- a/syncthing/syncthing.spec +++ b/syncthing/syncthing.spec @@ -22,8 +22,8 @@ ## # package information -%define V_syncthing_base 1.2.2 -%define V_syncthing_snap 20190902 +%define V_syncthing_base 1.3.1 +%define V_syncthing_snap 20191105 # package information Name: syncthing @@ -36,12 +36,11 @@ Class: EVAL Group: Filesystem License: MPL Version: %{V_syncthing_base}.%{V_syncthing_snap} -Release: 20190902 +Release: 20191106 # list of sources Source0: http://download.openpkg.org/components/versioned/syncthing/syncthing-%{V_syncthing_snap}.tar.xz Source1: rc.syncthing -Patch0: syncthing.patch # build information BuildPreReq: OpenPKG, openpkg >= 20160101, go @@ -65,7 +64,6 @@ PreReq: OpenPKG, openpkg >= 20160101 %prep %setup -q -n syncthing - %patch -p0 %build # build program