* [gentoo-commits] gentoo commit in src/patchsets/coreutils/8.2: 000_all_coreutils-i18n.patch README.history
@ 2010-01-08 12:36 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2010-01-08 12:36 UTC (permalink / raw
To: gentoo-commits
vapier 10/01/08 12:36:11
Modified: 000_all_coreutils-i18n.patch README.history
Log:
re-order tests/ Makefile.{am,in} patching to avoid timestamp desync #300151 by Diego E. Pettenò
Revision Changes Path
1.2 src/patchsets/coreutils/8.2/000_all_coreutils-i18n.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/8.2/000_all_coreutils-i18n.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/8.2/000_all_coreutils-i18n.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/8.2/000_all_coreutils-i18n.patch?r1=1.1&r2=1.2
Index: 000_all_coreutils-i18n.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/8.2/000_all_coreutils-i18n.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 000_all_coreutils-i18n.patch 5 Jan 2010 04:59:56 -0000 1.1
+++ 000_all_coreutils-i18n.patch 8 Jan 2010 12:36:10 -0000 1.2
@@ -3907,10 +3907,10 @@
skip_chars = 0;
skip_fields = 0;
check_chars = SIZE_MAX;
-diff -urNp coreutils-8.0-orig/tests/Makefile.in coreutils-8.0/tests/Makefile.in
---- coreutils-8.0-orig/tests/Makefile.in 2009-09-29 16:25:44.000000000 +0200
-+++ coreutils-8.0/tests/Makefile.in 2009-10-07 10:07:16.000000000 +0200
-@@ -1126,6 +1126,7 @@ TESTS = \
+diff -urNp coreutils-8.0-orig/tests/Makefile.am coreutils-8.0/tests/Makefile.am
+--- coreutils-8.0-orig/tests/Makefile.am 2009-09-29 16:25:44.000000000 +0200
++++ coreutils-8.0/tests/Makefile.am 2009-10-07 10:07:16.000000000 +0200
+@@ -208,6 +208,7 @@ TESTS = \
misc/sort-compress \
misc/sort-continue \
misc/sort-files0-from \
@@ -3918,10 +3918,10 @@
misc/sort-merge \
misc/sort-merge-fdlimit \
misc/sort-rand \
-@@ -1582,6 +1582,10 @@ TESTS = \
+@@ -452,6 +453,10 @@ TESTS = \
$(root_tests)
- pr_data = \
+ pr_data = \
+ misc/mb1.X \
+ misc/mb1.I \
+ misc/mb2.X \
@@ -3929,10 +3929,10 @@
pr/0F \
pr/0FF \
pr/0FFnt \
-diff -urNp coreutils-8.0-orig/tests/Makefile.am coreutils-8.0/tests/Makefile.am
---- coreutils-8.0-orig/tests/Makefile.am 2009-09-29 16:25:44.000000000 +0200
-+++ coreutils-8.0/tests/Makefile.am 2009-10-07 10:07:16.000000000 +0200
-@@ -208,6 +208,7 @@ TESTS = \
+diff -urNp coreutils-8.0-orig/tests/Makefile.in coreutils-8.0/tests/Makefile.in
+--- coreutils-8.0-orig/tests/Makefile.in 2009-09-29 16:25:44.000000000 +0200
++++ coreutils-8.0/tests/Makefile.in 2009-10-07 10:07:16.000000000 +0200
+@@ -1126,6 +1126,7 @@ TESTS = \
misc/sort-compress \
misc/sort-continue \
misc/sort-files0-from \
@@ -3940,10 +3940,10 @@
misc/sort-merge \
misc/sort-merge-fdlimit \
misc/sort-rand \
-@@ -452,6 +453,10 @@ TESTS = \
+@@ -1582,6 +1582,10 @@ TESTS = \
$(root_tests)
- pr_data = \
+ pr_data = \
+ misc/mb1.X \
+ misc/mb1.I \
+ misc/mb2.X \
1.3 src/patchsets/coreutils/8.2/README.history
file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/8.2/README.history?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/8.2/README.history?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/8.2/README.history?r1=1.2&r2=1.3
Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/8.2/README.history,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.history 5 Jan 2010 05:00:20 -0000 1.2
+++ README.history 8 Jan 2010 12:36:11 -0000 1.3
@@ -1,3 +1,6 @@
+3 [pending]
+ U 000_all_coreutils-i18n.patch
+
2 04.01.2009
+ 000_all_coreutils-i18n.patch
+ 005_all_coreutils-upstream-tac-dep.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-08 12:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-08 12:36 [gentoo-commits] gentoo commit in src/patchsets/coreutils/8.2: 000_all_coreutils-i18n.patch README.history Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox