Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rmw for openSUSE:Factory checked in 
at 2021-07-01 07:05:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rmw (Old)
 and      /work/SRC/openSUSE:Factory/.rmw.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rmw"

Thu Jul  1 07:05:32 2021 rev:3 rq:903084 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rmw/rmw.changes  2021-05-10 15:41:13.149123985 
+0200
+++ /work/SRC/openSUSE:Factory/.rmw.new.2625/rmw.changes        2021-07-01 
07:05:41.615449360 +0200
@@ -1,0 +2,24 @@
+Sun Jun  28 01:00:00 UTC 2021 - Andy Alt <[email protected]>
+
+- rmw 0.8.0:
+  * The config option 'purge_after' has been deprecated and replaced
+  with 'expire_age' ('purge_after' will still be accepted, but the user
+  will be given a deprecation warning).
+  * When '-u' is used, the mrl file will no longer be removed, but
+  emptied instead. If a user gives the '-u' option when the mrl file is
+  empty, they will get a friendlier message stating that there are no
+  items in the list (instead of an error message about the file not
+  being found).
+  * fixed handling of dot dirs ('.' and '..'). Instead of giving an
+  error message and quitting, rmw will print a message stating that
+  they'll be skipped.
+  * The environmental variable RMWTEST_HOME has been replaced with
+  RMW_FAKE_HOME (Trying to use RMWTEST_HOME will give a deprecation
+  warning and still work).
+  * Expanded the man page and updated the README (improved documentation)
+  * Replaced autotools build system with meson
+  * rmw now uses the canfigger library for parsing the configuration file.
+- disabled a restore test that failed when 'make check' is run with
+  superuser privileges
+
+-------------------------------------------------------------------

Old:
----
  rmw-0.7.09.tar.gz

New:
----
  rmw-0.8.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rmw.spec ++++++
--- /var/tmp/diff_new_pack.RJXAar/_old  2021-07-01 07:05:42.115445455 +0200
+++ /var/tmp/diff_new_pack.RJXAar/_new  2021-07-01 07:05:42.119445424 +0200
@@ -17,23 +17,25 @@
 
 
 Name:           rmw
-Version:        0.7.09
+Version:        0.8.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
 BuildRequires:  pkgconfig >= 0.9.0
 BuildRequires:  pkgconfig(ncurses)
+BuildRequires:  meson >= 0.54.0
 
 %description
-rmw (ReMove to Waste) is a safe-remove utility for the command line.
-Its goal is to conform to the FreeDesktop.org Trash specification
-and therefore be compatible with KDE, GNOME, XFCE, and others.
-Desktop integration is optional however, and by default, rmw will
-only use a waste folder separated from your desktop trash. One of
-its unique features is the ability to purge files from your
-Waste/Trash directories after x number of days.
+rmw (ReMove to Waste) is a safe-remove utility for the command line. It
+can move and restore files to and from directories specified in a
+configuration file, and can also be integrated with your regular
+desktop trash folder (if your desktop environment uses the
+FreeDesktop.org Trash specification). One of the unique features of rmw
+is the ability to purge items from your waste (or trash) directories
+after x number of days.
 
 %lang_package
 
@@ -41,17 +43,20 @@
 %setup -q
 
 %build
-%configure \
-       --docdir=%{_docdir}/%{name}
-%make_build
+%meson \
+       -Ddocdir=%{_docdir}/%{name} \
+       --buildtype=release \
+       -Dstrip=true
+%meson_build
 
 %install
-%make_install
+%meson_install
+
 rm %{buildroot}%{_docdir}/%{name}/COPYING
 %find_lang %{name}
 
 %check
-%make_build check
+%meson_test
 
 %files
 %license COPYING

++++++ rmw-0.7.09.tar.gz -> rmw-0.8.0.tar.gz ++++++
++++ 43071 lines of diff (skipped)

Reply via email to