forked from pool/syncthing
- Update to 0.11.3.
OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=2
This commit is contained in:
parent
e3dcdb9dcf
commit
4c05a46ae3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:59784b57e54c2271f9d8d5544e03cbbb2413d41e72929f11e75ec46c0e4c4549
|
|
||||||
size 3127112
|
|
3
syncthing-0.11.3.tar.gz
Normal file
3
syncthing-0.11.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be2a2931c234ab39189301fce15c303c6b94383181d0b4e573064af4c2896015
|
||||||
|
size 3145966
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 12 05:37:21 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to 0.11.3:
|
||||||
|
* Do not remove the file when renaming on a case-insensitive
|
||||||
|
platform.
|
||||||
|
* Distinguish files with same name but different extension in
|
||||||
|
staggered versioner.
|
||||||
|
* Reschedule the next scan interval.
|
||||||
|
* Wait for stdout/stderr to close.
|
||||||
|
* Use actual release version for release note link.
|
||||||
|
* Set the execute bit on Windows executables.
|
||||||
|
* Trigger pull check on remote index updates.
|
||||||
|
* Implement upnpSvc.Stop().
|
||||||
|
* Remove system/editor specific ignores.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 7 19:34:43 UTC 2015 - sor.alexei@meowr.ru
|
Thu May 7 19:34:43 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: syncthing
|
Name: syncthing
|
||||||
Version: 0.11.2
|
Version: 0.11.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FOSS Continuous File Synchronization
|
Summary: FOSS Continuous File Synchronization
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -47,7 +47,7 @@ go run build.go -no-upgrade build
|
|||||||
install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}
|
install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}
|
||||||
install -Dm 0644 etc/linux-systemd/system/%{name}@.service \
|
install -Dm 0644 etc/linux-systemd/system/%{name}@.service \
|
||||||
%{buildroot}%{_unitdir}/%{name}@.service
|
%{buildroot}%{_unitdir}/%{name}@.service
|
||||||
install -Dm 0644 etc/linux-systemd/user/%{name}.service \
|
install -Dm 0644 etc/linux-systemd/user/%{name}.service \
|
||||||
%{buildroot}%{_userunitdir}/%{name}.service
|
%{buildroot}%{_userunitdir}/%{name}.service
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_sbindir}/
|
mkdir -p %{buildroot}%{_sbindir}/
|
||||||
|
Loading…
Reference in New Issue
Block a user