SHA256
1
0
forked from pool/syncthing
Dominique Leuenberger 2015-05-19 21:39:28 +00:00 committed by Git OBS Bridge
commit 12fa2bb52c
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be2a2931c234ab39189301fce15c303c6b94383181d0b4e573064af4c2896015
size 3145966

3
syncthing-0.11.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59dd89ea64f51cc5481e59d7849dc6616286b9dbff5ac3724adc119592e09144
size 3159523

View File

@ -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

View File

@ -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 @@ 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