From 69f9a1312f981b55ab2fed874d901e0d8eb7aff5003345665fc236af597858c9 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Mon, 14 Dec 2015 22:44:24 +0000 Subject: [PATCH 1/3] - Update to 0.12.8. OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=44 --- syncthing-0.12.7.tar.gz | 3 --- syncthing-0.12.8.tar.gz | 3 +++ syncthing.changes | 8 ++++++++ syncthing.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 syncthing-0.12.7.tar.gz create mode 100644 syncthing-0.12.8.tar.gz diff --git a/syncthing-0.12.7.tar.gz b/syncthing-0.12.7.tar.gz deleted file mode 100644 index 3d133a3..0000000 --- a/syncthing-0.12.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b39507d6d18827859bbf8b6c56fdc19d8b1b75f9fafb340230ed8f604eb8f34 -size 3991315 diff --git a/syncthing-0.12.8.tar.gz b/syncthing-0.12.8.tar.gz new file mode 100644 index 0000000..590ab66 --- /dev/null +++ b/syncthing-0.12.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34aa2009bf6aa73c56519b79dad230faf7976bb8b7ba0591b65ed8aafb3cdb6 +size 3991287 diff --git a/syncthing.changes b/syncthing.changes index 8383836..db64375 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 14 17:54:15 UTC 2015 - sor.alexei@meowr.ru + +- Update to 0.12.8: + * Correct type assertion in verbose logger, restart. + * Remove Android hacks. + * upnp: Use a separate error for the error unmarshalling. + ------------------------------------------------------------------- Tue Dec 8 15:23:48 UTC 2015 - sor.alexei@meowr.ru diff --git a/syncthing.spec b/syncthing.spec index 175b65c..6755d14 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -17,7 +17,7 @@ Name: syncthing -Version: 0.12.7 +Version: 0.12.8 Release: 0 Summary: FOSS Continuous File Synchronisation License: MPL-2.0 From 7776815574c7189e6fd8c86ee392be3c1cf1178aa2909fe62f69e511b3dbd740 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Mon, 21 Dec 2015 00:39:49 +0000 Subject: [PATCH 2/3] - Update to 0.12.9. OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=45 --- syncthing-0.12.8.tar.gz | 3 --- syncthing-source-v0.12.9.tar.gz | 3 +++ syncthing.changes | 12 ++++++++++++ syncthing.spec | 5 ++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 syncthing-0.12.8.tar.gz create mode 100644 syncthing-source-v0.12.9.tar.gz diff --git a/syncthing-0.12.8.tar.gz b/syncthing-0.12.8.tar.gz deleted file mode 100644 index 590ab66..0000000 --- a/syncthing-0.12.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d34aa2009bf6aa73c56519b79dad230faf7976bb8b7ba0591b65ed8aafb3cdb6 -size 3991287 diff --git a/syncthing-source-v0.12.9.tar.gz b/syncthing-source-v0.12.9.tar.gz new file mode 100644 index 0000000..77ba808 --- /dev/null +++ b/syncthing-source-v0.12.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4790c8c2e7ca6c978473ad4eefda63ea702c4be10e0fce0f23e1cd38a611ab2 +size 4766423 diff --git a/syncthing.changes b/syncthing.changes index db64375..c8b3a40 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Dec 20 16:45:13 UTC 2015 - sor.alexei@meowr.ru + +- Update to 0.12.9: + * Example GUI override address. + * Additional output on insufficient error. + * Add command line option to open GUI. + * Always exit via error select, making sure reader routine is exits. + * Do not verify free space for files when directory + MinDiskFreePct==0. + * Edit device after accepting new connection. + ------------------------------------------------------------------- Mon Dec 14 17:54:15 UTC 2015 - sor.alexei@meowr.ru diff --git a/syncthing.spec b/syncthing.spec index 6755d14..554ef7b 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -17,13 +17,13 @@ Name: syncthing -Version: 0.12.8 +Version: 0.12.9 Release: 0 Summary: FOSS Continuous File Synchronisation License: MPL-2.0 Group: Productivity/Networking/File-Sharing Url: https://syncthing.net/ -Source: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz Source1: %{name}.firewall BuildRequires: go >= 1.3 BuildRequires: systemd @@ -46,7 +46,6 @@ sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \ %endif %build -echo "v%{version}" | tee RELEASE %goprep github.com/%{name}/%{name} go run build.go $BUILDFLAGS -no-upgrade From d8c5e01853fcdd697c39c5e7b5704f0a8048828c59065f75fdcc457530aac195 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Mon, 21 Dec 2015 08:14:22 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=46 --- syncthing.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing.spec b/syncthing.spec index 554ef7b..9d8b3e6 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -38,7 +38,7 @@ shared with some third party and how it's transmitted over the Internet. %prep -%setup -q +%setup -q -n %{name} %if 0%{?suse_version} <= 1320 # Remove an entry that only exists since systemd 215. sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \