Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/coreutils/8.3: 000_all_coreutils-i18n.patch README.history
Date: Fri, 08 Jan 2010 12:36:16
Message-Id: E1NTE4a-0008Fl-56@stork.gentoo.org
1 vapier 10/01/08 12:36:12
2
3 Modified: 000_all_coreutils-i18n.patch README.history
4 Log:
5 re-order tests/ Makefile.{am,in} patching to avoid timestamp desync #300151 by Diego E. Pettenò
6
7 Revision Changes Path
8 1.2 src/patchsets/coreutils/8.3/000_all_coreutils-i18n.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/8.3/000_all_coreutils-i18n.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/8.3/000_all_coreutils-i18n.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/8.3/000_all_coreutils-i18n.patch?r1=1.1&r2=1.2
13
14 Index: 000_all_coreutils-i18n.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/8.3/000_all_coreutils-i18n.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 000_all_coreutils-i18n.patch 8 Jan 2010 03:34:24 -0000 1.1
21 +++ 000_all_coreutils-i18n.patch 8 Jan 2010 12:36:11 -0000 1.2
22 @@ -3907,10 +3907,10 @@
23 skip_chars = 0;
24 skip_fields = 0;
25 check_chars = SIZE_MAX;
26 -diff -urNp coreutils-8.0-orig/tests/Makefile.in coreutils-8.0/tests/Makefile.in
27 ---- coreutils-8.0-orig/tests/Makefile.in 2009-09-29 16:25:44.000000000 +0200
28 -+++ coreutils-8.0/tests/Makefile.in 2009-10-07 10:07:16.000000000 +0200
29 -@@ -1126,6 +1126,7 @@ TESTS = \
30 +diff -urNp coreutils-8.0-orig/tests/Makefile.am coreutils-8.0/tests/Makefile.am
31 +--- coreutils-8.0-orig/tests/Makefile.am 2009-09-29 16:25:44.000000000 +0200
32 ++++ coreutils-8.0/tests/Makefile.am 2009-10-07 10:07:16.000000000 +0200
33 +@@ -208,6 +208,7 @@ TESTS = \
34 misc/sort-compress \
35 misc/sort-continue \
36 misc/sort-files0-from \
37 @@ -3918,10 +3918,10 @@
38 misc/sort-merge \
39 misc/sort-merge-fdlimit \
40 misc/sort-rand \
41 -@@ -1582,6 +1582,10 @@ TESTS = \
42 +@@ -452,6 +453,10 @@ TESTS = \
43 $(root_tests)
44
45 - pr_data = \
46 + pr_data = \
47 + misc/mb1.X \
48 + misc/mb1.I \
49 + misc/mb2.X \
50 @@ -3929,10 +3929,10 @@
51 pr/0F \
52 pr/0FF \
53 pr/0FFnt \
54 -diff -urNp coreutils-8.0-orig/tests/Makefile.am coreutils-8.0/tests/Makefile.am
55 ---- coreutils-8.0-orig/tests/Makefile.am 2009-09-29 16:25:44.000000000 +0200
56 -+++ coreutils-8.0/tests/Makefile.am 2009-10-07 10:07:16.000000000 +0200
57 -@@ -208,6 +208,7 @@ TESTS = \
58 +diff -urNp coreutils-8.0-orig/tests/Makefile.in coreutils-8.0/tests/Makefile.in
59 +--- coreutils-8.0-orig/tests/Makefile.in 2009-09-29 16:25:44.000000000 +0200
60 ++++ coreutils-8.0/tests/Makefile.in 2009-10-07 10:07:16.000000000 +0200
61 +@@ -1126,6 +1126,7 @@ TESTS = \
62 misc/sort-compress \
63 misc/sort-continue \
64 misc/sort-files0-from \
65 @@ -3940,10 +3940,10 @@
66 misc/sort-merge \
67 misc/sort-merge-fdlimit \
68 misc/sort-rand \
69 -@@ -452,6 +453,10 @@ TESTS = \
70 +@@ -1582,6 +1582,10 @@ TESTS = \
71 $(root_tests)
72
73 - pr_data = \
74 + pr_data = \
75 + misc/mb1.X \
76 + misc/mb1.I \
77 + misc/mb2.X \
78
79
80
81 1.2 src/patchsets/coreutils/8.3/README.history
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/8.3/README.history?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/8.3/README.history?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/8.3/README.history?r1=1.1&r2=1.2
86
87 Index: README.history
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/8.3/README.history,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- README.history 8 Jan 2010 03:34:24 -0000 1.1
94 +++ README.history 8 Jan 2010 12:36:11 -0000 1.2
95 @@ -1,3 +1,6 @@
96 +2 [pending]
97 + U 000_all_coreutils-i18n.patch
98 +
99 1 07.01.2010
100 + 000_all_coreutils-i18n.patch
101 + 003_all_coreutils-gentoo-uname.patch