From 561103978a4e670ddd3b07914d33d47f254252824e5e2821259aad6da22d6f5e Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Sat, 15 Aug 2015 20:57:55 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=26 --- syncthing.changes | 6 ++++++ syncthing.firewall | 6 +++++- syncthing.spec | 5 +++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/syncthing.changes b/syncthing.changes index 0693a39..a2473d7 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Aug 15 19:43:27 UTC 2015 - sor.alexei@meowr.ru + +- Fix systemd service for openSUSE Leap 42.x and openSUSE 13.2. +- Fix SUSEfirewall rule by setting UDP ports as UDP ports. + ------------------------------------------------------------------- Sun Aug 9 21:43:38 UTC 2015 - sor.alexei@meowr.ru diff --git a/syncthing.firewall b/syncthing.firewall index bf9f587..365d96f 100644 --- a/syncthing.firewall +++ b/syncthing.firewall @@ -2,4 +2,8 @@ ## Description: Opens ports for Syncthing. # space separated list of allowed TCP ports -TCP="21025 21026 22000" +TCP="21025" + +# space separated list of allowed UDP ports +TCP="21026 22000" + diff --git a/syncthing.spec b/syncthing.spec index eb51e70..5cde957 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -39,6 +39,11 @@ Internet. %prep %setup -q +%if 0%{?suse_version} <= 1320 +# Remove an entry that only exists since systemd 215. +sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \ + etc/linux-systemd/system/syncthing@.service +%endif %build echo "v%{version}" | tee RELEASE From dc125c82eea1727710405d591018d45f34ce811f0d04351dfeefa5ce8790e863 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Mon, 17 Aug 2015 12:24:40 +0000 Subject: [PATCH 2/2] - Update to 0.11.20. OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=27 --- syncthing-0.11.19.tar.gz | 3 --- syncthing-0.11.20.tar.gz | 3 +++ syncthing.changes | 9 ++++++++- syncthing.spec | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 syncthing-0.11.19.tar.gz create mode 100644 syncthing-0.11.20.tar.gz diff --git a/syncthing-0.11.19.tar.gz b/syncthing-0.11.19.tar.gz deleted file mode 100644 index 4a56655..0000000 --- a/syncthing-0.11.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a57bbf9264f8db03e22657958e2b0d77438acc2180be8a24a8d9965d63a00cff -size 3393477 diff --git a/syncthing-0.11.20.tar.gz b/syncthing-0.11.20.tar.gz new file mode 100644 index 0000000..c0115fa --- /dev/null +++ b/syncthing-0.11.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89416e33f27434ee95c4e4c47e13a2211a4246c87728e52298e713050a62dac8 +size 4173247 diff --git a/syncthing.changes b/syncthing.changes index a2473d7..e6cdb95 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,6 +1,13 @@ ------------------------------------------------------------------- -Sat Aug 15 19:43:27 UTC 2015 - sor.alexei@meowr.ru +Mon Aug 17 09:23:21 UTC 2015 - sor.alexei@meowr.ru +- Update to 0.11.20: + * Rename 'delete' to 'remove'. + * Fix editing device address. + * Use grid instead of three-column. + * Stop directory when running out of disk space. + * Remove double slashes in directives. + * Change to Font Awesome icon font. - Fix systemd service for openSUSE Leap 42.x and openSUSE 13.2. - Fix SUSEfirewall rule by setting UDP ports as UDP ports. diff --git a/syncthing.spec b/syncthing.spec index 5cde957..edc09be 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -17,7 +17,7 @@ Name: syncthing -Version: 0.11.19 +Version: 0.11.20 Release: 0 Summary: FOSS Continuous File Synchronization License: MPL-2.0