Browse Source

upgrading package: syncthing 1.2.2.20190902 -> 1.3.1.20191105

master
parent
commit
8a4f9eaed4
  1. 12
      syncthing/syncthing.patch
  2. 8
      syncthing/syncthing.spec

12
syncthing/syncthing.patch

@ -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)

8
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

Loading…
Cancel
Save