From 3fb8645934855654e1da0a72d06f81a1607d88bb0e0bdfbac802b5f89992b986 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Sun, 24 Mar 2019 07:42:38 +0000 Subject: [PATCH] Accepting request 687938 from home:darix:restic - Update to version 1.1.0: - Bugfixes - #5482: minHomeDiskFreePct is still present in fresh configs - #5493: Monitor bug: TERM signaling not passed to syncthing process - #5557: Hashing performance degradation when using large blocks - Enhancements - #5365: .desktop files: desktop-entry-lacks-keywords-entry - #5445: User/group ownership following parent dir - Other issues - #5077: TestWatchIgnore is flaky (OpenBSD (-current) Test failed) - #5246: TestParentDeletion fails on OpenBSD - #5311: Update prometheus/common/expfmt to pass tests on go1.11 - #5454: build.go setup problems with gomodules - #5495: Dockerhub Docker builds fail continously - #5515: Missing string from Transifex - API Changes - Change #5479 introduces the new copyOwnershipFromParent folder - configuration option. The default, false, matches the old behavior of - not copying ownership information. - Since change #5405, large (variable size) blocks are enabled by default for newly created folders.0 OBS-URL: https://build.opensuse.org/request/show/687938 OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=162 --- syncthing-source-v1.0.1.tar.gz | 3 --- syncthing-source-v1.0.1.tar.gz.asc | 11 ----------- syncthing-source-v1.1.0.tar.gz | 3 +++ syncthing-source-v1.1.0.tar.gz.asc | 11 +++++++++++ syncthing.changes | 31 ++++++++++++++++++++++++++++++ syncthing.spec | 2 +- 6 files changed, 46 insertions(+), 15 deletions(-) delete mode 100644 syncthing-source-v1.0.1.tar.gz delete mode 100644 syncthing-source-v1.0.1.tar.gz.asc create mode 100644 syncthing-source-v1.1.0.tar.gz create mode 100644 syncthing-source-v1.1.0.tar.gz.asc diff --git a/syncthing-source-v1.0.1.tar.gz b/syncthing-source-v1.0.1.tar.gz deleted file mode 100644 index 8f6505d..0000000 --- a/syncthing-source-v1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c36291efcea790df9db3b67a39a64e32a77332489abdae8260a295dae9015a3d -size 6876569 diff --git a/syncthing-source-v1.0.1.tar.gz.asc b/syncthing-source-v1.0.1.tar.gz.asc deleted file mode 100644 index 03950dc..0000000 --- a/syncthing-source-v1.0.1.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iQEcBAABCAAGBQJcWTJTAAoJENJubtAAZUo+LXMH/3C0BeqvvhPoXV+Qc+G4ixxn -Xn1oep9CZ5jQvzwrWDRCc6c+h6W6ie/nZehJHLBIUXaOpVJYHzovqVDN0JwS9fgq -z4uUGbuF0G4Qi75vqGiAjm9nJiE4e9PY6MdEYzx3tQpdwC7qGns+xF+tquAdEAsS -1lTbEdqNhgZoZNNJ/fxg6TlVoMn8+h/ImIUbJGuS5BS8rbNocvgdJZbW0mmh8I3K -UgWT8BGTuoTTgb67ihQR9v51W/zMrK3cLK1Pqp/w7xY+CbcuYa5AFAGPueBtpJAk -cRKXIq/4PNdVmwagjsDHylCdnBKb5nY+HXL/BAHVMcnwKxuiw9NkpO9re3pC6ac= -=6isG ------END PGP SIGNATURE----- diff --git a/syncthing-source-v1.1.0.tar.gz b/syncthing-source-v1.1.0.tar.gz new file mode 100644 index 0000000..f115af9 --- /dev/null +++ b/syncthing-source-v1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6565fd30d704f7039d350c522875925acc287c8e45e18a7d42f22512860a7ac6 +size 6957115 diff --git a/syncthing-source-v1.1.0.tar.gz.asc b/syncthing-source-v1.1.0.tar.gz.asc new file mode 100644 index 0000000..3cf469c --- /dev/null +++ b/syncthing-source-v1.1.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAABCAAGBQJcfps/AAoJENJubtAAZUo+O0gIAMOTJmenb7KsA9C1MV6SWxO6 +zy1Tho1NXfUI3ro/w60K4ZXTKFNM7JxzTXkGokXNgjZ9pRmPH6Q1AgkxzcvUb+mP +q3QZjvmRGruYFQuBh8Jc0UZ9xY5CdHLtjWKNDSnEmgOquYl3Q4wFEqsm9TLWWbe2 +M+uyB6SMNAIb/Zh/eGJoAz8gnfkMfhDyQliuqCf/BdbhmoV8iZt6HCiZdya4647h +xFDQtdeQ0VSKKKrFEwkBHkBt2JBuHlVXXO6wdqOGqRPuiUURMCjyhzrhpFAzj4x8 +ObJ6WSNofhFR6huNJPyGTOSVPEoteJi0Kmcd6k65a20OEMk95s7ztT4ndQkvANk= +=Ok13 +-----END PGP SIGNATURE----- diff --git a/syncthing.changes b/syncthing.changes index 0bc456b..586661f 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sat Mar 23 23:43:04 UTC 2019 - Marcus Rueckert + +- Update to version 1.1.0: + - Bugfixes + - #5482: minHomeDiskFreePct is still present in fresh configs + - #5493: Monitor bug: TERM signaling not passed to syncthing + process + - #5557: Hashing performance degradation when using large + blocks + - Enhancements + - #5365: .desktop files: desktop-entry-lacks-keywords-entry + - #5445: User/group ownership following parent dir + - Other issues + - #5077: TestWatchIgnore is flaky (OpenBSD (-current) Test + failed) + - #5246: TestParentDeletion fails on OpenBSD + - #5311: Update prometheus/common/expfmt to pass tests on + go1.11 + - #5454: build.go setup problems with gomodules + - #5495: Dockerhub Docker builds fail continously + - #5515: Missing string from Transifex + - API Changes + - Change #5479 introduces the new copyOwnershipFromParent + folder + - configuration option. The default, false, matches the old + behavior of + - not copying ownership information. + - Since change #5405, large (variable size) blocks are enabled + by default for newly created folders.0 + ------------------------------------------------------------------- Mon Mar 18 17:21:23 UTC 2019 - Jan Engelhardt diff --git a/syncthing.spec b/syncthing.spec index c4ad6c8..245ceed 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -17,7 +17,7 @@ Name: syncthing -Version: 1.0.1 +Version: 1.1.0 Release: 0 Summary: Continuous File Synchronisation License: MPL-2.0