From 339592f00bc27bdb28b9b96536065a8c9f908ec543c4816b310384a9c9c6dfaf Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 3 Apr 2012 14:32:02 +0000 Subject: [PATCH] - Only require lua51-devel on openSUSE_12.2 or later * check in /usr/lib64 for tclConfig.sh too * remove perl 5.004 compatibility hack and make RRDs compile with newer perls. * added support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes. * configure option to disable building rrd_graph: --disable-rrd_graph With support from Ulf Zimmermann (OpenLane) * fixed segfault in rrdtool (xport, fetch, graph) when handling error conditions. -- James Brown * fix uninitialized variable in rrd_graph (#322) * improved data reduction algorithm in graph: after fetching, data must be reduced to at least chart resolution, else some data will not get plotted. fix for #298 * plug memory leak in lua bindings #301 * improve cross compiling -- Michael Olbrich OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rrdtool?expand=0&rev=27 --- rrdtool.changes | 33 +++++++++++++++++++-------------- rrdtool.spec | 2 +- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/rrdtool.changes b/rrdtool.changes index 0cf3c25..54764d1 100644 --- a/rrdtool.changes +++ b/rrdtool.changes @@ -1,21 +1,26 @@ +------------------------------------------------------------------- +Tue Apr 3 11:52:10 UTC 2012 - saschpe@suse.de + +- Only require lua51-devel on openSUSE_12.2 or later + ------------------------------------------------------------------- Mon Mar 5 11:41:55 UTC 2012 - vdziewiecki@suse.com - update to 1.4.7 - * check in /usr/lib64 for tclConfig.sh too - * remove perl 5.004 compatibility hack and make RRDs compile with newer - perls. - * added support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes. - * configure option to disable building rrd_graph: --disable-rrd_graph - With support from Ulf Zimmermann (OpenLane) - * fixed segfault in rrdtool (xport, fetch, graph) when handling - error conditions. -- James Brown - * fix uninitialized variable in rrd_graph (#322) - * improved data reduction algorithm in graph: after fetching, data must be - reduced to at least chart resolution, else some data will not get plotted. - fix for #298 - * plug memory leak in lua bindings #301 - * improve cross compiling -- Michael Olbrich + * check in /usr/lib64 for tclConfig.sh too + * remove perl 5.004 compatibility hack and make RRDs compile with newer + perls. + * added support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes. + * configure option to disable building rrd_graph: --disable-rrd_graph + With support from Ulf Zimmermann (OpenLane) + * fixed segfault in rrdtool (xport, fetch, graph) when handling + error conditions. -- James Brown + * fix uninitialized variable in rrd_graph (#322) + * improved data reduction algorithm in graph: after fetching, data must be + reduced to at least chart resolution, else some data will not get plotted. + fix for #298 + * plug memory leak in lua bindings #301 + * improve cross compiling -- Michael Olbrich ------------------------------------------------------------------- Mon Jan 30 19:28:22 CET 2012 - dmueller@suse.de diff --git a/rrdtool.spec b/rrdtool.spec index 10aa4da..62a03d0 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -33,7 +33,7 @@ BuildRequires: gettext-tools BuildRequires: gettext %endif BuildRequires: ruby-devel -%if 0%{?suse_version} >= 1120 +%if 0%{?suse_version} > 1210 BuildRequires: lua51-devel %else BuildRequires: lua-devel