2.12.90-13
This commit is contained in:
parent
c1407c8a92
commit
26ee51a757
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
/glibc-ports-2.12-26-gcf64098.tar.xz
|
||||
/glibc-2.12-149-gc044aa7-fedora.tar.xz
|
||||
/glibc-2.12-149-gc044aa7.tar.xz
|
||||
/glibc-2.12-163-g315970f-fedora.tar.xz
|
||||
/glibc-2.12-163-g315970f.tar.xz
|
||||
/glibc-ports-2.12-31-g6c14d67.tar.xz
|
||||
|
File diff suppressed because it is too large
Load Diff
24
glibc.spec
24
glibc.spec
@ -1,6 +1,6 @@
|
||||
%define glibcsrcdir glibc-2.12-149-gc044aa7
|
||||
%define glibcsrcdir glibc-2.12-163-g315970f
|
||||
%define glibcversion 2.12.90
|
||||
%define glibcportsdir glibc-ports-2.12-26-gcf64098
|
||||
%define glibcportsdir glibc-ports-2.12-31-g6c14d67
|
||||
### glibc.spec.in follows:
|
||||
%define run_glibc_tests 1
|
||||
%define auxarches athlon alphaev6
|
||||
@ -24,7 +24,7 @@
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 12
|
||||
Release: 13
|
||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||
# Things that are linked directly into dynamically linked programs
|
||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
||||
@ -1026,6 +1026,24 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Sep 27 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-13
|
||||
- Update from master
|
||||
- Add two forgotten licence exceptions
|
||||
- getdents64 fallback d_type support
|
||||
- Move freeres function from ld.so to libc.so
|
||||
- Undo feature selection for ftruncate (BZ#12037)
|
||||
- Fix namespace pollution in pthread_cleanup_push
|
||||
- Fix limit detection in x86-64 SSE2 strncasecmp (#632560)
|
||||
- Add support for fanotify_mark on sparc32 and s390
|
||||
- Fix register conflict in s390 ____longjmp_chk (#629970)
|
||||
- Don't try to free rpath strings allocated during startup (#629976)
|
||||
- Actually make it possible to user the default name server
|
||||
- Fix memory leak on init/fini dependency list (#632936)
|
||||
- Fix handling of collating symbols in regexps (BZ#11561)
|
||||
- Don't parse %s format argument as multibyte string (BZ#6530)
|
||||
- Fix overflow in nss files parser
|
||||
- Fix spurious nop at start of __strspn_ia32
|
||||
|
||||
* Wed Sep 15 2010 Dennis Gilmore <dennis@ausil.us> - 2.12.90-12
|
||||
- dont build sparcv9v and sparc64v anymore
|
||||
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
d6c046b018670c6ef348ce3805fce39b glibc-2.12-149-gc044aa7-fedora.tar.xz
|
||||
6dd02afb4d4281046ee35a3786a45aa6 glibc-2.12-149-gc044aa7.tar.xz
|
||||
55e1fb63902af7d5d6c5ab8d647eaa3a glibc-ports-2.12-26-gcf64098.tar.xz
|
||||
1b64b925d1b0965f6a62f36468d9f37c glibc-2.12-163-g315970f-fedora.tar.xz
|
||||
1ce25bd2bfb7fe19892b3bc9ab9ad78a glibc-2.12-163-g315970f.tar.xz
|
||||
863d519df96251c7319dacbc53df1288 glibc-ports-2.12-31-g6c14d67.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user