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 0693a39..e6cdb95 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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. + ------------------------------------------------------------------- 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..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 @@ -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