diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-01-03 20:20:42 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-01-03 20:20:42 +0000 |
commit | 1e44f485d223b0f2f7b194935a0109cb7b713cc3 (patch) | |
tree | bd133eb985c9870f9b6ea0d22b831f6c9b2beb84 /fedora | |
parent | f163450fc0969ebd6f63c5d9bd059f6f0d107d75 (diff) | |
download | glibc-1e44f485d223b0f2f7b194935a0109cb7b713cc3.tar glibc-1e44f485d223b0f2f7b194935a0109cb7b713cc3.tar.gz glibc-1e44f485d223b0f2f7b194935a0109cb7b713cc3.tar.bz2 glibc-1e44f485d223b0f2f7b194935a0109cb7b713cc3.zip |
Updated to fedora-glibc-20080103T1958cvs/fedora-glibc-2_7_90-3
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index c4e0c988b5..4351f00d72 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -3,5 +3,5 @@ glibc-branch := fedora glibc-base := HEAD DIST_BRANCH := devel COLLECTION := dist-f8 -fedora-sync-date := 2007-12-27 09:08 UTC -fedora-sync-tag := fedora-glibc-20071227T0908 +fedora-sync-date := 2008-01-03 19:58 UTC +fedora-sync-tag := fedora-glibc-20080103T1958 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 89dd08d64d..35677316d7 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 2 +%define glibcrelease 3 %define run_glibc_tests 1 %define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6 %define xenarches i686 athlon @@ -1011,6 +1011,11 @@ rm -f *.filelist* %endif %changelog +* Thu Jan 3 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-3 +- update to trunk + - fix recognition of interface family (#425768) + - add __THROW to __ctype_{b,tolower,toupper}_loc prototypes + * Thu Dec 27 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-2 - update to trunk - nsswitch fix (#425768) |