RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Per Øyvind Karlsen
Root: /v/rpm/cvs Email: pkarlsen@rpm5.org
Module: rpm Date: 07-Dec-2007 00:53:42
Branch: rpm-4_5 Handle: 2007120623534200
Modified files: (Branch: rpm-4_5)
rpm/lib rpmevr.c
Log:
Use dirty hack for release tag comparision untill it's properly
solved.
Summary:
Revision Changes Path
1.2.2.1 +1 -1 rpm/lib/rpmevr.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/lib/rpmevr.c
============================================================================
$ cvs diff -u -r1.2 -r1.2.2.1 rpmevr.c
--- rpm/lib/rpmevr.c 25 May 2007 18:34:13 -0000 1.2
+++ rpm/lib/rpmevr.c 6 Dec 2007 23:53:42 -0000 1.2.2.1
@@ -19,7 +19,7 @@
/* XXX Force digits to beat alphas. See bugzilla #50977. */
/*@unchecked@*/
-static int _invert_digits_alphas_comparison = -1;
+static int _invert_digits_alphas_comparison = 1;
/* XXX Punctuation characters that are not treated as alphas */
/*@unchecked@*/ /*@observer@*/
@@ .
Received on Fri Dec 7 00:53:42 2007