瀏覽代碼

upgrading package: multitail 4.0.6 -> 4.2.0

Ralf S. Engelschall 19 年之前
父節點
當前提交
2899f610ea
共有 2 個文件被更改,包括 7 次插入7 次删除
  1. 5 5
      multitail/multitail.patch
  2. 2 2
      multitail/multitail.spec

+ 5 - 5
multitail/multitail.patch

@@ -1,15 +1,15 @@
 Index: Makefile
---- Makefile.orig	2006-04-12 16:50:32 +0200
-+++ Makefile	2006-04-12 21:23:22 +0200
+--- Makefile.orig	2006-09-08 10:38:28 +0200
++++ Makefile	2006-09-08 17:30:21 +0200
 @@ -3,9 +3,8 @@
  DESTDIR=/
  CONFIG_FILE=$(DESTDIR)/etc/multitail.conf
  
--DEBUG=-g #  -D_DEBUG  -W -pedantic # -pg #-fprofile-arcs
--LDFLAGS=-lpanel -lncurses -lutil -lm $(DEBUG)
+-DEBUG=-g #-pg #  -D_DEBUG  -W -pedantic # -pg #-fprofile-arcs
+-LDFLAGS+=-lpanel -lncurses -lutil -lm $(DEBUG)
 -CFLAGS+=-D`uname` -O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -DCONFIG_FILE=\"$(CONFIG_FILE)\"
 +LDFLAGS = $(OPENPKG_LDFLAGS)
-+CFLAGS = $(OPENPKG_CFLAGS) -D`uname` -DVERSION=\"$(VERSION)\" -DCONFIG_FILE=\"$(CONFIG_FILE)\"
++CFLAGS = $(OPENPKG_CFLAGS) -DVERSION=\"$(VERSION)\" -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
  

+ 2 - 2
multitail/multitail.spec

@@ -32,8 +32,8 @@ Distribution: OpenPKG
 Class:        PLUS
 Group:        Terminal
 License:      GPL
-Version:      4.0.6
-Release:      20060613
+Version:      4.2.0
+Release:      20060908
 
 #   list of sources
 Source0:      http://www.vanheusden.com/multitail/multitail-%{version}.tgz