OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-Dec-2006 13:27:46
Branch: HEAD Handle: 2006120512274501
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec tar.patch
openpkg-src/tar tar.patch tar.spec
Log:
skip build of irrelevant parts of the GNU tar distribution
Summary:
Revision Changes Path
1.403 +1 -0 openpkg-src/openpkg/HISTORY
1.549 +1 -1 openpkg-src/openpkg/openpkg.spec
1.7 +12 -11 openpkg-src/openpkg/tar.patch
1.15 +12 -11 openpkg-src/tar/tar.patch
1.56 +1 -1 openpkg-src/tar/tar.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.402 -r1.403 HISTORY
--- openpkg-src/openpkg/HISTORY 29 Nov 2006 17:14:15 -0000 1.402
+++ openpkg-src/openpkg/HISTORY 5 Dec 2006 12:27:45 -0000 1.403
@@ -2,6 +2,7 @@
2006
====
+20061205 skip build of irrelevant parts of the GNU tar distribution
20061129 upgrade to GNU gzip 1.3.6
20061129 ajust wordings in package class hints according to current
classification
20061114 upgrade to openpkg-tools 1.1.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.548 -r1.549 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 29 Nov 2006 17:14:16 -0000 1.548
+++ openpkg-src/openpkg/openpkg.spec 5 Dec 2006 12:27:45 -0000 1.549
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20061129
+%define V_openpkg 20061205
# the used software versions
%define V_rpm 4.2.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/tar.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 tar.patch
--- openpkg-src/openpkg/tar.patch 22 Oct 2006 11:11:49 -0000 1.6
+++ openpkg-src/openpkg/tar.patch 5 Dec 2006 12:27:45 -0000 1.7
@@ -1,3 +1,15 @@
+Index: Makefile.in
+--- Makefile.in.orig 2006-10-21 17:41:31 +0200
++++ Makefile.in 2006-12-05 10:09:24 +0100
+@@ -310,7 +310,7 @@
+ target_alias = @target_alias@
+ ACLOCAL_AMFLAGS = -I m4
+ EXTRA_DIST = ChangeLog.1 PORTS
+-SUBDIRS = doc lib rmt src scripts po tests
++SUBDIRS = doc lib src
+ all: config.h
+ $(MAKE) $(AM_MAKEFLAGS) all-recursive
+
Index: lib/argp-help.c
--- lib/argp-help.c.orig 2006-09-12 10:59:04 +0200
+++ lib/argp-help.c 2006-10-22 11:35:12 +0200
@@ -20,17 +32,6 @@
until_short (const struct argp_option *opt, const struct argp_option *real,
const char *domain, void *cookie)
{
-Index: rmt/rmt.c
---- rmt/rmt.c.orig 2006-09-27 10:54:46 +0200
-+++ rmt/rmt.c 2006-10-22 11:35:12 +0200
-@@ -43,6 +43,7 @@
- #include <obstack.h>
- #include <getopt.h>
- #include <sys/socket.h>
-+#include <locale.h>
-
- #ifndef EXIT_FAILURE
- # define EXIT_FAILURE 1
Index: src/compare.c
--- src/compare.c.orig 2006-03-20 10:23:29 +0100
+++ src/compare.c 2006-10-22 11:36:29 +0200
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tar/tar.patch
============================================================================
$ cvs diff -u -r1.14 -r1.15 tar.patch
--- openpkg-src/tar/tar.patch 22 Oct 2006 09:48:40 -0000 1.14
+++ openpkg-src/tar/tar.patch 5 Dec 2006 12:27:46 -0000 1.15
@@ -1,3 +1,15 @@
+Index: Makefile.in
+--- Makefile.in.orig 2006-10-21 17:41:31 +0200
++++ Makefile.in 2006-12-05 10:09:24 +0100
+@@ -310,7 +310,7 @@
+ target_alias = @target_alias@
+ ACLOCAL_AMFLAGS = -I m4
+ EXTRA_DIST = ChangeLog.1 PORTS
+-SUBDIRS = doc lib rmt src scripts po tests
++SUBDIRS = doc lib src
+ all: config.h
+ $(MAKE) $(AM_MAKEFLAGS) all-recursive
+
Index: lib/argp-help.c
--- lib/argp-help.c.orig 2006-09-12 10:59:04 +0200
+++ lib/argp-help.c 2006-10-22 11:35:12 +0200
@@ -20,17 +32,6 @@
until_short (const struct argp_option *opt, const struct argp_option *real,
const char *domain, void *cookie)
{
-Index: rmt/rmt.c
---- rmt/rmt.c.orig 2006-09-27 10:54:46 +0200
-+++ rmt/rmt.c 2006-10-22 11:35:12 +0200
-@@ -43,6 +43,7 @@
- #include <obstack.h>
- #include <getopt.h>
- #include <sys/socket.h>
-+#include <locale.h>
-
- #ifndef EXIT_FAILURE
- # define EXIT_FAILURE 1
Index: src/compare.c
--- src/compare.c.orig 2006-03-20 10:23:29 +0100
+++ src/compare.c 2006-10-22 11:36:29 +0200
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tar/tar.spec
============================================================================
$ cvs diff -u -r1.55 -r1.56 tar.spec
--- openpkg-src/tar/tar.spec 22 Oct 2006 09:56:28 -0000 1.55
+++ openpkg-src/tar/tar.spec 5 Dec 2006 12:27:46 -0000 1.56
@@ -33,7 +33,7 @@
Group: Archiver
License: GPL
Version: 1.16
-Release: 20061022
+Release: 20061205
# list of sources
Source0: ftp://ftp.gnu.org/gnu/tar/tar-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]