summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-18 22:09:53 +0000
committerRoland McGrath <roland@gnu.org>2005-02-18 22:09:53 +0000
commit4d0ac7b9463ba779778bfdbaa84632b635866ae8 (patch)
treeecd76eb5e96e03b4e1993273b5fe83a1ae55531e
parentbb50f56cd3aebc70b3711d3e518546d8945ef98b (diff)
Tricksy rpm version comparisons.cvs/fedora-glibc-2_3_4-2_fc3_1
-rw-r--r--fedora/glibc.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index bd5c020968..7cc3df0485 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 2.5.fc3
+%define glibcrelease 2.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
@@ -1270,7 +1270,7 @@ rm -f *.filelist*
%endif
%changelog
-* Thu Feb 17 2005 Roland McGrath <roland@redhat.com> 2.3.4-2.5.fc3
+* Thu Feb 17 2005 Roland McGrath <roland@redhat.com> 2.3.4-2.fc3.1
- update from CVS (glibc-2_3-branch)
- existing fix for -ansi vs -D_XOPEN_SOURCE merged upstream (BZ#284)
- fix initstate{,_r} (BZ#710)