Pārlūkot izejas kodu

upgrading package: multitail 4.2.0 -> 4.3.4

Ralf S. Engelschall 18 gadi atpakaļ
vecāks
revīzija
cb92cc32ea
2 mainītis faili ar 10 papildinājumiem un 9 dzēšanām
  1. 7 6
      multitail/multitail.patch
  2. 3 3
      multitail/multitail.spec

+ 7 - 6
multitail/multitail.patch

@@ -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
  

+ 3 - 3
multitail/multitail.spec

@@ -32,8 +32,8 @@ Distribution: OpenPKG Community
 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 @@ AutoReqProv:  no
     prog multitail = {
         version   = %{version}
         url       = http://www.vanheusden.com/multitail/download.html
-        regex     = multitail-(\d+\.[02468]\.\d+)\.tgz
+        regex     = multitail-(__VER__)\.tgz
     }
 
 %prep