From c406bd1f435fe13a1d8ace31945801e8dd5a1bd2fb07cd02da91d137b7d81b5c Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Fri, 15 May 2015 21:04:38 +0000 Subject: [PATCH 1/2] - Update to 0.11.5. OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=5 --- syncthing-0.11.3.tar.gz | 3 --- syncthing-0.11.5.tar.gz | 3 +++ syncthing.changes | 11 +++++++++++ syncthing.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 syncthing-0.11.3.tar.gz create mode 100644 syncthing-0.11.5.tar.gz diff --git a/syncthing-0.11.3.tar.gz b/syncthing-0.11.3.tar.gz deleted file mode 100644 index 7030596..0000000 --- a/syncthing-0.11.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be2a2931c234ab39189301fce15c303c6b94383181d0b4e573064af4c2896015 -size 3145966 diff --git a/syncthing-0.11.5.tar.gz b/syncthing-0.11.5.tar.gz new file mode 100644 index 0000000..34b4ff2 --- /dev/null +++ b/syncthing-0.11.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59dd89ea64f51cc5481e59d7849dc6616286b9dbff5ac3724adc119592e09144 +size 3159523 diff --git a/syncthing.changes b/syncthing.changes index 54e60c4..b5ed02d 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat May 16 21:03:32 UTC 2015 - sor.alexei@meowr.ru + +- 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. + ------------------------------------------------------------------- Tue May 12 05:37:21 UTC 2015 - sor.alexei@meowr.ru diff --git a/syncthing.spec b/syncthing.spec index 7288038..0f0e934 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -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 From beec8dc59cc99b2e29a1325f422c863f55f6bf71885945e44541d8d54583df17 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Mon, 18 May 2015 08:03:46 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=6 --- syncthing.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/syncthing.spec b/syncthing.spec index 0f0e934..ae455fe 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -58,15 +58,21 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} %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 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} %{_bindir}/%{name} %{_sbindir}/rc%{name} %{_unitdir}/%{name}@.service +%if 0%{?suse_version} > 1320 %{_userunitdir}/%{name}.service +%endif %changelog