RPM Community Forums

Mailing List Message of <rpm-cvs>

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

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Sat 28 Jul 2007 - 10:06:41 CEST
Message-Id: <20070728080641.3B2BF3484F3@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: rpm                              Date:   28-Jul-2007 10:06:41
  Branch: HEAD                             Handle: 2007072809064100

  Modified files:
    rpm/perl                RPM.xs RPM_Ts.xs

  Log:
    cleanup the includes to let this at least build now

  Summary:
    Revision    Changes     Path
    1.8         +4  -6      rpm/perl/RPM.xs
    1.2         +2  -5      rpm/perl/RPM_Ts.xs
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/perl/RPM.xs
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 RPM.xs
  --- rpm/perl/RPM.xs	27 Jul 2007 22:31:12 -0000	1.7
  +++ rpm/perl/RPM.xs	28 Jul 2007 08:06:41 -0000	1.8
  @@ -6,23 +6,21 @@
   #undef Mkdir
   #undef Stat
   
  -#if #DYING
   #include <stdio.h>
   #include <string.h>
   #include <utime.h>
  -#endif
  +#include <utime.h>
  +
   #include "rpmlib.h"
  -#include <rpmio.h>
  +#include "rpmio.h"
   #include "rpmcli.h"
  -
   #include "rpmts.h"
   #include "rpmte.h"
  -
  +#include "rpmmacro.h"
   #include "header.h"
   #include "rpmdb.h"
   #include "misc.h"
   
  -
   void
   _populate_constant(HV *href, char *name, int val)
   {
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/perl/RPM_Ts.xs
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 RPM_Ts.xs
  --- rpm/perl/RPM_Ts.xs	27 Jul 2007 22:31:12 -0000	1.1
  +++ rpm/perl/RPM_Ts.xs	28 Jul 2007 08:06:41 -0000	1.2
  @@ -6,18 +6,15 @@
   #undef Mkdir
   #undef Stat
   
  -#if #DYING
   #include <stdio.h>
   #include <string.h>
   #include <utime.h>
  -#endif
  +
   #include "rpmlib.h"
  -#include <rpmio.h>
  +#include "rpmio.h"
   #include "rpmcli.h"
  -
   #include "rpmts.h"
   #include "rpmte.h"
  -
   #include "header.h"
   #include "rpmdb.h"
   #include "misc.h"
  @@ .
Received on Sat Jul 28 10:06:41 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.