RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/perl/ RPM_Transaction.xs

From: Anders F. Björklund <afb@rpm5.org>
Date: Mon 01 Oct 2007 - 23:06:29 CEST
Message-Id: <20071001210629.14A0634846B@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: rpm                              Date:   01-Oct-2007 23:06:29
  Branch: HEAD                             Handle: 2007100122062800

  Modified files:
    rpm/perl                RPM_Transaction.xs

  Log:
    remove extra parameter now gone from API (cn8435)

  Summary:
    Revision    Changes     Path
    1.8         +2  -2      rpm/perl/RPM_Transaction.xs
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/perl/RPM_Transaction.xs
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 RPM_Transaction.xs
  --- rpm/perl/RPM_Transaction.xs	12 Sep 2007 07:05:04 -0000	1.7
  +++ rpm/perl/RPM_Transaction.xs	1 Oct 2007 21:06:28 -0000	1.8
  @@ -305,7 +305,7 @@
       rpmdb db;
       CODE:
       db = rpmtsGetRdb(ts);
  -    RETVAL = !rpmdbAdd(db, 0, header, ts, NULL);
  +    RETVAL = !rpmdbAdd(db, 0, header, ts);
       OUTPUT:
       RETVAL
   
  @@ -320,7 +320,7 @@
       offset = SvUV(sv_offset);
       db = rpmtsGetRdb(ts);
       if (offset)
  -        RETVAL = !rpmdbRemove(db, 0, offset, ts, NULL);
  +        RETVAL = !rpmdbRemove(db, 0, offset, ts);
       else
           RETVAL = 0;
       OUTPUT:
  @@ .
Received on Mon Oct 1 23:06:29 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.