diff --git a/syncthing-source-v0.12.10.tar.gz b/syncthing-source-v0.12.10.tar.gz deleted file mode 100644 index 28409f4..0000000 --- a/syncthing-source-v0.12.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92592dad4c5ecd12b8cead3b815b805f4bf771ded0ff5e5a8e945fb6b0bebd4a -size 4784001 diff --git a/syncthing-source-v0.12.12.tar.gz b/syncthing-source-v0.12.12.tar.gz new file mode 100644 index 0000000..2581cd5 --- /dev/null +++ b/syncthing-source-v0.12.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5df981dd7940c8000aa7f7221b3f81789eea4934cfc92db805664bfdafb19f +size 4800942 diff --git a/syncthing.changes b/syncthing.changes index 5cf50e7..d2341a0 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -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 diff --git a/syncthing.spec b/syncthing.spec index 2ae1887..a3dc320 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -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}