RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-4_5: rpm/ CHANGES rpm/lib/ rpmds.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Sat 06 Oct 2007 - 15:05:51 CEST
Message-Id: <20071006130551.BA663348496@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   06-Oct-2007 15:05:51
  Branch: rpm-4_5                          Handle: 2007100614055100

  Modified files:           (Branch: rpm-4_5)
    rpm                     CHANGES
    rpm/lib                 rpmds.c

  Log:
    - convert rel to abs linkto dependency iff directory is known.

  Summary:
    Revision    Changes     Path
    1.1360.2.45 +1  -0      rpm/CHANGES
    2.55.2.5    +1  -1      rpm/lib/rpmds.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.1360.2.44 -r1.1360.2.45 CHANGES
  --- rpm/CHANGES	2 Oct 2007 15:10:24 -0000	1.1360.2.44
  +++ rpm/CHANGES	6 Oct 2007 13:05:51 -0000	1.1360.2.45
  @@ -1,4 +1,5 @@
   4.4.9 -> 4.5:
  +    - jbj: convert rel to abs linkto dependency iff directory is known.
       - jbj: update sv.po (Translation Project).
       - mej: remove -pie flags passed from rpm.spec when configuring zlib build.
       - jbj: update known arch's.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/lib/rpmds.c
  ============================================================================
  $ cvs diff -u -r2.55.2.4 -r2.55.2.5 rpmds.c
  --- rpm/lib/rpmds.c	10 Jun 2007 17:12:25 -0000	2.55.2.4
  +++ rpm/lib/rpmds.c	6 Oct 2007 13:05:51 -0000	2.55.2.5
  @@ -364,7 +364,7 @@
   		    av[i] = rpmGenPath(NULL, ds->EVR[ds->Flags[i]], N[i]);
   /*@=nullderef@*/
   		else
  -		    av[i] = NULL;
  +		    av[i] = xstrdup("");
   	    }
   	    av[Count] = NULL;
   
  @@ .
Received on Sat Oct 6 15:05:51 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.