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: 08-Feb-2007 09:30:27
Branch: HEAD Handle: 2007020808302601
Added files:
openpkg-src/dmalloc dmalloc.patch
Modified files:
openpkg-src/dmalloc dmalloc.spec
Log:
upgrading package: dmalloc 5.4.2 -> 5.5.0
Summary:
Revision Changes Path
1.1 +12 -0 openpkg-src/dmalloc/dmalloc.patch
1.46 +5 -3 openpkg-src/dmalloc/dmalloc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dmalloc/dmalloc.patch
============================================================================
$ cvs diff -u -r0 -r1.1 dmalloc.patch
--- /dev/null 2007-02-08 09:30:13 +0100
+++ dmalloc.patch 2007-02-08 09:30:27 +0100
@@ -0,0 +1,12 @@
+Index: Makefile.in
+--- Makefile.in.orig 2007-02-08 07:45:00 +0100
++++ Makefile.in 2007-02-08 09:26:29 +0100
+@@ -371,7 +371,7 @@
+ -o ./$@
+
+ .texi.info :
+- makeinfo --no-split $<
++ makeinfo --no-split -o $@ $<
+
+ #
+ # auto configure settings - uncomment if you are doing configure
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/dmalloc/dmalloc.spec
============================================================================
$ cvs diff -u -r1.45 -r1.46 dmalloc.spec
--- openpkg-src/dmalloc/dmalloc.spec 1 Jan 2007 17:37:31 -0000 1.45
+++ openpkg-src/dmalloc/dmalloc.spec 8 Feb 2007 08:30:27 -0000 1.46
@@ -32,16 +32,17 @@
Class: BASE
Group: Debugging
License: GPL
-Version: 5.4.2
-Release: 20061013
+Version: 5.5.0
+Release: 20070208
# list of sources
Source0: http://dmalloc.com/releases/dmalloc-%{version}.tgz
+Patch0: dmalloc.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, gcc
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, texinfo
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
@@ -64,6 +65,7 @@
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]