forked from pool/syncthing
- Update to version 0.14.5.
OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=75
This commit is contained in:
parent
bc46020f3a
commit
6881529a14
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b6d32d61955fa3060624315a6e7d3d89b056207444bd9cc2b9b908a215f244a
|
||||
size 7330698
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJXqxqMAAoJENJubtAAZUo+w8QIALOtYYuOlpfjORyebFyZrqDk
|
||||
Byfs+E/sZjkryNiGPG+XnNt3IK1PMftvdsWSKOqd1o1HJTgLX75QL9OEzwl6+USl
|
||||
1Xs1oghUhgZaivcSpKsg4wujqY6IwCoWdZZJJYbWp+u8PpV5QefijbZKLHG9TJ2g
|
||||
0TSEnvsDpeS43v8LomXD0tiu9eAnvE4ciZHoN7Q1wMT+p9GawgY7ZHjKc3s8fk3t
|
||||
grVSyM+SVepgQ05VKOdJQMN/H6j/eGFKsdAHrxfBbvT//IGJLD3U8lRJjkuS0mV0
|
||||
o6lzb6WneJymHbm/JX+GewZGCwKOfWjsXrF7IWi1rET+o8ia5eQiHdUhu99uYao=
|
||||
=ThTa
|
||||
-----END PGP SIGNATURE-----
|
3
syncthing-source-v0.14.5.tar.gz
Normal file
3
syncthing-source-v0.14.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15046e88d3fc7ac4d1ce18b59fba3e0a2409699661ca9bf350b622da838d094d
|
||||
size 7333833
|
11
syncthing-source-v0.14.5.tar.gz.asc
Normal file
11
syncthing-source-v0.14.5.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 23 11:13:43 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 0.14.5:
|
||||
* Improve completion percentage calculations
|
||||
(gh#syncthing/syncthing#3492, gh#syncthing/syncthing#3493).
|
||||
* A zero progress update interval doesn't drive up CPU usage
|
||||
during syncing any more (gh#syncthing/syncthing#3517).
|
||||
* Fix virtual modtime handling, now master directories no longer
|
||||
become spuriously out of sync (gh#syncthing/syncthing#3516).
|
||||
* Remove temporary index sorting databases from disk at startup,
|
||||
if left over after a hard stop (gh#syncthing/syncthing#3529).
|
||||
* Now automatic upgrade takes more care to not leave temporaries
|
||||
behind or remove the original in case of upgrade failure
|
||||
(gh#syncthing/syncthing#3500, gh#syncthing/syncthing#3530).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 14 16:54:52 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 0.14.4
|
||||
Version: 0.14.5
|
||||
Release: 0
|
||||
Summary: FOSS Continuous File Synchronisation
|
||||
License: MPL-2.0
|
||||
@ -42,7 +42,7 @@ Internet.
|
||||
%setup -q -n %{name}
|
||||
cp -f %{SOURCE3} %{name}.firewall
|
||||
%if !(0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200)
|
||||
# Remove an entry that only exists since systemd 215.
|
||||
# Remove entries which only exist since systemd 215.
|
||||
sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
|
||||
etc/linux-systemd/system/syncthing@.service
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user