commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2017-09-29 11:57:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "munin" Fri Sep 29 11:57:46 2017 rev:11 rq:529857 version:2.0.32 Changes: -------- --- /work/SRC/openSUSE:Factory/munin/munin.changes 2017-06-05 18:50:37.994755717 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2017-09-29 11:57:50.174075852 +0200 @@ -1,0 +2,5 @@ +Fri Sep 29 04:56:09 UTC 2017 - coolo@suse.com + +- add perl526.patch to compile with perl 5.26 (no more . in @INC) + +------------------------------------------------------------------- New: ---- perl526.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ munin.spec ++++++ --- /var/tmp/diff_new_pack.p4eZL1/_old 2017-09-29 11:57:51.045952913 +0200 +++ /var/tmp/diff_new_pack.p4eZL1/_new 2017-09-29 11:57:51.049952350 +0200 @@ -48,6 +48,7 @@ # https://svn.koumbit.net/koumbit/trunk/munin-plugins/quota-usage Patch: munin-plugin-quota_usage_warnings.patch Patch2: mysql55.patch +Patch3: perl526.patch BuildRequires: html2text BuildRequires: perl-HTML-Template BuildRequires: perl-Log-Log4perl @@ -157,6 +158,7 @@ unzip %{SOURCE13} %patch %patch2 -p1 +%patch3 -p1 %build %__make HOSTNAME=yourhostname ++++++ perl526.patch ++++++ Index: munin-2.0.32/master/Build.PL =================================================================== --- munin-2.0.32.orig/master/Build.PL +++ munin-2.0.32/master/Build.PL @@ -1,3 +1,4 @@ +use lib '.'; use MasterBuilder; use warnings; Index: munin-2.0.32/node/Build.PL =================================================================== --- munin-2.0.32.orig/node/Build.PL +++ munin-2.0.32/node/Build.PL @@ -1,3 +1,4 @@ +use lib '.'; use NodeBuilder; use warnings; Index: munin-2.0.32/plugins/Build.PL =================================================================== --- munin-2.0.32.orig/plugins/Build.PL +++ munin-2.0.32/plugins/Build.PL @@ -1,3 +1,4 @@ +use lib '.'; use PluginsBuilder; use warnings;
participants (1)
-
root@hilbert.suse.de