- Fix Timezone[] handling in html output (#149296)

This commit is contained in:
Miloslav Trmac 2005-03-13 12:02:55 +00:00
parent d6720d0deb
commit b4ea3e3c25

View File

@ -6,7 +6,7 @@
Summary: Multi Router Traffic Grapher
Name: mrtg
Version: 2.11.1
Release: 2
Release: 3
URL: http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/
Source0: http://www.ee.ethz.ch/~oetiker/webtools/mrtg/pub/%{name}-%{version}.tar.gz
Source3: mrtg.cfg
@ -15,8 +15,9 @@ Source5: 14all.cgi
Source6: filter-requires-mrtg.sh
Source7: mrtg.crond.in
Source8: mrtg-httpd.conf
Patch: mrtg-2.9.17-lib64.patch
Patch0: mrtg-2.9.17-lib64.patch
Patch1: mrtg-2.10.5-norpath.patch
Patch2: mrtg-2.11.1-tzset.patch
License: GPL
Group: Applications/Internet
Requires: perl >= 0:5.004
@ -34,8 +35,9 @@ images which provide a LIVE visual representation of this traffic.
%prep
%setup -q
%patch -p0 -b .lib64
%patch0 -p0 -b .lib64
%patch1 -p1
%patch2 -p0 -b .tzset
for i in doc/mrtg-forum.1 doc/mrtg-squid.1; do
iconv -f iso-8859-1 -t utf-8 < "$i" > "${i}_"
@ -114,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_localstatedir}/lock/mrtg
%changelog
* Sun Mar 13 2005 Miloslav Trmac <mitr@redhat.com> - 2.11.1-3
- Fix Timezone[] handling in html output (#149296)
* Fri Mar 4 2005 Miloslav Trmac <mitr@redhat.com> - 2.11.1-2
- Rebuild with gcc 4