forked from pool/syncthing
Accepting request 662281 from network
- Update to version 1.0.0. OBS-URL: https://build.opensuse.org/request/show/662281 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=78
This commit is contained in:
commit
0e441ac53b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4954c2b05c60b6de29104d4783193a51164485cfa4a810c5a0696d72a83816c2
|
||||
size 10580891
|
@ -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-----
|
3
syncthing-source-v1.0.0.tar.gz
Normal file
3
syncthing-source-v1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27435f9ef7c276736ec16781ad6b27fecb28053b8ffb16e0bae40c1e9bb62225
|
||||
size 10801212
|
11
syncthing-source-v1.0.0.tar.gz.asc
Normal file
11
syncthing-source-v1.0.0.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJcKyW0AAoJENJubtAAZUo+AsEH/27jLpl3fUDKk1eDEQTD74YD
|
||||
0ZHmaUhqfR5X4t9cM69wUlodAL6Qw0A2pqzAkiKgRCKpMIBDsuNV0IdYX5jYo6uO
|
||||
Sl2WNbzJmUXtrKvkwGBYeFq+d4pxh4COZmd0R87D3Z3soHtG3DQTvlKw0qBmjp2a
|
||||
rzDjQEgFHDPna+F2VcEQJBYSZH39qhk2GZ8Bq8QuPN8IZRFYGbI8FcTNelGNfxdD
|
||||
R8d/MA6VlB0OQyIK4i18Nn01cbxQ54xPWyz1ISHIkE6yOguWCoQcOqRk1E/qwTbC
|
||||
S9Bhns2rKpAffSBWw0eS2f2tt1Vu0aIj8DvvM3Bl1SNvsmWJPGcRzGmXP9CCy0A=
|
||||
=X+UL
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 1 12:21:16 UTC 2019 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 1.0.0:
|
||||
* Incorrect warning when --home and path on same directory level
|
||||
(gh#syncthing/syncthing#5324).
|
||||
* Empty file field in log when normalizePath failed
|
||||
(gh#syncthing/syncthing#5369).
|
||||
* Event system can cause deadlock (gh#syncthing/syncthing#5372).
|
||||
* Option to limit max simultaneous scans
|
||||
(gh#syncthing/syncthing#2760).
|
||||
* Add hardening options to systemd units
|
||||
(gh#syncthing/syncthing#5286).
|
||||
* Show configured rate limit in the GUI
|
||||
(gh#syncthing/syncthing#5320).
|
||||
* Show list of locally changed files for receive only directories
|
||||
(gh#syncthing/syncthing#5336).
|
||||
* New chmduquesne/rollinghash breaks tests
|
||||
(gh#syncthing/syncthing#5334).
|
||||
* lib/model: TestDeregister* tests are bad
|
||||
(gh#syncthing/syncthing#5362).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 26 16:25:40 UTC 2018 - Alexei Sorokin <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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package syncthing
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 0.14.52
|
||||
Version: 1.0.0
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user