Browse Source

upgrading package: mbuffer 20100526 -> 20101230

master
parent
commit
bd65171960
  1. 16
      mbuffer/mbuffer.patch
  2. 4
      mbuffer/mbuffer.spec

16
mbuffer/mbuffer.patch

@ -1,19 +1,19 @@
Index: Makefile.in
--- Makefile.in.orig 2009-11-22 22:15:50 +0100
+++ Makefile.in 2009-11-22 23:32:11 +0100
--- Makefile.in.orig 2010-12-30 16:35:44.000000000 +0100
+++ Makefile.in 2010-12-31 11:55:12.000000000 +0100
@@ -1,6 +1,6 @@
CC = @CC@
DEFS = @DEFS@
-CFLAGS = @CFLAGS@ $(DEFS)
+CFLAGS = @CFLAGS@ @CPPFLAGS@ $(DEFS)
-CFLAGS = @CFLAGS@ $(DEFS) -I@srcdir@
+CFLAGS = @CFLAGS@ @CPPFLAGS@ $(DEFS) -I@srcdir@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
EXE = @EXEEXT@
Index: log.c
--- log.c.orig 2009-11-22 22:15:50 +0100
+++ log.c 2009-11-22 23:31:20 +0100
@@ -30,6 +30,7 @@
#include <string.h>
--- log.c.orig 2010-12-30 16:35:44.000000000 +0100
+++ log.c 2010-12-31 11:36:43.000000000 +0100
@@ -36,6 +36,7 @@
#endif
#include <sys/types.h>
#include <unistd.h>
+#include <limits.h>

4
mbuffer/mbuffer.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Filesystem
License: GPL
Version: 20100526
Release: 20100529
Version: 20101230
Release: 20101231
# list of sources
Source0: http://www.maier-komor.de/software/mbuffer/mbuffer-%{version}.tgz

Loading…
Cancel
Save