[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5936 - in glibc-package/branches/eglibc-2.19/debian: . patches patches/any



Author: adconrad
Date: 2014-02-16 06:07:01 +0000 (Sun, 16 Feb 2014)
New Revision: 5936

Added:
   glibc-package/branches/eglibc-2.19/debian/patches/any/unsubmitted-tst-ftell-locale.diff
Modified:
   glibc-package/branches/eglibc-2.19/debian/changelog
   glibc-package/branches/eglibc-2.19/debian/patches/series
Log:
debian/patches/any/unsubmitted-tst-ftell-locale.diff: Apply the correct
environment for the tst-ftell-partial-wide.out test to find its locales.

Modified: glibc-package/branches/eglibc-2.19/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/changelog	2014-02-16 03:15:11 UTC (rev 5935)
+++ glibc-package/branches/eglibc-2.19/debian/changelog	2014-02-16 06:07:01 UTC (rev 5936)
@@ -29,6 +29,8 @@
     - Most hurd-i386 and kfreebsd-* patches not rebased yet, needs work.
   * debian/sysdeps/ppc64el.mk: Use --with-cpu=power7 to optimize properly.
   * debian/*: Update occurences of 2.18 to 2.19 and update symbols to match.
+  * debian/patches/any/unsubmitted-tst-ftell-locale.diff: Apply the correct
+    environment for the tst-ftell-partial-wide.out test to find its locales.
 
  -- Adam Conrad <adconrad@0c3.net>  Sun, 09 Feb 2014 09:46:13 -0700
 

Added: glibc-package/branches/eglibc-2.19/debian/patches/any/unsubmitted-tst-ftell-locale.diff
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/patches/any/unsubmitted-tst-ftell-locale.diff	                        (rev 0)
+++ glibc-package/branches/eglibc-2.19/debian/patches/any/unsubmitted-tst-ftell-locale.diff	2014-02-16 06:07:01 UTC (rev 5936)
@@ -0,0 +1,12 @@
+diff --git a/libio/Makefile b/libio/Makefile
+index 8c333ce..b4f3fa9 100644
+--- a/libio/Makefile
++++ b/libio/Makefile
+@@ -160,6 +160,7 @@ tst-swscanf-ENV = LOCPATH=$(common-objpfx)localedata
+ bug-ftell-ENV = LOCPATH=$(common-objpfx)localedata
+ tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata
+ tst-fseek-ENV = LOCPATH=$(common-objpfx)localedata
++tst-ftell-partial-wide-ENV = LOCPATH=$(common-objpfx)localedata
+ 
+ generated = tst-fopenloc.mtrace tst-fopenloc.check
+ 

Modified: glibc-package/branches/eglibc-2.19/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/patches/series	2014-02-16 03:15:11 UTC (rev 5935)
+++ glibc-package/branches/eglibc-2.19/debian/patches/series	2014-02-16 06:07:01 UTC (rev 5936)
@@ -219,3 +219,4 @@
 any/unsubmitted-dlopen-static-crash.diff
 any/unsubmitted-tst-tlsmod-as-needed.diff
 any/unsubmitted-scanf-includes.diff
+any/unsubmitted-tst-ftell-locale.diff


Reply to: