RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ruby/ rpm-rb.h

From: Eric Veith <eveith@rpm5.org>
Date: Fri 17 Sep 2010 - 16:21:26 CEST
Message-Id: <20100917142126.ED626D5DE2@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Eric Veith
  Root:   /v/rpm/cvs                       Email:  eveith@rpm5.org
  Module: rpm                              Date:   17-Sep-2010 16:21:26
  Branch: HEAD                             Handle: 2010091714212600

  Modified files:
    rpm/ruby                rpm-rb.h

  Log:
    Added missing <ruby.h> header include for Ruby bindings

  Summary:
    Revision    Changes     Path
    1.3         +1  -0      rpm/ruby/rpm-rb.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/ruby/rpm-rb.h
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 rpm-rb.h
  --- rpm/ruby/rpm-rb.h	30 Apr 2009 17:55:28 -0000	1.2
  +++ rpm/ruby/rpm-rb.h	17 Sep 2010 14:21:26 -0000	1.3
  @@ -10,6 +10,7 @@
   
   #include <rpmtypes.h>
   #include <rpmtag.h>
  +#include <ruby.h>
   
   extern VALUE rpmModule;
   
  @@ .
Received on Fri Sep 17 16:21:27 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.