Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2015-08-19 09:29:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syncthing (Old)
 and      /work/SRC/openSUSE:Factory/.syncthing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syncthing"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes      2015-08-10 
09:16:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2015-08-19 
09:29:35.000000000 +0200
@@ -1,0 +2,13 @@
+Mon Aug 17 09:23:21 UTC 2015 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  syncthing-0.11.19.tar.gz

New:
----
  syncthing-0.11.20.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ syncthing.spec ++++++
--- /var/tmp/diff_new_pack.ZGTZWd/_old  2015-08-19 09:29:36.000000000 +0200
+++ /var/tmp/diff_new_pack.ZGTZWd/_new  2015-08-19 09:29:36.000000000 +0200
@@ -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 @@
 
 %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/[email protected]
+%endif
 
 %build
 echo "v%{version}" | tee RELEASE

++++++ syncthing-0.11.19.tar.gz -> syncthing-0.11.20.tar.gz ++++++
++++ 65629 lines of diff (skipped)

++++++ syncthing.firewall ++++++
--- /var/tmp/diff_new_pack.ZGTZWd/_old  2015-08-19 09:29:36.000000000 +0200
+++ /var/tmp/diff_new_pack.ZGTZWd/_new  2015-08-19 09:29:36.000000000 +0200
@@ -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"
+


Reply via email to