Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2023-03-15 18:53:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "munin" Wed Mar 15 18:53:22 2023 rev:29 rq:1071445 version:2.0.72 Changes: -------- --- /work/SRC/openSUSE:Factory/munin/munin.changes 2023-01-14 20:31:51.617263374 +0100 +++ /work/SRC/openSUSE:Factory/.munin.new.31432/munin.changes 2023-03-15 18:53:28.452053552 +0100 @@ -1,0 +2,6 @@ +Sun Mar 12 10:13:53 UTC 2023 - Carsten Ziepke <kiel...@gmail.com> + +- Update to 2.0.72 + * Import custom css file in style-new.css + +------------------------------------------------------------------- Old: ---- munin-2.0.71.tar.gz New: ---- munin-2.0.72.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ munin.spec ++++++ --- /var/tmp/diff_new_pack.nROsNr/_old 2023-03-15 18:53:29.096056978 +0100 +++ /var/tmp/diff_new_pack.nROsNr/_new 2023-03-15 18:53:29.096056978 +0100 @@ -1,7 +1,7 @@ # # spec file for package munin # -# 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 @@ -23,7 +23,7 @@ %define plugindir %{_prefix}/lib/munin/plugins %define active_by_default 0 Name: munin -Version: 2.0.71 +Version: 2.0.72 Release: 0 Summary: Network-wide graphing framework (grapher/gatherer) License: GPL-2.0-only ++++++ munin-2.0.71.tar.gz -> munin-2.0.72.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/munin-2.0.71/ChangeLog new/munin-2.0.72/ChangeLog --- old/munin-2.0.71/ChangeLog 2022-09-19 09:13:00.000000000 +0200 +++ new/munin-2.0.72/ChangeLog 2023-02-08 08:57:20.000000000 +0100 @@ -1,5 +1,20 @@ -*- text -*- +munin-2.0.72, 2023-02-08 +------- +Summary +------- + +Bugfix release. + +------------------ +Detailed Changelog +------------------ + +Salvatore Bonaccorso (1): + Import custom css file in style-new.css + + munin-2.0.71, 2022-09-19 ------- Summary diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/munin-2.0.71/master/static/style-new.css new/munin-2.0.72/master/static/style-new.css --- old/munin-2.0.71/master/static/style-new.css 2022-09-19 09:13:00.000000000 +0200 +++ new/munin-2.0.72/master/static/style-new.css 2023-02-08 08:57:20.000000000 +0100 @@ -1,3 +1,6 @@ +/* custom settings */ +@import "custom.css"; + /* Overall layout */ html, body { margin: 0;