Accepting request 143355 from Base:System
Update to current git HEAD, fix fwrite bug. (forwarded request 143342 from a_jaeger) OBS-URL: https://build.opensuse.org/request/show/143355 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=127
This commit is contained in:
commit
4f29d072cb
3
glibc-2.16.90-de2fd463b1c0.tar.xz
Normal file
3
glibc-2.16.90-de2fd463b1c0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:954cdcd1a7c963357086f2caa109ac6ad7bea15e03f1ae930bd7b541d778166b
|
||||
size 11128040
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06e746e24a1b764fe87c9143db6666fad6a0c1135c400f56f63a8e243880d5fd
|
||||
size 11138300
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user