summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index e124e52298..e3f3348c17 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -3,5 +3,5 @@ glibc-branch := fedora
glibc-base := HEAD
DIST_BRANCH := devel
COLLECTION := dist-fc4
-fedora-sync-date := 2006-03-06 07:20 UTC
-fedora-sync-tag := fedora-glibc-20060306T0720
+fedora-sync-date := 2006-03-06 12:39 UTC
+fedora-sync-tag := fedora-glibc-20060306T1239
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index a00d42b9a2..3be8e7560e 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 2
+%define glibcrelease 1
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@@ -1335,6 +1335,10 @@ rm -f *.filelist*
%endif
%changelog
+* Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.4-1
+- update from CVS
+ - glibc 2.4 release
+
* Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-2
- update from CVS
- fix sYSMALLOc for MALLOC_ALIGNMENT > 2 * SIZE_SZ (#183895)