diff options
-rw-r--r-- | fedora/branch.mk | 1 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index 4f3a3ae4d1..0334b89952 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -6,3 +6,4 @@ COLLECTION := dist-fc3-updates-candidate upstream := 2.3.6 fedora-2_3-sync-date := 2005-11-04 01:01 UTC fedora-2_3-sync-tag := glibc-2_3_6 +releases-url := ftp://sources.redhat.com/pub/glibc/releases diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index ed2bda3d66..e6dbf90b40 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 0.fc3.8 +%define glibcrelease 0.fc3.1 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -1275,6 +1275,9 @@ rm -f *.filelist* %endif %changelog +* Thu Nov 3 2005 Roland McGrath <roland@redhat.com> 2.3.6-0.fc3.1 +- update to glibc 2.3.6 release + * Sat Oct 22 2005 Roland McGrath <roland@redhat.com> 2.3.5-0.fc3.8 - update from CVS (glibc-2_3-branch) - alpha div/rem fix (BZ#1498) |