diff options
author | Jim Meyering <meyering@redhat.com> | 2012-07-27 12:15:32 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-07-27 12:15:32 +0200 |
commit | 74a1c058753faa79caff061407925463375ba5f3 (patch) | |
tree | ec3645967e0584739433c7bc2ede2928486910d6 /gl/modules | |
parent | a6e8e3a3e116f2cdaa452eb66032d912092d0026 (diff) | |
download | coreutils-74a1c058753faa79caff061407925463375ba5f3.tar.xz |
maint: refresh stale local gnulib patch files
We carry local adjustments for a few gnulib modules via the
patches in gl/. Nearly all of those patches had become stale
due to evolution of the originals in gnulib.
To refresh them, first make sure you have no local changes in gl/
or in the gnulib submodule, then run "make refresh-gnulib-patches".
Diffstat (limited to 'gl/modules')
-rw-r--r-- | gl/modules/link-tests.diff | 10 | ||||
-rw-r--r-- | gl/modules/rename-tests.diff | 4 | ||||
-rw-r--r-- | gl/modules/tempname.diff | 6 |
3 files changed, 11 insertions, 9 deletions
diff --git a/gl/modules/link-tests.diff b/gl/modules/link-tests.diff index 5d0cbc10b..25f71201d 100644 --- a/gl/modules/link-tests.diff +++ b/gl/modules/link-tests.diff @@ -1,8 +1,8 @@ -diff --git i/modules/link-tests w/modules/link-tests -index d8e7b1a..aca0e74 100644 ---- i/modules/link-tests -+++ w/modules/link-tests -@@ -12,3 +12,4 @@ configure.ac: +diff --git a/modules/link-tests b/modules/link-tests +index 5b1978e..039e97f 100644 +--- a/modules/link-tests ++++ b/modules/link-tests +@@ -15,3 +15,4 @@ configure.ac: Makefile.am: TESTS += test-link check_PROGRAMS += test-link diff --git a/gl/modules/rename-tests.diff b/gl/modules/rename-tests.diff index 7f1ff6162..f7d0e1d34 100644 --- a/gl/modules/rename-tests.diff +++ b/gl/modules/rename-tests.diff @@ -1,8 +1,8 @@ diff --git a/modules/rename-tests b/modules/rename-tests -index be1b423..fea330a 100644 +index b3cd973..898d18b 100644 --- a/modules/rename-tests +++ b/modules/rename-tests -@@ -14,3 +14,4 @@ configure.ac: +@@ -20,3 +20,4 @@ configure.ac: Makefile.am: TESTS += test-rename check_PROGRAMS += test-rename diff --git a/gl/modules/tempname.diff b/gl/modules/tempname.diff index 65d520538..3603a598b 100644 --- a/gl/modules/tempname.diff +++ b/gl/modules/tempname.diff @@ -1,5 +1,7 @@ ---- tempname 2011-10-27 18:55:14.672722002 +0200 -+++ tempname 2011-10-27 18:55:25.200999149 +0200 +diff --git a/modules/tempname b/modules/tempname +index b4708d9..e003c41 100644 +--- a/modules/tempname ++++ b/modules/tempname @@ -1,5 +1,5 @@ Description: -gen_tempname() function: create a private temporary file or directory. |