forked from pool/syncthing
Accepting request 353179 from network
OBS-URL: https://build.opensuse.org/request/show/353179 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=28
This commit is contained in:
commit
30813273cf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92592dad4c5ecd12b8cead3b815b805f4bf771ded0ff5e5a8e945fb6b0bebd4a
|
||||
size 4784001
|
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,29 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to 0.12.11:
|
||||
* Remove windows specialisation from osutil.GetLans.
|
||||
* Ensure loaded config is free of duplicate devices.
|
||||
* Show device ID QR code from edit dialog.
|
||||
* Don't warn about failed ignores if directory is unhealthy.
|
||||
* Detect non-standard hash algo and stop directory.
|
||||
* Disallow adding duplicate device ID in GUI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 29 05:32:40 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package syncthing
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 0.12.10
|
||||
Version: 0.12.12
|
||||
Release: 0
|
||||
Summary: FOSS Continuous File Synchronisation
|
||||
License: MPL-2.0
|
||||
@ -28,7 +28,6 @@ Source1: %{name}.firewall
|
||||
BuildRequires: go >= 1.3
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-rpm-macros
|
||||
%go_provides
|
||||
|
||||
%description
|
||||
Syncthing replaces proprietary sync and cloud services with
|
||||
@ -46,8 +45,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…
x
Reference in New Issue
Block a user