OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 20-Jun-2009 17:46:21 Branch: HEAD Handle: 2009062016461800 Modified files: openpkg-src/cpio cpio.patch cpio.spec Log: upgrading package: cpio 2.9 -> 2.10 Summary: Revision Changes Path 1.10 +15 -27 openpkg-src/cpio/cpio.patch 1.42 +2 -2 openpkg-src/cpio/cpio.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/cpio/cpio.patch ============================================================================ $ cvs diff -u -r1.9 -r1.10 cpio.patch --- openpkg-src/cpio/cpio.patch 30 Jun 2007 07:49:00 -0000 1.9 +++ openpkg-src/cpio/cpio.patch 20 Jun 2009 15:46:18 -0000 1.10 @@ -1,19 +1,7 @@ -Index: lib/argp-help.c ---- lib/argp-help.c.orig 2007-06-28 19:18:55 +0200 -+++ lib/argp-help.c 2007-06-30 09:44:04 +0200 -@@ -570,7 +570,7 @@ - return val; - } - --static inline int -+static int - __attribute__ ((always_inline)) - hol_entry_long_iterate (const struct hol_entry *entry, - int (*func)(const struct argp_option *opt, Index: lib/rtapelib.c ---- lib/rtapelib.c.orig 2007-06-27 15:49:45 +0200 -+++ lib/rtapelib.c 2007-06-30 09:44:04 +0200 -@@ -625,7 +625,7 @@ +--- lib/rtapelib.c.orig 2009-03-19 12:47:19 +0100 ++++ lib/rtapelib.c 2009-06-20 17:36:22 +0200 +@@ -628,7 +628,7 @@ { char command_buffer[COMMAND_BUFFER_SIZE]; char operand_buffer[UINTMAX_STRSIZE_BOUND]; @@ -22,7 +10,7 @@ char *p = operand_buffer + sizeof operand_buffer; *--p = 0; -@@ -667,9 +667,9 @@ +@@ -670,9 +670,9 @@ { char command_buffer[COMMAND_BUFFER_SIZE]; char operand_buffer[UINTMAX_STRSIZE_BOUND]; @@ -36,8 +24,8 @@ *--p = 0; Index: lib/system.h ---- lib/system.h.orig 2007-06-27 15:49:45 +0200 -+++ lib/system.h 2007-06-30 09:44:04 +0200 +--- lib/system.h.orig 2009-06-20 10:29:22 +0200 ++++ lib/system.h 2009-06-20 17:36:22 +0200 @@ -425,7 +425,7 @@ #include <intprops.h> @@ -48,13 +36,13 @@ /* Prototypes for external functions. */ Index: src/userspec.c ---- src/userspec.c.orig 2007-06-27 16:00:13 +0200 -+++ src/userspec.c 2007-06-30 09:44:04 +0200 -@@ -22,6 +22,7 @@ +--- src/userspec.c.orig 2009-02-14 19:15:50 +0100 ++++ src/userspec.c 2009-06-20 17:41:54 +0200 +@@ -20,7 +20,6 @@ + /* Written by David MacKenzie <d...@gnu.ai.mit.edu>. */ + #include <system.h> - - #ifdef __GNUC__ -+#undef alloca - #define alloca __builtin_alloca - #else - #ifdef HAVE_ALLOCA_H +-#include <alloca.h> + #include <stdio.h> + #include <ctype.h> + #include <sys/types.h> @@ . patch -p0 <<'@@ .' Index: openpkg-src/cpio/cpio.spec ============================================================================ $ cvs diff -u -r1.41 -r1.42 cpio.spec --- openpkg-src/cpio/cpio.spec 18 Apr 2009 13:09:24 -0000 1.41 +++ openpkg-src/cpio/cpio.spec 20 Jun 2009 15:46:18 -0000 1.42 @@ -31,8 +31,8 @@ Class: BASE Group: Archiver License: GPL -Version: 2.9 -Release: 20080101 +Version: 2.10 +Release: 20090620 # list of sources Source0: ftp://ftp.gnu.org/pub/gnu/cpio/cpio-%{version}.tar.gz @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org