forked from pool/syncthing
- Update to 0.12.12.
OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=49
This commit is contained in:
parent
60f1d4faf7
commit
235f7752b7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:390a2c4c80566e00a0923e3f9116b4253336168320a7e9930555785e831830ee
|
||||
size 4798209
|
3
syncthing-source-v0.12.12.tar.gz
Normal file
3
syncthing-source-v0.12.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce5df981dd7940c8000aa7f7221b3f81789eea4934cfc92db805664bfdafb19f
|
||||
size 4800942
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 07:46:12 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
- 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 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 0.12.11
|
||||
Version: 0.12.12
|
||||
Release: 0
|
||||
Summary: FOSS Continuous File Synchronisation
|
||||
License: MPL-2.0
|
||||
@ -46,8 +46,10 @@ sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
|
||||
%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}
|
||||
|
Loading…
Reference in New Issue
Block a user