forked from pool/syncthing
- Update to version 0.14.6.
OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=76
This commit is contained in:
parent
6881529a14
commit
4c650c1833
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:15046e88d3fc7ac4d1ce18b59fba3e0a2409699661ca9bf350b622da838d094d
|
|
||||||
size 7333833
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iQEcBAABCAAGBQJXvBRmAAoJENJubtAAZUo+x18H/3gLBWorm4YeIXP5CX/HBy7q
|
|
||||||
xBml4iA2CYf5JEvABS4fSd+1U7GEa1DBUGTsQaXlXGZEFE603zqXnmgoTna5WGr/
|
|
||||||
bG0dzi7CJ8Ul8Dry06HXdjqFNiQn+7orY/xoUPvN2ZnHS+NAsWEi3EoXtgfZjtAx
|
|
||||||
TXia2eCRz8NdglA84FU4hQROyFpfDk9A7e9j6elLhjEt6Kopj3PJ2yEYBiUkUJqU
|
|
||||||
DrqTtHeJ+W5qCRf0exjAuvLx3CfjBMYfg+sSWgtCqO3WmiZzC4dkRi8H0m8A4I3A
|
|
||||||
suLOhe6WLT81YkkpZK5ljhZsOrzPS98gqS5XfzNst8zW/Aj6DxA+a7O70kfBuGc=
|
|
||||||
=8Ara
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
syncthing-source-v0.14.6.tar.gz
Normal file
3
syncthing-source-v0.14.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ec92eba9ea07c3bed914be99f6f5b9ff5fa27de0af82c523eb50f79746b017e
|
||||||
|
size 6554813
|
11
syncthing-source-v0.14.6.tar.gz.asc
Normal file
11
syncthing-source-v0.14.6.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iQEcBAABCAAGBQJXzmrvAAoJENJubtAAZUo+TW4H/AzxUvXqJH2FLSIr1w13BdoK
|
||||||
|
ulUx9Z3XPp68hMZCiMVff6iSygKDlHVI1ODq9IRlEt93Z2SZFYVZW8oBMvOgkHQs
|
||||||
|
/MI3nHQU/kKKFgAAxjeTjoaYVEZq0XqZ7eT+x6N/BosOYXQfhFOSbAEn7w5+02sJ
|
||||||
|
3zVhH53VJkN1sMTwA0rWaGL3N/uZwNI7WMcQdP1FA9jjCzkAx9IVvxof4DQvLFMk
|
||||||
|
sVdL4CDbOv5jbM/ZKBreEGR1660xbYuBPsjf7owZewfvI2w6w5R3OWGejvpBaTng
|
||||||
|
kj2ZYa7DV668zQj2AcN/4Uq3fTppr/XW215p7GsUn3dl2SjyBDsiEb5YGhWiLO8=
|
||||||
|
=pHQc
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 10 23:34:18 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 0.14.6:
|
||||||
|
* In sync percentages no longer go negative for large numbers of
|
||||||
|
deleted files (gh#syncthing/syncthing#3496).
|
||||||
|
* Files that were deleted and then ignored are no longer deleted
|
||||||
|
on other devices that didn't ignore them
|
||||||
|
(gh#syncthing/syncthing#3502).
|
||||||
|
* Configuration is no longer moved away when perfoming an upgrade
|
||||||
|
on a full drive (gh#syncthing/syncthing#3525).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 23 11:13:43 UTC 2016 - sor.alexei@meowr.ru
|
Tue Aug 23 11:13:43 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: syncthing
|
Name: syncthing
|
||||||
Version: 0.14.5
|
Version: 0.14.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FOSS Continuous File Synchronisation
|
Summary: FOSS Continuous File Synchronisation
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
@ -61,17 +61,17 @@ go run build.go install all \
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -Dm 0755 build/src/github.com/%{name}/%{name}/bin/%{name} \
|
install -Dpm 0755 build/src/github.com/%{name}/%{name}/bin/%{name} \
|
||||||
%{buildroot}%{_bindir}/%{name}
|
%{buildroot}%{_bindir}/%{name}
|
||||||
install -Dm 0644 etc/linux-systemd/system/%{name}@.service \
|
install -Dpm 0644 etc/linux-systemd/system/%{name}@.service \
|
||||||
%{buildroot}%{_unitdir}/%{name}@.service
|
%{buildroot}%{_unitdir}/%{name}@.service
|
||||||
install -Dm 0644 etc/linux-systemd/system/%{name}-resume.service \
|
install -Dpm 0644 etc/linux-systemd/system/%{name}-resume.service \
|
||||||
%{buildroot}%{_unitdir}/%{name}-resume.service
|
%{buildroot}%{_unitdir}/%{name}-resume.service
|
||||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
||||||
install -Dm 0644 etc/linux-systemd/user/%{name}.service \
|
install -Dpm 0644 etc/linux-systemd/user/%{name}.service \
|
||||||
%{buildroot}%{_userunitdir}/%{name}.service
|
%{buildroot}%{_userunitdir}/%{name}.service
|
||||||
%endif
|
%endif
|
||||||
install -Dm 0644 %{name}.firewall \
|
install -Dpm 0644 %{name}.firewall \
|
||||||
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
|
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
|
Loading…
Reference in New Issue
Block a user