Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package restic for openSUSE:Factory checked in at 2025-09-22 16:40:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/restic (Old) and /work/SRC/openSUSE:Factory/.restic.new.27445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "restic" Mon Sep 22 16:40:02 2025 rev:34 rq:1306369 version:0.18.1 Changes: -------- --- /work/SRC/openSUSE:Factory/restic/restic.changes 2025-07-21 20:02:05.803571197 +0200 +++ /work/SRC/openSUSE:Factory/.restic.new.27445/restic.changes 2025-09-22 16:40:58.348670309 +0200 @@ -1,0 +2,20 @@ +Sun Sep 21 19:59:50 UTC 2025 - Marcus Rueckert <[email protected]> + +- update to 0.18.1 + - Fix #5324: Correctly handle backup --stdin-filename with + directory paths + - Fix #5325: Accept RESTIC_HOST environment variable in forget + command + - Fix #5342: Ignore "chmod not supported" errors when writing + files + - Fix #5344: Ignore EOPNOTSUPP errors for extended attributes + - Fix #5421: Fix rare crash if directory is removed during backup + - Fix #5429: Stop retrying uploads when rest-server runs out of + space + - Fix #5467: Improve handling of download retries in check + command + + all details at https://github.com/restic/restic/releases/tag/v0.18.1 +- refreshed testsuite-use-python3.patch + +------------------------------------------------------------------- Old: ---- restic-0.18.0.tar.gz restic-0.18.0.tar.gz.asc New: ---- restic-0.18.1.tar.gz restic-0.18.1.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ restic.spec ++++++ --- /var/tmp/diff_new_pack.EC4i7O/_old 2025-09-22 16:40:59.548720730 +0200 +++ /var/tmp/diff_new_pack.EC4i7O/_new 2025-09-22 16:40:59.552720898 +0200 @@ -1,7 +1,7 @@ # # spec file for package restic # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %bcond_without run_tests Name: restic -Version: 0.18.0 +Version: 0.18.1 Release: 0 Summary: Backup program with deduplication and encryption License: BSD-2-Clause ++++++ restic-0.18.0.tar.gz -> restic-0.18.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/restic/restic-0.18.0.tar.gz /work/SRC/openSUSE:Factory/.restic.new.27445/restic-0.18.1.tar.gz differ: char 13, line 1 ++++++ testsuite-use-python3.patch ++++++ --- /var/tmp/diff_new_pack.EC4i7O/_old 2025-09-22 16:40:59.632724260 +0200 +++ /var/tmp/diff_new_pack.EC4i7O/_new 2025-09-22 16:40:59.640724596 +0200 @@ -1,17 +1,17 @@ -Index: restic-0.18.0/cmd/restic/cmd_backup_integration_test.go +Index: restic-0.18.1/cmd/restic/cmd_backup_integration_test.go =================================================================== ---- restic-0.18.0.orig/cmd/restic/cmd_backup_integration_test.go -+++ restic-0.18.0/cmd/restic/cmd_backup_integration_test.go -@@ -636,7 +636,7 @@ func TestStdinFromCommand(t *testing.T) - StdinFilename: "stdin", +--- restic-0.18.1.orig/cmd/restic/cmd_backup_integration_test.go ++++ restic-0.18.1/cmd/restic/cmd_backup_integration_test.go +@@ -637,7 +637,7 @@ func TestStdinFromCommand(t *testing.T) + StdinFilename: "stdin/subdir/file", } - testRunBackup(t, filepath.Dir(env.testdata), []string{"python", "-c", "import sys; print('something'); sys.exit(0)"}, opts, env.gopts) + testRunBackup(t, filepath.Dir(env.testdata), []string{"python3", "-c", "import sys; print('something'); sys.exit(0)"}, opts, env.gopts) - testListSnapshots(t, env.gopts, 1) - - testRunCheck(t, env.gopts) -@@ -652,7 +652,7 @@ func TestStdinFromCommandNoOutput(t *tes + snapshots := testListSnapshots(t, env.gopts, 1) + files := testRunLs(t, env.gopts, snapshots[0].String()) + rtest.Assert(t, includes(files, "/stdin/subdir/file"), "file %q missing from snapshot, got %v", "stdin/subdir/file", files) +@@ -655,7 +655,7 @@ func TestStdinFromCommandNoOutput(t *tes StdinFilename: "stdin", } @@ -20,7 +20,7 @@ rtest.Assert(t, err != nil && err.Error() == "at least one source file could not be read", "No data error expected") testListSnapshots(t, env.gopts, 1) -@@ -669,7 +669,7 @@ func TestStdinFromCommandFailExitCode(t +@@ -672,7 +672,7 @@ func TestStdinFromCommandFailExitCode(t StdinFilename: "stdin", } @@ -29,7 +29,7 @@ rtest.Assert(t, err != nil, "Expected error while backing up") testListSnapshots(t, env.gopts, 0) -@@ -687,7 +687,7 @@ func TestStdinFromCommandFailNoOutputAnd +@@ -690,7 +690,7 @@ func TestStdinFromCommandFailNoOutputAnd StdinFilename: "stdin", } ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/restic/vendor.tar.gz /work/SRC/openSUSE:Factory/.restic.new.27445/vendor.tar.gz differ: char 5, line 1
