Hello community, here is the log from the commit of package syncthing for openSUSE:Factory checked in at 2015-05-19 23:39:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-05-15 07:43:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2015-05-19 23:39:29.000000000 +0200 @@ -1,0 +2,11 @@ +Sat May 16 21:03:32 UTC 2015 - [email protected] + +- Update to 0.11.5 (changes since 0.11.3): + * Add unit test for overriding ignored files. + * Use MD5 hash of filename for temporary file. + * Only restart global discovery on UPnP change if it was enabled + to start with. + * Virtual mtime support for environments that don't support + altering mtimes. + +------------------------------------------------------------------- Old: ---- syncthing-0.11.3.tar.gz New: ---- syncthing-0.11.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syncthing.spec ++++++ --- /var/tmp/diff_new_pack.FAgV71/_old 2015-05-19 23:39:30.000000000 +0200 +++ /var/tmp/diff_new_pack.FAgV71/_new 2015-05-19 23:39:30.000000000 +0200 @@ -17,7 +17,7 @@ Name: syncthing -Version: 0.11.3 +Version: 0.11.5 Release: 0 Summary: FOSS Continuous File Synchronization License: MPL-2.0 @@ -58,15 +58,21 @@ %post %service_add_post %{name}@.service +%if 0%{?suse_version} > 1320 %systemd_user_post %{name}.service +%endif %preun %service_del_preun %{name}@.service +%if 0%{?suse_version} > 1320 %systemd_user_preun %{name}.service +%endif %postun %service_del_postun %{name}@.service +%if 0%{?suse_version} > 1320 %systemd_user_postun %{name}.service +%endif %files %defattr(-,root,root) @@ -74,6 +80,8 @@ %{_bindir}/%{name} %{_sbindir}/rc%{name} %{_unitdir}/%{name}@.service +%if 0%{?suse_version} > 1320 %{_userunitdir}/%{name}.service +%endif %changelog ++++++ syncthing-0.11.3.tar.gz -> syncthing-0.11.5.tar.gz ++++++ ++++ 2041 lines of diff (skipped)
