This isn't reassuring whatsoever.

On Apr 16, 2011, at 10:39 AM, Per Øyvind Karlsen wrote:

>  RPM Package Manager, CVS Repository
>  http://rpm5.org/cvs/
>  ____________________________________________________________________________
> 
>  Server: rpm5.org                         Name:   Per Øyvind Karlsen
>  Root:   /v/rpm/cvs                       Email:  pkarl...@rpm5.org
>  Module: rpm                              Date:   16-Apr-2011 16:39:46
>  Branch: rpm-5_3                          Handle: 2011041614394600
> 
>  Modified files:           (Branch: rpm-5_3)
>    rpm/lib                 rpmds.c
> 
>  Log:
>    fix typo inverting (64bit) mark
> 
>  Summary:
>    Revision    Changes     Path
>    2.167.2.14  +1  -1      rpm/lib/rpmds.c
>  ____________________________________________________________________________
> 
>  patch -p0 <<'@@ .'
>  Index: rpm/lib/rpmds.c
>  ============================================================================
>  $ cvs diff -u -r2.167.2.13 -r2.167.2.14 rpmds.c
>  --- rpm/lib/rpmds.c  16 Apr 2011 14:29:44 -0000      2.167.2.13
>  +++ rpm/lib/rpmds.c  16 Apr 2011 14:39:46 -0000      2.167.2.14
>  @@ -2903,7 +2903,7 @@
>       tmp = stpcpy(tmp, "devel(");
>       }
>   #if !defined(__alpha__) && !defined(__sun)
>  -    if (!isElf64) {
>  +    if (isElf64) {
>       /* XXX: eehhk, would've been nice with consistency, mandriva legacy... 
> :| */
>       if (!devel && s[strlen(s)-1] != ')')
>       (void) stpcpy( stpcpy(tmp, s), "()(64bit)");
>  @@ .
> ______________________________________________________________________
> RPM Package Manager                                    http://rpm5.org
> CVS Sources Repository                                rpm-...@rpm5.org

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to