Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rmw for openSUSE:Factory checked in at 2023-02-17 16:45:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rmw (Old) and /work/SRC/openSUSE:Factory/.rmw.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rmw" Fri Feb 17 16:45:19 2023 rev:7 rq:1066279 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rmw/rmw.changes 2022-10-26 12:31:22.424258819 +0200 +++ /work/SRC/openSUSE:Factory/.rmw.new.22824/rmw.changes 2023-02-17 16:45:30.703033845 +0100 @@ -1,0 +2,19 @@ +Wed Feb 15 23:00:00 UTC 2023 - Andy Alt <[email protected]> + +- rmw 0.9.0: + + - When purging, '-ff' is no longer needed to confirm removal of + non-writable expired directories and files + * replace function used to remove directories with rm from FreeBSD; + Thanks to @DiegoMagdaleno and @dcantrell + * change message displayed to user when a file being rmw'ed is on a + filesystem that doesn't haven't a WASTE folder defined + + Ignore requests to ReMove top-level files, add --top-level-bypass option + to bypass the protection + + Ignore requests to ReMove user's home directory + * bugfix: buffer underflow when calling trim_char() with empty + string (Thanks to Christopher Wellons) + * replace valgrind test setup with asan (-fsanitize) + * the 'ESC' key can now be used to quit the restore file selection menu + +------------------------------------------------------------------- Old: ---- rmw-0.8.1.tar.gz New: ---- rmw-0.9.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rmw.spec ++++++ --- /var/tmp/diff_new_pack.d6OS8g/_old 2023-02-17 16:45:31.287037134 +0100 +++ /var/tmp/diff_new_pack.d6OS8g/_new 2023-02-17 16:45:31.291037157 +0100 @@ -1,7 +1,7 @@ # # spec file for package rmw # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: rmw -Version: 0.8.1 +Version: 0.9.0 Release: 0 Summary: Safe-remove utility for the command line License: GPL-3.0-or-later Group: System/Management URL: https://remove-to-waste.info/ -Source: https://github.com/theimpossibleastronaut/rmw/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source: https://github.com/theimpossibleastronaut/rmw/releases/download/v%{version}/%{name}-%{version}.tar.xz BuildRequires: meson >= 0.56.0 BuildRequires: pkgconfig >= 0.9.0 BuildRequires: pkgconfig(ncurses) @@ -46,7 +46,8 @@ %meson \ -Ddocdir=%{_docdir}/%{name} \ --buildtype=release \ - -Dstrip=true + -Dstrip=true \ + -Db_sanitize=none %meson_build %install
