Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2016-07-01 09:59:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2016-06-19 
10:50:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2016-07-01 
09:59:52.000000000 +0200
@@ -1,0 +2,15 @@
+Mon Jun 27 20:21:34 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.13.9 (changes since 0.13.7)
+  * The layout of the out of sync items dialog has been improved.
+  * Directories are now sorted by label, falling back to ID when
+    required.
+  * Directory name completion now works for empty names.
+  * Directories can now be symbolic links also when using
+    ~-relative paths.
+  * The discovered device addresses are now shown for disconnected
+    devices.
+- Enable systemd 215+ specifics on SLE 12 SP2+ and
+  openSUSE Leap 42.2+.
+
+-------------------------------------------------------------------

Old:
----
  syncthing-source-v0.13.7.tar.gz
  syncthing-source-v0.13.7.tar.gz.asc

New:
----
  syncthing-source-v0.13.9.tar.gz
  syncthing-source-v0.13.9.tar.gz.asc

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

Other differences:
------------------
++++++ syncthing.spec ++++++
--- /var/tmp/diff_new_pack.kNJQ0z/_old  2016-07-01 09:59:53.000000000 +0200
+++ /var/tmp/diff_new_pack.kNJQ0z/_new  2016-07-01 09:59:53.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           syncthing
-Version:        0.13.7
+Version:        0.13.9
 Release:        0
 Summary:        FOSS Continuous File Synchronisation
 License:        MPL-2.0
@@ -41,7 +41,7 @@
 %prep
 %setup -q -n %{name}
 cp -f %{SOURCE3} %{name}.firewall
-%if 0%{?suse_version} <= 1320
+%if !(0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200)
 # Remove an entry that only exists since systemd 215.
 sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
   etc/linux-systemd/system/syncthing@.service
@@ -67,7 +67,7 @@
   %{buildroot}%{_unitdir}/%{name}@.service
 install -Dm 0644 etc/linux-systemd/system/%{name}-resume.service  \
   %{buildroot}%{_unitdir}/%{name}-resume.service
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 install -Dm 0644 etc/linux-systemd/user/%{name}.service           \
   %{buildroot}%{_userunitdir}/%{name}.service
 %endif
@@ -79,19 +79,19 @@
 
 %post
 %service_add_post %{name}-resume.service
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 %systemd_user_post %{name}.service
 %endif
 
 %preun
 %service_del_preun %{name}@.service %{name}-resume.service
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 %systemd_user_preun %{name}.service
 %endif
 
 %postun
 %service_del_postun %{name}-resume.service
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 %systemd_user_postun %{name}.service
 %endif
 
@@ -102,7 +102,7 @@
 %{_bindir}/%{name}
 %{_unitdir}/%{name}@.service
 %{_unitdir}/%{name}-resume.service
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 %{_userunitdir}/%{name}.service
 %endif
 

++++++ syncthing-source-v0.13.7.tar.gz -> syncthing-source-v0.13.9.tar.gz ++++++
++++ 1920 lines of diff (skipped)


Reply via email to