From 16c09c1c61bf922c05c395279c025553451f37ef9bdc65e5af53e564edf92711 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Sun, 23 Aug 2015 16:16:59 +0000 Subject: [PATCH 1/2] - Update to 0.11.21. OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=28 --- syncthing-0.11.20.tar.gz | 3 --- syncthing-0.11.21.tar.gz | 3 +++ syncthing.changes | 10 ++++++++++ syncthing.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 syncthing-0.11.20.tar.gz create mode 100644 syncthing-0.11.21.tar.gz diff --git a/syncthing-0.11.20.tar.gz b/syncthing-0.11.20.tar.gz deleted file mode 100644 index c0115fa..0000000 --- a/syncthing-0.11.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89416e33f27434ee95c4e4c47e13a2211a4246c87728e52298e713050a62dac8 -size 4173247 diff --git a/syncthing-0.11.21.tar.gz b/syncthing-0.11.21.tar.gz new file mode 100644 index 0000000..0465a9d --- /dev/null +++ b/syncthing-0.11.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d500857b9e165c0b574a86ca31bb067c4a8540c4c7591b6557dcc37189aeedd1 +size 4174227 diff --git a/syncthing.changes b/syncthing.changes index e6cdb95..564954c 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Aug 23 16:03:43 UTC 2015 - sor.alexei@meowr.ru + +- Update to 0.11.21: + * Recover from 'corrupted or incomplete CURRENT file' etc. + * Retain standard streams over restart. + * Add unit test for staggered versioning. + * Newest first should be different from oldest first. + * Fix time zone error in staggered versioning. + ------------------------------------------------------------------- Mon Aug 17 09:23:21 UTC 2015 - sor.alexei@meowr.ru diff --git a/syncthing.spec b/syncthing.spec index edc09be..497ac8b 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -17,7 +17,7 @@ Name: syncthing -Version: 0.11.20 +Version: 0.11.21 Release: 0 Summary: FOSS Continuous File Synchronization License: MPL-2.0 From 94ab6880fae4414faa222b4f2fc064e2873102ed62f3ed821af76977d1e8495d Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Sun, 23 Aug 2015 17:10:19 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=29 --- syncthing.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syncthing.spec b/syncthing.spec index 497ac8b..8ebedb4 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -28,7 +28,7 @@ Source1: %{name}.firewall BuildRequires: go >= 1.3 BuildRequires: systemd BuildRequires: systemd-rpm-macros -%go_exclusivearch +%go_provides %description Syncthing replaces proprietary sync and cloud services with @@ -48,10 +48,10 @@ sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \ %build echo "v%{version}" | tee RELEASE %goprep github.com/%{name}/%{name} -go run build.go -no-upgrade build +go run build.go $BUILDFLAGS -no-upgrade %install -install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name} +install -Dm 0755 bin/%{name} %{buildroot}%{_bindir}/%{name} install -Dm 0644 etc/linux-systemd/system/%{name}@.service \ %{buildroot}%{_unitdir}/%{name}@.service install -Dm 0644 etc/linux-systemd/user/%{name}.service \