Changes of Revision 10
[-] | Changed | mrtg.spec |
x 1
2 # 3 -# spec file for package mrtg (Version 2.15.2) 4 +# spec file for package mrtg (Version 2.16.2) 5 # 6 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. 7 # This file and all modifications and additions to the pristine 8
9 10 Name: mrtg 11 BuildRequires: dos2unix gd-devel libjpeg-devel libpng-devel xorg-x11 xorg-x11-devel 12 -Version: 2.16.1 13 +Version: 2.16.2 14 Release: 37 15 Requires: perl = %{perl_version} 16 Autoreqprov: on 17
18 %{_datadir}/apache2 19 20 %changelog 21 +* Mon Sep 15 2008 Carsten Schoene <cs@linux-administrator.com> 22 +- update to 2.16.2 23 + * globally disable __DIE__ handler in eval using $^S check 24 + * updated to SNMP_Session 1.12 25 + 26 * Sun Feb 17 2008 Carsten Schoene <cs@linux-administrator.com> 27 - update to 2.16.1 28 * fix RouterUptime config with non unique targets 29 |
||
[+] | Added | mrtg-2.16.2-icons.diff ^ |
@@ -0,0 +1,24 @@ +--- bin/indexmaker ++++ bin/indexmaker +@@ -281,7 +281,8 @@ + #lets make sure there is a trailing path separator + $gifPath =~ s|/*$|/|; + } else { +- $gifPath = "$$cfg{imagehtml}"; ++ # $gifPath = "$$cfg{imagehtml}"; ++ $gifPath = "/icons/" + } + + +--- bin/mrtg ++++ bin/mrtg +@@ -1666,7 +1666,8 @@ + #lets make sure there is a trailing path separator + $gifPath =~ s|/*$|/|; + } else { +- $gifPath = "$dirrel$$cfg{imagehtml}"; ++# $gifPath = "$dirrel$$cfg{imagehtml}"; ++ $gifPath = "/icons/" + } + + print HTML<<TEXT; | ||
Added | mrtg-2.16.2.tar.gz ^ |