OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 17-Feb-2008 18:19:40 Branch: HEAD Handle: 2008021717193800 Modified files: openpkg-src/rrdtool rrdtool.patch rrdtool.spec Log: upgrading package: rrdtool 1.2.26 -> 1.2.27 Summary: Revision Changes Path 1.23 +20 -20 openpkg-src/rrdtool/rrdtool.patch 1.109 +2 -2 openpkg-src/rrdtool/rrdtool.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/rrdtool/rrdtool.patch ============================================================================ $ cvs diff -u -r1.22 -r1.23 rrdtool.patch --- openpkg-src/rrdtool/rrdtool.patch 24 Jan 2008 16:02:38 -0000 1.22 +++ openpkg-src/rrdtool/rrdtool.patch 17 Feb 2008 17:19:38 -0000 1.23 @@ -1,6 +1,6 @@ Index: RRDTool-OO-0.21/Makefile.PL ---- RRDTool-OO-0.21/Makefile.PL.orig 2008-01-23 08:19:20 +0100 -+++ RRDTool-OO-0.21/Makefile.PL 2008-01-23 21:05:33 +0100 +--- RRDTool-OO-0.21/Makefile.PL.orig 2008-01-24 04:29:54 +0100 ++++ RRDTool-OO-0.21/Makefile.PL 2008-02-17 18:16:36 +0100 @@ -2,55 +2,12 @@ use ExtUtils::MakeMaker; use File::Basename; @@ -58,17 +58,17 @@ }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 Index: RRDTool-OO-0.21/lib/RRDTool/OO.pm ---- RRDTool-OO-0.21/lib/RRDTool/OO.pm.orig 2008-01-23 08:23:52 +0100 -+++ RRDTool-OO-0.21/lib/RRDTool/OO.pm 2008-01-23 21:02:36 +0100 +--- RRDTool-OO-0.21/lib/RRDTool/OO.pm.orig 2008-01-24 04:39:02 +0100 ++++ RRDTool-OO-0.21/lib/RRDTool/OO.pm 2008-02-17 18:16:36 +0100 @@ -5,7 +5,6 @@ use warnings; use Carp; use RRDs; -use Log::Log4perl qw(:easy); - our $VERSION = '0.20'; + our $VERSION = '0.21'; -@@ -173,7 +172,7 @@ +@@ -175,7 +174,7 @@ # Check if we got all mandatory parameters for(@{$ref->{mandatory}}) { if(! exists $options_hash{$_}) { @@ -77,7 +77,7 @@ "Mandatory parameter '$_' not set " . "in $method() (@{[%mandatory]}) (@$options)"); } -@@ -185,7 +184,7 @@ +@@ -187,7 +186,7 @@ for(keys %options_hash) { if(! exists $optional{$_} and ! exists $mandatory{$_}) { @@ -87,8 +87,8 @@ } } Index: bindings/perl-shared/Makefile.PL ---- bindings/perl-shared/Makefile.PL.orig 2007-11-20 01:15:10 +0100 -+++ bindings/perl-shared/Makefile.PL 2008-01-23 21:02:36 +0100 +--- bindings/perl-shared/Makefile.PL.orig 2008-02-17 11:26:32 +0100 ++++ bindings/perl-shared/Makefile.PL 2008-02-17 18:16:36 +0100 @@ -1,30 +1,8 @@ use ExtUtils::MakeMaker; use Config; @@ -123,8 +123,8 @@ 'NAME' => 'RRDs', 'VERSION_FROM' => 'RRDs.pm', # finds $VERSION Index: bindings/python/setup.py ---- bindings/python/setup.py.orig 2007-11-20 01:15:10 +0100 -+++ bindings/python/setup.py 2008-01-23 21:02:36 +0100 +--- bindings/python/setup.py.orig 2008-02-17 11:26:32 +0100 ++++ bindings/python/setup.py 2008-02-17 18:16:36 +0100 @@ -47,7 +47,7 @@ Extension( "rrdtoolmodule", @@ -135,9 +135,9 @@ include_dirs=[include_dir], ) Index: configure ---- configure.orig 2007-11-20 01:15:34 +0100 -+++ configure 2008-01-23 21:02:36 +0100 -@@ -27321,9 +27321,9 @@ +--- configure.orig 2008-02-17 11:26:46 +0100 ++++ configure 2008-02-17 18:16:36 +0100 +@@ -28385,9 +28385,9 @@ echo $ECHO_N "checking for headers required to compile python extensions... $ECHO_C" >&6; } py_prefix=`$PYTHON -c "import sys; print sys.prefix"` py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` @@ -150,14 +150,14 @@ save_CPPFLAGS="$CPPFLAGS" Index: src/rrd_update.c ---- src/rrd_update.c.orig 2007-11-20 01:15:10 +0100 -+++ src/rrd_update.c 2008-01-23 21:02:36 +0100 -@@ -427,7 +427,7 @@ +--- src/rrd_update.c.orig 2008-02-17 11:26:32 +0100 ++++ src/rrd_update.c 2008-02-17 18:17:35 +0100 +@@ -429,7 +429,7 @@ fclose(rrd_file); return(-1); } --#ifdef HAVE_MADVISE -+#if defined(HAVE_MADVISE) && defined(POSIX_MADV_RANDOM) +-#ifdef USE_MADVISE ++#if defined(HAVE_MADVISE) && defined(MADV_RANDOM) /* when we use mmaping we tell the kernel the mmap equivalent of POSIX_FADV_RANDOM */ - madvise(rrd_mmaped_file,rrd_filesize,POSIX_MADV_RANDOM); + madvise(rrd_mmaped_file,rrd_filesize,MADV_RANDOM); @@ . patch -p0 <<'@@ .' Index: openpkg-src/rrdtool/rrdtool.spec ============================================================================ $ cvs diff -u -r1.108 -r1.109 rrdtool.spec --- openpkg-src/rrdtool/rrdtool.spec 25 Jan 2008 08:54:15 -0000 1.108 +++ openpkg-src/rrdtool/rrdtool.spec 17 Feb 2008 17:19:38 -0000 1.109 @@ -22,7 +22,7 @@ ## # package version -%define V_rrdtool 1.2.26 +%define V_rrdtool 1.2.27 %define V_rrdtool_oo 0.21 %define V_rrd_simple 1.44 @@ -37,7 +37,7 @@ Group: Database License: LGPL Version: %{V_rrdtool} -Release: 20080125 +Release: 20080217 # package options %option with_perl no @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org