SHA256
1
0
forked from pool/syncthing

- Update to version 0.14.52.

OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=149
This commit is contained in:
Alexei Sorokin 2018-11-17 15:17:51 +00:00 committed by Git OBS Bridge
parent 5d49f90517
commit 0a1a22e91f
6 changed files with 40 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJbs2m0AAoJENJubtAAZUo+06gIAIA2InX6hwcMUswIj7tUmgyz
crIZlue/uDiznxw8q7fU7FSZsNpvyPOQZrRQwSL+X3+xRKaMfKAYeSVV9lo9DlaV
2PkZ9qD4ogZ2wmOkFin2t7HZR8gkNUo/LqrxJV0WCc02GwQ6+e1spMyUdLDBy0zh
UgSxtD/GqLIcskAiwM5Rk7ThKYzm5k7g3LcO2uaTVzjan5QPXtKenMGCchvA9FSs
Mgs0gN8dgclsoB3tlcrmQp6/+AeK4+RNnb1n+AxdAaIYTewiKgmgsW3BUlZSRDuX
SMuE6PYNgtAi7J6KDgeb0BpUgwcSzwzHMV/cExb5Mk6DGcoSZ7xl75LpD8qpIKI=
=DBB+
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----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

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Nov 17 14:12:12 UTC 2018 - sor.alexei@meowr.ru
- Update to version 0.14.52:
* "Revert Local Changes" button stays when the file causing it is
deleted (gh#syncthing/syncthing#5130).
* Unscanned/conflicting files are overwritten/removed in niche
cases (gh#syncthing/syncthing#5194).
* Watcher fails due to filepath.EvalSymlinks error
(FindFirstFile) (gh#syncthing/syncthing#5226).
* Directory restart can leave several directory instances running
(gh#syncthing/syncthing#5233).
* Impossible to change device name from web UI
(gh#syncthing/syncthing#5249).
* CheckFolderHealth no longer wakes up the drive at index
exchange (gh#syncthing/syncthing#2497).
* Disable GUI and make API available on a unix socket
(gh#syncthing/syncthing#3616).
* "Support bundle" download (gh#syncthing/syncthing#5142).
* Exit with code zero when run with -help
(gh#syncthing/syncthing#5193).
* Move to Fork-Awesome from Font-Awesome
(gh#syncthing/syncthing#5236).
-------------------------------------------------------------------
Tue Oct 9 21:01:45 UTC 2018 - sor.alexei@meowr.ru

View File

@ -17,7 +17,7 @@
Name: syncthing
Version: 0.14.51
Version: 0.14.52
Release: 0
Summary: Continuous File Synchronisation
License: MPL-2.0
@ -42,8 +42,8 @@ on one machine will automatically be replicated to other devices.
cp -f %{SOURCE3} %{name}.firewall
%build
export BUILD_USER=abuild
export BUILD_HOST=openSUSE
export BUILD_USER=$BUILD_HOST
mkdir -p build/src/ build/vendor/
export GOPATH="$PWD/build:$PWD/build/vendor"