diff --git a/rrdtool-1.2.23-python.diff b/rrdtool-1.2.23-python.diff deleted file mode 100644 index a430dba..0000000 --- a/rrdtool-1.2.23-python.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- bindings/python/setup.py -+++ bindings/python/setup.py -@@ -48,7 +48,7 @@ - "rrdtoolmodule", - ["rrdtoolmodule.c"], - libraries=['rrd'], -- runtime_library_dirs=[library_dir], -+# runtime_library_dirs=[library_dir], - library_dirs=[library_dir], - include_dirs=[include_dir], - ) diff --git a/rrdtool-1.2.23.tar.bz2 b/rrdtool-1.2.23.tar.bz2 deleted file mode 100644 index 370af85..0000000 --- a/rrdtool-1.2.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd820918dad6dc4e96c9aae4d8c57f4e9e473cd523238d15da49bff79be3e15e -size 787130 diff --git a/rrdtool-1.2.23-ssize.diff b/rrdtool-1.2.27-ssize.diff similarity index 100% rename from rrdtool-1.2.23-ssize.diff rename to rrdtool-1.2.27-ssize.diff diff --git a/rrdtool-1.2.27.tar.bz2 b/rrdtool-1.2.27.tar.bz2 new file mode 100644 index 0000000..e3d91fa --- /dev/null +++ b/rrdtool-1.2.27.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e270083a7ac26969bff5304dea6729c10710922e0098ad6cc7a163f76dcbb4 +size 806581 diff --git a/rrdtool.changes b/rrdtool.changes index a937839..6e8a9ea 100644 --- a/rrdtool.changes +++ b/rrdtool.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Mar 10 15:03:46 CET 2008 - anicka@suse.cz + +- update to 1.2.27 + * bindings/ruby/main.c: be more helpful when raising rb_eTypeError + in string_arr string_arr_new(VALUE rb_strings). + * src/rrd_update.c: dropping cache after update does not help (in + this implementation) + * bindings/Makefile.am, bindings/python/setup.py: yet another + attempt to make the python build environment REALY cool + * bindings/Makefile.am, bindings/python/setup.py: make sure the + python extension gets the final resting place of the rrdlibrary + compiled in ... + * src/rrd_graph.c: don't use round since it is c99 ... use + floor(x+0.5) for positive numbers instead. + * src/rrd_graph.c: added some more rounding for int to float + comparisons + * src/rrd_graph.c: Testing an double and an integer for equality is + bound to produce odd results on times. Don't do it! -- + * bugfixes, documentation fixes +- remove python patch (fixed in upstream) + ------------------------------------------------------------------- Wed Feb 20 16:35:44 CET 2008 - dmueller@suse.de diff --git a/rrdtool.spec b/rrdtool.spec index ff48c69..df8df4a 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -1,5 +1,5 @@ # -# spec file for package rrdtool (Version 1.2.23) +# spec file for package rrdtool (Version 1.2.27) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,13 +17,12 @@ License: GPL v2 or later Group: Productivity/Scientific/Math AutoReqProv: on Requires: perl = %{perl_version} -Version: 1.2.23 -Release: 87 +Version: 1.2.27 +Release: 1 Source: %{name}-%{version}.tar.bz2 Source1: cgilib-0.5.tar.bz2 Patch: %{name}-%{version}-ssize.diff -Patch1: %{name}-%{version}-python.diff -Url: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/ +Url: http://oss.oetiker.ch/rrdtool/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A tool for data logging and analysis Requires: dejavu @@ -43,7 +42,6 @@ Authors: %prep %setup -q -a1 %patch -%patch1 %build # first prepare cgilib @@ -189,6 +187,25 @@ Authors: %{py_sitedir}/* %changelog +* Mon Mar 10 2008 anicka@suse.cz +- update to 1.2.27 + * bindings/ruby/main.c: be more helpful when raising rb_eTypeError + in string_arr string_arr_new(VALUE rb_strings). + * src/rrd_update.c: dropping cache after update does not help (in + this implementation) + * bindings/Makefile.am, bindings/python/setup.py: yet another + attempt to make the python build environment REALY cool + * bindings/Makefile.am, bindings/python/setup.py: make sure the + python extension gets the final resting place of the rrdlibrary + compiled in ... + * src/rrd_graph.c: don't use round since it is c99 ... use + floor(x+0.5) for positive numbers instead. + * src/rrd_graph.c: added some more rounding for int to float + comparisons + * src/rrd_graph.c: Testing an double and an integer for equality is + bound to produce odd results on times. Don't do it! -- + * bugfixes, documentation fixes +- remove python patch (fixed in upstream) * Wed Feb 20 2008 dmueller@suse.de - make dejavu font requirement unversioned again, as there was no released openSUSE distro with the wrongly