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: 20-Mar-2007 19:44:20
Branch: HEAD Handle: 2007032018442000
Modified files:
openpkg-src/multitail multitail.patch multitail.spec
Log:
upgrading package: multitail 4.2.0 -> 4.3.4
Summary:
Revision Changes Path
1.5 +7 -6 openpkg-src/multitail/multitail.patch
1.97 +3 -3 openpkg-src/multitail/multitail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/multitail/multitail.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 multitail.patch
--- openpkg-src/multitail/multitail.patch 8 Sep 2006 15:31:16 -0000
1.4
+++ openpkg-src/multitail/multitail.patch 20 Mar 2007 18:44:20 -0000
1.5
@@ -1,15 +1,16 @@
Index: Makefile
---- Makefile.orig 2006-09-08 10:38:28 +0200
-+++ Makefile 2006-09-08 17:30:21 +0200
-@@ -3,9 +3,8 @@
+--- Makefile.orig 2007-03-20 13:56:44 +0100
++++ Makefile 2007-03-20 19:41:48 +0100
+@@ -3,10 +3,8 @@
DESTDIR=/
CONFIG_FILE=$(DESTDIR)/etc/multitail.conf
--DEBUG=-g #-pg # -D_DEBUG -W -pedantic # -pg #-fprofile-arcs
--LDFLAGS+=-lpanel -lncurses -lutil -lm $(DEBUG)
+-DEBUG=-g # -pg # -D_DEBUG #-pg -W -pedantic # -pg #-fprofile-arcs
+-LDFLAGS+=-lpanel -lncurses -lutil -lm $(DEBUG) -rdynamic
+-# LDFLAGS+=-lc_p -lpanel_g -lncurses_g -lutil -lm -pg -g -rdynamic
-CFLAGS+=-D`uname` -O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
-DCONFIG_FILE=\"$(CONFIG_FILE)\"
+LDFLAGS = $(OPENPKG_LDFLAGS)
-+CFLAGS = $(OPENPKG_CFLAGS) -DVERSION=\"$(VERSION)\"
-DCONFIG_FILE=\"$(CONFIG_FILE)\"
++CFLAGS = $(OPENPKG_CFLAGS) -DVERSION=\"$(VERSION)\"
-DCONFIG_FILE=\"$(CONFIG_FILE)\" -D`uname`
OBJS=utils.o mt.o error.o my_pty.o term.o scrollback.o help.o mem.o cv.o
selbox.o stripstring.o color.o misc.o ui.o exec.o diff.o config.o cmdline.o
globals.o
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/multitail/multitail.spec
============================================================================
$ cvs diff -u -r1.96 -r1.97 multitail.spec
--- openpkg-src/multitail/multitail.spec 1 Jan 2007 17:39:59 -0000
1.96
+++ openpkg-src/multitail/multitail.spec 20 Mar 2007 18:44:20 -0000
1.97
@@ -32,8 +32,8 @@
Class: BASE
Group: Terminal
License: GPL
-Version: 4.2.0
-Release: 20061013
+Version: 4.3.4
+Release: 20070320
# list of sources
Source0: http://www.vanheusden.com/multitail/multitail-%{version}.tgz
@@ -59,7 +59,7 @@
prog multitail = {
version = %{version}
url = http://www.vanheusden.com/multitail/download.html
- regex = multitail-(\d+\.[02468]\.\d+)\.tgz
+ regex = multitail-(__VER__)\.tgz
}
%prep
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]