From 5a8e1843da399f870a358fdf7a91e34c21a44cb6135819b7a806d02d07f19a50 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 27 Nov 2012 22:33:58 +0000 Subject: [PATCH] Accepting request 143342 from home:a_jaeger:my-factory-packages Update to current git HEAD, fix fwrite bug. OBS-URL: https://build.opensuse.org/request/show/143342 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=235 --- glibc-2.16.90-de2fd463b1c0.tar.xz | 3 +++ glibc-2.16.90-f59cba71d848.tar.xz | 3 --- glibc-revert-fseek-on-fclose.diff | 6 +++--- glibc.changes | 11 +++++++++++ glibc.spec | 2 +- 5 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 glibc-2.16.90-de2fd463b1c0.tar.xz delete mode 100644 glibc-2.16.90-f59cba71d848.tar.xz diff --git a/glibc-2.16.90-de2fd463b1c0.tar.xz b/glibc-2.16.90-de2fd463b1c0.tar.xz new file mode 100644 index 0000000..9fb7295 --- /dev/null +++ b/glibc-2.16.90-de2fd463b1c0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954cdcd1a7c963357086f2caa109ac6ad7bea15e03f1ae930bd7b541d778166b +size 11128040 diff --git a/glibc-2.16.90-f59cba71d848.tar.xz b/glibc-2.16.90-f59cba71d848.tar.xz deleted file mode 100644 index 2ea8663..0000000 --- a/glibc-2.16.90-f59cba71d848.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06e746e24a1b764fe87c9143db6666fad6a0c1135c400f56f63a8e243880d5fd -size 11138300 diff --git a/glibc-revert-fseek-on-fclose.diff b/glibc-revert-fseek-on-fclose.diff index 8708041..a3113c4 100644 --- a/glibc-revert-fseek-on-fclose.diff +++ b/glibc-revert-fseek-on-fclose.diff @@ -25,11 +25,11 @@ Index: glibc-2.16.90/libio/Makefile tst-memstream1 tst-memstream2 \ tst-wmemstream1 tst-wmemstream2 \ bug-memstream1 bug-wmemstream1 \ -- tst-setvbuf1 tst-popen1 tst-fgetwc bug-wsetpos bug-fclose1 tst-fseek -+ tst-setvbuf1 tst-popen1 tst-fgetwc bug-wsetpos tst-fseek +- tst-setvbuf1 tst-popen1 tst-fgetwc bug-wsetpos bug-fclose1 tst-fseek \ ++ tst-setvbuf1 tst-popen1 tst-fgetwc bug-wsetpos tst-fseek \ + tst-fwrite-error ifeq (yes,$(build-shared)) # Add test-fopenloc only if shared library is enabled since it depends on - # shared localedata objects. Index: glibc-2.16.90/libio/bug-fclose1.c =================================================================== --- glibc-2.16.90.orig/libio/bug-fclose1.c diff --git a/glibc.changes b/glibc.changes index 89f9887..bc0416d 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Nov 27 21:34:15 UTC 2012 - aj@suse.de + +- Update to de2fd463b1c0: + Various bugfixes including: + * Fix fwrite bug causing grep etc testsuite failure + * sotruss: fix argument parsing + * Check supported DF_1_XXX bits + Add new locales niu_NU and niu_NZ +- Refresh patch glibc-revert-fseek-on-fclose.diff + ------------------------------------------------------------------- Sat Nov 24 13:48:40 UTC 2012 - aj@suse.de diff --git a/glibc.spec b/glibc.spec index c9bd842..d63cf87 100644 --- a/glibc.spec +++ b/glibc.spec @@ -123,7 +123,7 @@ Provides: ld-linux.so.3(GLIBC_2.4) Version: 2.16.90 Release: 0 %define glibc_major_version 2.16.90 -%define git_id f59cba71d848 +%define git_id de2fd463b1c0 Url: http://www.gnu.org/software/libc/libc.html BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: glibc-%{version}-%{git_id}.tar.xz