forked from pool/rrdtool
This commit is contained in:
committed by
Git OBS Bridge
parent
e82ec0ae60
commit
afc85ddd20
26
rrdtool.spec
26
rrdtool.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package rrdtool (Version 1.3.2)
|
||||
# spec file for package rrdtool (Version 1.3.4)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -23,11 +23,10 @@ License: GPL v2 or later
|
||||
Group: Productivity/Scientific/Math
|
||||
AutoReqProv: on
|
||||
Requires: perl = %{perl_version}
|
||||
Version: 1.3.2
|
||||
Version: 1.3.4
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: cgilib-0.5.tar.bz2
|
||||
Patch: %{name}-%{version}.diff
|
||||
Url: http://oss.oetiker.ch/rrdtool/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: A tool for data logging and analysis
|
||||
@@ -47,7 +46,6 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q -a1
|
||||
%patch
|
||||
|
||||
%build
|
||||
# first prepare cgilib
|
||||
@@ -160,11 +158,8 @@ Authors:
|
||||
%defattr(-, root, root)
|
||||
/usr/include/*
|
||||
%{_libdir}/librrd_th.so
|
||||
#%{_libdir}/librrd.a
|
||||
#%{_libdir}/librrd.la
|
||||
%{_libdir}/librrd.so
|
||||
#%{_libdir}/librrd_th.a
|
||||
#%{_libdir}/librrd_th.la
|
||||
%{_libdir}/pkgconfig/librrd.pc
|
||||
|
||||
%package -n python-rrdtool
|
||||
License: GPL v2 or later
|
||||
@@ -192,6 +187,21 @@ Authors:
|
||||
%{py_sitedir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 06 2008 anicka@suse.cz
|
||||
- update to 1.3.4
|
||||
* detect short/truncated files on open (rrdtool used to crash
|
||||
later on some platforms)
|
||||
* stop rrd_resize from altering the original file (mmap side
|
||||
effect)
|
||||
* fix VDEF and SHIFT use. Now it returns correct data and does
|
||||
not crash anymore.
|
||||
* fix rrd_xport when used on datasources with different
|
||||
resolutions. This has been broken from day 1 of this tools
|
||||
exsitance.
|
||||
* fixed default prefix for ruby install
|
||||
* added rpath for perl bindings on bsd
|
||||
* do not [fm]advise past the end of the file since this
|
||||
causes crashes on sparc.
|
||||
* Wed Sep 10 2008 anicka@suse.cz
|
||||
- update to 1.3.2
|
||||
* fix for data corruption bug:
|
||||
|
Reference in New Issue
Block a user