OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Nov-2007 17:45:31
Branch: HEAD Handle: 2007111316453100
Modified files:
openpkg-src/rrdtool rrdtool.patch rrdtool.spec
Log:
upgrading package: rrdtool 1.2.23 -> 1.2.24
Summary:
Revision Changes Path
1.19 +3 -3 openpkg-src/rrdtool/rrdtool.patch
1.100 +2 -2 openpkg-src/rrdtool/rrdtool.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rrdtool/rrdtool.patch
============================================================================
$ cvs diff -u -r1.18 -r1.19 rrdtool.patch
--- openpkg-src/rrdtool/rrdtool.patch 29 Aug 2007 17:24:43 -0000 1.18
+++ openpkg-src/rrdtool/rrdtool.patch 13 Nov 2007 16:45:31 -0000 1.19
@@ -123,17 +123,17 @@
'NAME' => 'RRDs',
'VERSION_FROM' => 'RRDs.pm', # finds $VERSION
Index: bindings/python/setup.py
---- bindings/python/setup.py.orig 2007-05-02 20:06 +0200
-+++ bindings/python/setup.py 2007-08-03 03:31 +0200
+--- bindings/python/setup.py.orig 2007-11-13 03:22:56 +0100
++++ bindings/python/setup.py 2007-11-13 17:42:42 +0100
@@ -47,7 +47,7 @@
Extension(
"rrdtoolmodule",
["rrdtoolmodule.c"],
- libraries=['rrd'],
+ libraries=['rrd', 'freetype', 'art_lgpl', 'png', 'z'],
- runtime_library_dirs=[library_dir],
library_dirs=[library_dir],
include_dirs=[include_dir],
+ )
Index: configure
--- configure.orig 2007-05-02 20:07:06 +0200
+++ configure 2007-08-03 04:37:34 +0200
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/rrdtool/rrdtool.spec
============================================================================
$ cvs diff -u -r1.99 -r1.100 rrdtool.spec
--- openpkg-src/rrdtool/rrdtool.spec 29 Aug 2007 17:24:43 -0000 1.99
+++ openpkg-src/rrdtool/rrdtool.spec 13 Nov 2007 16:45:31 -0000 1.100
@@ -23,7 +23,7 @@
##
# package version
-%define V_rrdtool 1.2.23
+%define V_rrdtool 1.2.24
%define V_rrdtool_oo 0.19
%define V_rrd_simple 1.43
@@ -38,7 +38,7 @@
Group: Database
License: LGPL
Version: %{V_rrdtool}
-Release: 20070829
+Release: 20071113
# package options
%option with_perl no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]