SHA256
1
0
forked from pool/syncthing
Dominique Leuenberger 2018-08-24 15:02:41 +00:00 committed by Git OBS Bridge
commit ec0f38893f
6 changed files with 37 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJbFi5uAAoJENJubtAAZUo+VrAIAK7X0ExnYT/1DQ9IqjNueVvj
fTumK8JV+cQ7DEXGEPa7hy1e4ItasqJSO9OKq2+mwkoul+DMTdGD3KDgFS1GympU
IV6udW1vz3+e0cLbgXiAAao52q3njgLWCEMGTjlwRyStX95k6CmUvESM/PQx+GZA
oqWW1ckQk9cSwMv1lVfPfNfI6EJyPvmneZi+JnB50db/1CKS6vxaTPxrQp0UQyPO
W+0QUg5zh3AdQFQoaPtu4Vs+nh8Aq56qsNa4oQgPWi2U2OD7CXKVLrVD0ycoeNDq
ZJaVMUiEKDhnxLl1pcbLrfRpn2hJIsODIjopKgy2GzobFf1aWsEjaa0ES1pE0Fk=
=XQvy
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJbV4n1AAoJENJubtAAZUo++NIIAKlTx2hZzMe291MKpsKoxcCx
IwCHjp2iXzss/s7XNthAYXdQlFxIcmwLLs3dYZTDEcCiByKKdhMN18KN0dn2SLPR
hNrcyoCr6LFx4EgMITlieEzGMkONXOlkE7SOZXibA8TcI/ZAzHSzjP9SWeefxamM
winUMnUmPcI7WuYM2OlyHEMTwylazqGGKuKfX6H80zAP3OaOAh7gctn4O9x97ajN
hcel1+5DxR3gv+mQtTjI07RssAXzfK5HGtd0TOXldq0z31ERRgxKv5R3SfsN0CkS
drE7hUmUv/JljoZhjiXUraAHt2J0GNSp/2xzeHfWmWD1ohKJOfSNFcVqgdFU3VM=
=AnD4
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Aug 10 06:03:22 UTC 2018 - bwiedemann@suse.com
- Update to version 0.14.49
Bugfixes:
(gh#syncthing/syncthing#4925): Deleted files within deleted directories aren't detected with FS watcher
(gh#syncthing/syncthing#4944): Edit Folder UI displays default "Full Rescan Interval (s)" value instead of the actual one
(gh#syncthing/syncthing#4981): Race on folder restart
(gh#syncthing/syncthing#4983): Impossible to edit folder with path "/"
(gh#syncthing/syncthing#4990): Incorrect large block size chosen for large files on 32 bit archs
(gh#syncthing/syncthing#4994): Database schema from the future should be rejected
(gh#syncthing/syncthing#5002): v0.14.48 panic: runtime error: index out of range
(gh#syncthing/syncthing#5025): Stuck in CPU consuming accept loop when out of file descriptors
(gh#syncthing/syncthing#5050): Filesystem watcher doesn't notify changes on Windows when the file size remains the same
Enhancements:
(gh#syncthing/syncthing#4863): Snap package could use removable-media slot
(gh#syncthing/syncthing#4953): Speed up delete propagation when it's not a rename
(gh#syncthing/syncthing#4969): Executable files edited on Windows should retain execute bit on Unixes
(gh#syncthing/syncthing#4977): Disable rescan button while scanning instead of hiding it
-------------------------------------------------------------------
Sat Jun 16 15:48:41 UTC 2018 - sor.alexei@meowr.ru
@ -129,7 +149,7 @@ Fri Feb 23 21:12:39 UTC 2018 - sor.alexei@meowr.ru
-------------------------------------------------------------------
Thu Feb 1 14:18:59 UTC 2018 - bwiedemann@suse.com
- Override BUILD_HOST to make build reproducible
- Override BUILD_HOST to make build reproducible (boo#1084909)
-------------------------------------------------------------------
Thu Jan 11 22:24:55 UTC 2018 - jengelh@inai.de

View File

@ -17,7 +17,7 @@
Name: syncthing
Version: 0.14.48
Version: 0.14.49
Release: 0
Summary: Continuous File Synchronisation
License: MPL-2.0
@ -43,6 +43,7 @@ cp -f %{SOURCE3} %{name}.firewall
%build
export BUILD_HOST=openSUSE
export BUILD_USER=$BUILD_HOST
mkdir -p build/src/ build/vendor/
export GOPATH="$PWD/build:$PWD/build/vendor"