SHA256
1
0
forked from pool/rrdtool
OBS User unknown 2009-02-08 02:16:34 +00:00 committed by Git OBS Bridge
parent 50cddf2d52
commit d4400e24c4
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Feb 04 16:23:37 CET 2009 - mfabian@suse.de
- bnc#467362: use --with-rrd-default-font="monospace" instead of
--with-rrd-default-font=/usr/share/fonts/truetype/DejaVuSansMono.ttf,
rrdtools uses fontconfig now, not only freetype and the latter
is not a correct font name for fontconfig.
-------------------------------------------------------------------
Fri Jan 23 15:45:30 CET 2009 - anicka@suse.cz

View File

@ -24,7 +24,7 @@ Group: Productivity/Scientific/Math
AutoReqProv: on
Requires: perl = %{perl_version}
Version: 1.3.6
Release: 1
Release: 2
Source: %{name}-%{version}.tar.bz2
Source1: cgilib-0.5.tar.bz2
Url: http://oss.oetiker.ch/rrdtool/
@ -70,7 +70,7 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-L`pwd`/lb/lib"
--enable-shared \
--with-tcllib=%{_libdir} \
--with-gnu-ld \
--with-rrd-default-font=/usr/share/fonts/truetype/DejaVuSansMono.ttf
--with-rrd-default-font="monospace"
make %{?jobs:-j %jobs}
%install
@ -187,6 +187,11 @@ Authors:
%{py_sitedir}/*
%changelog
* Wed Feb 04 2009 mfabian@suse.de
- bnc#467362: use --with-rrd-default-font="monospace" instead of
--with-rrd-default-font=/usr/share/fonts/truetype/DejaVuSansMono.ttf,
rrdtools uses fontconfig now, not only freetype and the latter
is not a correct font name for fontconfig.
* Fri Jan 23 2009 anicka@suse.cz
- update to 1.3.6
* bugfixes, documentation improvements