SHA256
1
0
forked from pool/rrdtool
OBS User unknown 2008-02-21 01:00:01 +00:00 committed by Git OBS Bridge
parent de618e9696
commit 82b2a31005
2 changed files with 59 additions and 47 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 20 16:35:44 CET 2008 - dmueller@suse.de
- make dejavu font requirement unversioned again, as
there was no released openSUSE distro with the wrongly
named font
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 14 17:17:53 CET 2008 - dmueller@suse.de Mon Jan 14 17:17:53 CET 2008 - dmueller@suse.de

View File

@ -10,6 +10,7 @@
# norootforbuild # norootforbuild
Name: rrdtool Name: rrdtool
BuildRequires: freetype2-devel libart_lgpl-devel libpng-devel python-devel tcl-devel BuildRequires: freetype2-devel libart_lgpl-devel libpng-devel python-devel tcl-devel
License: GPL v2 or later License: GPL v2 or later
@ -17,7 +18,7 @@ Group: Productivity/Scientific/Math
AutoReqProv: on AutoReqProv: on
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Version: 1.2.23 Version: 1.2.23
Release: 73 Release: 87
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Source1: cgilib-0.5.tar.bz2 Source1: cgilib-0.5.tar.bz2
Patch: %{name}-%{version}-ssize.diff Patch: %{name}-%{version}-ssize.diff
@ -25,7 +26,7 @@ Patch1: %{name}-%{version}-python.diff
Url: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/ Url: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: A tool for data logging and analysis Summary: A tool for data logging and analysis
Requires: dejavu >= 2.21 Requires: dejavu
%description %description
A tool to log and analyze data gathered from all kinds of data sources. A tool to log and analyze data gathered from all kinds of data sources.
@ -188,116 +189,120 @@ Authors:
%{py_sitedir}/* %{py_sitedir}/*
%changelog %changelog
* Mon Jan 14 2008 - dmueller@suse.de * Wed Feb 20 2008 dmueller@suse.de
- make dejavu font requirement unversioned again, as
there was no released openSUSE distro with the wrongly
named font
* Mon Jan 14 2008 dmueller@suse.de
- dejavu font was renamed back, adjust - dejavu font was renamed back, adjust
* Wed Nov 28 2007 - dmueller@suse.de * Wed Nov 28 2007 dmueller@suse.de
- fix default font after dejavu font update - fix default font after dejavu font update
- add dejavu to the package requires - add dejavu to the package requires
- build parallel - build parallel
* Mon Jul 09 2007 - dmueller@suse.de * Mon Jul 09 2007 dmueller@suse.de
- apply python requires only to python-rrdtool subpackage - apply python requires only to python-rrdtool subpackage
* Thu Jun 21 2007 - dmueller@suse.de * Thu Jun 21 2007 dmueller@suse.de
- split off python and -devel package to reduce - split off python and -devel package to reduce
size and make the python dependency optional size and make the python dependency optional
(needed for 1 CD installer) (needed for 1 CD installer)
* Thu May 24 2007 - ro@suse.de * Thu May 24 2007 ro@suse.de
- added ldconfig to post scripts - added ldconfig to post scripts
* Wed May 09 2007 - anicka@suse.cz * Wed May 09 2007 anicka@suse.cz
- fix rpath in python module - fix rpath in python module
* Fri May 04 2007 - anicka@suse.cz * Fri May 04 2007 anicka@suse.cz
- update to 2.1.23 - update to 2.1.23
* many bugfixes (mostly python) * many bugfixes (mostly python)
- remove stderr.diff and buffer.diff (fixed in upstream) - remove stderr.diff and buffer.diff (fixed in upstream)
* Mon Jan 29 2007 - anicka@suse.cz * Mon Jan 29 2007 anicka@suse.cz
- update to 1.2.18 - update to 1.2.18
* many bugfixes * many bugfixes
* DoS in rrd_graph.c fixed [#231212] * DoS in rrd_graph.c fixed [#231212]
- fix overflow in rrd_tool.c - fix overflow in rrd_tool.c
* Fri Jan 05 2007 - anicka@suse.cz * Fri Jan 05 2007 anicka@suse.cz
- fix librrd_th.la - fix librrd_th.la
- remove packaged fonts and use system fonts instead - remove packaged fonts and use system fonts instead
- fix last patch - fix last patch
* Tue Jan 02 2007 - anicka@suse.cz * Tue Jan 02 2007 anicka@suse.cz
- fix memory allocation bug when graphing logarithmic data - fix memory allocation bug when graphing logarithmic data
with upstream patch [#231212] with upstream patch [#231212]
* Mon Sep 25 2006 - anicka@suse.cz * Mon Sep 25 2006 anicka@suse.cz
- use %%py_requires [#207920] - use %%py_requires [#207920]
* Fri Sep 15 2006 - anicka@suse.cz * Fri Sep 15 2006 anicka@suse.cz
- store value returned with PyTuple_Size in - store value returned with PyTuple_Size in
Py_ssize_t instead of int Py_ssize_t instead of int
* Mon Jul 17 2006 - anicka@suse.cz * Mon Jul 17 2006 anicka@suse.cz
- update to 1.2.15 - update to 1.2.15
* vnames can be up to MAX_VNAME_LEN long * vnames can be up to MAX_VNAME_LEN long
* bugfixes, documentation fixes * bugfixes, documentation fixes
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Thu Jan 05 2006 - anicka@suse.cz * Thu Jan 05 2006 anicka@suse.cz
- update to 1.2.12 - update to 1.2.12
* Wed Dec 14 2005 - max@suse.de * Wed Dec 14 2005 max@suse.de
- Fixed installation of the Tcl bindings. - Fixed installation of the Tcl bindings.
* Tue Nov 01 2005 - anicka@suse.cz * Tue Nov 01 2005 anicka@suse.cz
- fix build - return proper value from strerror_r - fix build - return proper value from strerror_r
* Wed Sep 21 2005 - anicka@suse.cz * Wed Sep 21 2005 anicka@suse.cz
- fix build - fix build
* Sun Jul 31 2005 - cthiel@suse.de * Sun Jul 31 2005 cthiel@suse.de
- moved pkgIndex.tcl to /usr/share/tcl/tclrrd - moved pkgIndex.tcl to /usr/share/tcl/tclrrd
* Tue Jul 26 2005 - cthiel@suse.de * Tue Jul 26 2005 cthiel@suse.de
- update to 1.2.11 - update to 1.2.11
* Tue Jun 21 2005 - anicka@suse.cz * Tue Jun 21 2005 anicka@suse.cz
- update to 1.2.10 - update to 1.2.10
- drop no longer neccessary rrdtool-tcl.patch - drop no longer neccessary rrdtool-tcl.patch
* Thu May 19 2005 - mcihar@suse.cz * Thu May 19 2005 mcihar@suse.cz
- update to 1.2.8 - update to 1.2.8
- reneabled tcl (copilation fixed by rrdtool-tcl.patch) - reneabled tcl (copilation fixed by rrdtool-tcl.patch)
- added python bindings - added python bindings
* Tue May 10 2005 - mcihar@suse.cz * Tue May 10 2005 mcihar@suse.cz
- update to 1.2.6 - update to 1.2.6
- dropped tcl for now, it's somewhat broken - dropped tcl for now, it's somewhat broken
* Mon Apr 18 2005 - mcihar@suse.de * Mon Apr 18 2005 mcihar@suse.de
- include correct config.h - include correct config.h
* Wed Aug 11 2004 - tcrhak@suse.cz * Wed Aug 11 2004 tcrhak@suse.cz
- update to 1.0.49 - update to 1.0.49
* Fri Aug 06 2004 - tcrhak@suse.cz * Fri Aug 06 2004 tcrhak@suse.cz
- update to 1.0.48 - update to 1.0.48
* Thu Mar 04 2004 - tcrhak@suse.cz * Thu Mar 04 2004 tcrhak@suse.cz
- do not use its own (and old) libpng and libz - do not use its own (and old) libpng and libz
* Wed Feb 18 2004 - tcrhak@suse.cz * Wed Feb 18 2004 tcrhak@suse.cz
- update to version 1.0.46 - update to version 1.0.46
* Sat Jan 10 2004 - adrian@suse.de * Sat Jan 10 2004 adrian@suse.de
- build as user - build as user
* Wed Aug 20 2003 - mjancar@suse.cz * Wed Aug 20 2003 mjancar@suse.cz
- require the perl version we build with - require the perl version we build with
* Mon Jul 28 2003 - tcrhak@suse.cz * Mon Jul 28 2003 tcrhak@suse.cz
- removed %%{vendor_perl}/auto from filelist - removed %%{vendor_perl}/auto from filelist
* Mon Jul 28 2003 - tcrhak@suse.cz * Mon Jul 28 2003 tcrhak@suse.cz
- update to version 1.0.45 - update to version 1.0.45
- fixed file list - fixed file list
- require perl - require perl
* Mon Jul 28 2003 - ro@suse.de * Mon Jul 28 2003 ro@suse.de
- install perl files to vendor location - install perl files to vendor location
* Fri May 23 2003 - ro@suse.de * Fri May 23 2003 ro@suse.de
- fix build with current libtool - fix build with current libtool
* Sun Jan 12 2003 - tcrhak@suse.cz * Sun Jan 12 2003 tcrhak@suse.cz
- update to 1.0.40 - update to 1.0.40
* Tue Nov 19 2002 - ro@suse.de * Tue Nov 19 2002 ro@suse.de
- run full autoreconf and extend configure.in for that - run full autoreconf and extend configure.in for that
* Fri Aug 09 2002 - mls@suse.de * Fri Aug 09 2002 mls@suse.de
- use sitearch macro - use sitearch macro
* Tue Jul 09 2002 - tcrhak@suse.cz * Tue Jul 09 2002 tcrhak@suse.cz
- update to version 1.0.39 - update to version 1.0.39
* Mon Jun 03 2002 - ro@suse.de * Mon Jun 03 2002 ro@suse.de
- fix build on lib64 platforms - fix build on lib64 platforms
* Mon May 06 2002 - tcrhak@suse.cz * Mon May 06 2002 tcrhak@suse.cz
- omitted prefix i386-suse-linux from names of binaries - omitted prefix i386-suse-linux from names of binaries
and example scripts (bug #16105) and example scripts (bug #16105)
* Fri Feb 08 2002 - draht@suse.de * Fri Feb 08 2002 draht@suse.de
- added rrdtool-1.0.33-zlib-zfree.dif against duplicate free() in - added rrdtool-1.0.33-zlib-zfree.dif against duplicate free() in
zlib zlib
* Thu Jun 14 2001 - adostal@suse.cz * Thu Jun 14 2001 adostal@suse.cz
- fix for new autoconf (add libtoolize --force) - fix for new autoconf (add libtoolize --force)
* Wed Apr 11 2001 - cihlar@suse.cz * Wed Apr 11 2001 cihlar@suse.cz
- updated to version 1.0.33 - updated to version 1.0.33
* Mon Mar 19 2001 - cihlar@suse.cz * Mon Mar 19 2001 cihlar@suse.cz
- fixed call of suse_update_config - fixed call of suse_update_config
* Fri Jan 26 2001 - cihlar@suse.cz * Fri Jan 26 2001 cihlar@suse.cz
- package created - package created