- Update to version 0.14.54.

OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=151
This commit is contained in:
Alexei Sorokin 2018-12-27 23:38:58 +00:00 committed by Git OBS Bridge
parent 0a1a22e91f
commit bc92bc9a29
6 changed files with 54 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJb4U99AAoJENJubtAAZUo+fAsH/iy5We0yKe/mjBbWsIdHl5gQ
+iAVY4Pt4FPmqAEY6H2bvLWTFlpqHpiucpmuDhsIrIre06uRouHI9HO1Oks8fDsN
IhMnzriInK5OTRAqFIOMdA3B3NmXdOZBi4U+XQjU2gzL2WSPF97pxh7rK8ISpchT
fT9cGh7ujG3M+ToNsgtxNyv8rL74fyku9fQ+qWpeBz9KxxXmbjpwu7SJ4ZXwBEfS
/nRltUg31aEWYGk8WwysQI2avJjOaEMA39KLX7FuV+0qlN7ukg9zQt6+lEux+/3D
won76ei2b3VQnbUVYtyhDpwj9FTQjSSu3fump9g28E4AgseFic4/rRL+AQUuqcY=
=S/GD
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJcB7bRAAoJENJubtAAZUo+WboH/j6NzZhPWxMFc/zkXeuiiRR/
c8iV96OgEoyICKeLedAA6zMW8UDDjaHm7PDkpYliSYUzyJ/ezCqur/GptZ2TbvnK
sA3KVc1dlir62bZgF+1TQgqizxJ7t5AUDdjb2O8H+lNREZS1QyzSGm35bbQlMoOZ
8PVbYJCkJOV1s1bn5AKRmuYEEyn493bn9H82ZBt3/1Dii6amEVxz3700yS6fp2ld
HKftXTnJ5DCcIuUZGFq+vELEi2Yc1lerWpHLUDXSX/OpOm44v5xMyqfLQRXXwqX5
JDWBnD4yJ6kaKIU88uSWkodkvrU34vklMHwZyEEIdR9fVNzH7SqrpvK+oDD2zVs=
=5HtA
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Wed Dec 26 16:25:40 UTC 2018 - sor.alexei@meowr.ru
- Update to version 0.14.54 (changes since 0.14.52):
* File restore doesn't work on one directory
(gh#syncthing/syncthing#4738).
* Logging debugging flags stay after disabling all debug
facilities in the web UI (gh#syncthing/syncthing#4780).
* Disabling the minimum drive free space check on directories
doesn't work (gh#syncthing/syncthing#5267).
* panic: interface conversion: interface {} is map[string]string,
not map[string]interface {} (gh#syncthing/syncthing#5270).
* panic: runtime error: Index out of range
(gh#syncthing/syncthing#5291).
* Removed devices do not influnce the list of locally needed
files (gh#syncthing/syncthing#5294).
* strelaypoolsrv, cmd/ursrv: Google maps issue in the GUI
(gh#syncthing/syncthing#5296).
* panic: bug: Unknown device should already have been rejected
(gh#syncthing/syncthing#5299).
* Files not deleted properly when one side has ignore permissions
set (gh#syncthing/syncthing#5323).
* Web GUI doesn't work in older browsers
(gh#syncthing/syncthing#5348).
* Directory auto-complete should be case-insensitive
(gh#syncthing/syncthing#1347).
* Ship .desktop files (gh#syncthing/syncthing#3439).
* Add "select all" / "deselect all" to directory and device
sharing dialogues (gh#syncthing/syncthing#4000).
* Should show indication of local files/directories that can't be
scanned for whatever reason (gh#syncthing/syncthing#4480).
* Upgrade SSL Certificate to use modern cipher
(gh#syncthing/syncthing#5256).
* cmd/stdiscosrv: test suite sometimes seg faults on OpenBSD
(gh#syncthing/syncthing#5247).
* Update to the new prometheus client API
(gh#syncthing/syncthing#5280).
-------------------------------------------------------------------
Sat Nov 17 14:12:12 UTC 2018 - sor.alexei@meowr.ru

View File

@ -17,7 +17,7 @@
Name: syncthing
Version: 0.14.52
Version: 0.14.54
Release: 0
Summary: Continuous File Synchronisation
License: MPL-2.0
@ -62,7 +62,7 @@ install -Dpm 0644 etc/linux-systemd/system/%{name}@.service \
%{buildroot}%{_unitdir}/%{name}@.service
install -Dpm 0644 etc/linux-systemd/system/%{name}-resume.service \
%{buildroot}%{_unitdir}/%{name}-resume.service
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
%if 0%{?suse_version} >= 1500 || 0%{?sle_version} > 120300
install -Dpm 0644 etc/linux-systemd/user/%{name}.service \
%{buildroot}%{_userunitdir}/%{name}.service
%endif