RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   21-Jul-2007 17:44:22
  Branch: HEAD                             Handle: 2007072116442200

  Modified files:
    rpm                     CHANGES devtool.conf
    rpm/perl                RPM.xs

  Log:
    - rescuscitate rpm-perl, include <rpmio.h> explicitly.

  Summary:
    Revision    Changes     Path
    1.1504      +1  -0      rpm/CHANGES
    2.56        +1  -0      rpm/devtool.conf
    1.5         +1  -0      rpm/perl/RPM.xs
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.1503 -r1.1504 CHANGES
  --- rpm/CHANGES       21 Jul 2007 12:00:35 -0000      1.1503
  +++ rpm/CHANGES       21 Jul 2007 15:44:22 -0000      1.1504
  @@ -1,4 +1,5 @@
   4.5 -> 5.0:
  +    - jbj: rescuscitate rpm-perl, include <rpmio.h> explicitly.
       - jbj: perl.prov fiddles (#249135).
       - jbj: rescuscitate rpm-python, include <rpmio.h> explicitly.
       - jbj: adopt rpm.org signal handling <[EMAIL PROTECTED]>
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.55 -r2.56 devtool.conf
  --- rpm/devtool.conf  21 Jul 2007 08:26:44 -0000      2.55
  +++ rpm/devtool.conf  21 Jul 2007 15:44:22 -0000      2.56
  @@ -68,6 +68,7 @@
           --with-libelf \
           --with-selinux \
        --with-python \
  +     --with-perl \
           --enable-build-warnings \
           --enable-build-pic \
           --enable-build-pie \
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/perl/RPM.xs
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 RPM.xs
  --- rpm/perl/RPM.xs   6 Jul 2007 18:24:16 -0000       1.4
  +++ rpm/perl/RPM.xs   21 Jul 2007 15:44:22 -0000      1.5
  @@ -1,6 +1,7 @@
   #include <stdio.h>
   #include <string.h>
   #include <utime.h>
  +#include <rpmio.h>
   #include "rpmlib.h"
   #include "rpmcli.h"
   
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to