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-Jun-2007 18:55:45 Branch: HEAD Handle: 2007060817554400 Modified files: openpkg-src/multitail multitail.patch multitail.spec Log: upgrading package: multitail 5.0.4 -> 5.0.5 Summary: Revision Changes Path 1.7 +4 -4 openpkg-src/multitail/multitail.patch 1.106 +2 -2 openpkg-src/multitail/multitail.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/multitail/multitail.patch ============================================================================ $ cvs diff -u -r1.6 -r1.7 multitail.patch --- openpkg-src/multitail/multitail.patch 26 Apr 2007 21:16:20 -0000 1.6 +++ openpkg-src/multitail/multitail.patch 8 Jun 2007 16:55:44 -0000 1.7 @@ -1,16 +1,16 @@ Index: Makefile ---- Makefile.orig 2007-04-26 18:00:32 +0200 -+++ Makefile 2007-04-26 23:14:31 +0200 +--- Makefile.orig 2007-06-08 13:31:35 +0200 ++++ Makefile 2007-06-08 18:45:40 +0200 @@ -3,10 +3,8 @@ DESTDIR=/ CONFIG_FILE=$(DESTDIR)/etc/multitail.conf -DEBUG=-g #-D_DEBUG # -pg # -D_DEBUG #-pg -W -pedantic # -pg #-fprofile-arcs --LDFLAGS+=-lpanel -lncurses -lutil -lm $(DEBUG) -rdynamic +-LDFLAGS+=-lpanel -lncurses -lutil -lm $(DEBUG) -# 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)\" -D`uname` ++CFLAGS = $(OPENPKG_CFLAGS) -D`uname` -O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -DCONFIG_FILE=\"$(CONFIG_FILE)\" 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 history.o @@ . patch -p0 <<'@@ .' Index: openpkg-src/multitail/multitail.spec ============================================================================ $ cvs diff -u -r1.105 -r1.106 multitail.spec --- openpkg-src/multitail/multitail.spec 1 Jun 2007 17:13:59 -0000 1.105 +++ openpkg-src/multitail/multitail.spec 8 Jun 2007 16:55:44 -0000 1.106 @@ -32,8 +32,8 @@ Class: BASE Group: Terminal License: GPL -Version: 5.0.4 -Release: 20070601 +Version: 5.0.5 +Release: 20070608 # list of sources Source0: http://www.vanheusden.com/multitail/multitail-%{version}.tgz @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org