RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/rpmconstant/ rpmh2tbl

From: Olivier Thauvin <nanardon@rpm5.org>
Date: Thu 22 Nov 2007 - 10:02:00 CET
Message-Id: <20071122090200.4BC1D34845C@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Olivier Thauvin
  Root:   /v/rpm/cvs                       Email:  nanardon@rpm5.org
  Module: rpm                              Date:   22-Nov-2007 10:02:00
  Branch: HEAD                             Handle: 2007112209020000

  Modified files:
    rpm/rpmconstant         rpmh2tbl

  Log:
    - RPMTAG_* were moved from rpmlib.h to rpmtag.h

  Summary:
    Revision    Changes     Path
    1.7         +4  -2      rpm/rpmconstant/rpmh2tbl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmconstant/rpmh2tbl
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 rpmh2tbl
  --- rpm/rpmconstant/rpmh2tbl	19 Nov 2007 17:07:47 -0000	1.6
  +++ rpm/rpmconstant/rpmh2tbl	22 Nov 2007 09:02:00 -0000	1.7
  @@ -15,7 +15,7 @@
   ##- along with this program; if not, write to the Free Software
   ##- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
   #
  -# $Id: rpmh2tbl,v 1.6 2007/11/19 17:07:47 jbj Exp $
  +# $Id: rpmh2tbl,v 1.7 2007/11/22 09:02:00 nanardon Exp $
   
   my @availlabletables;
   
  @@ -31,10 +31,12 @@
           '^(RPMTRANS_TYPE_[\w_]+)' => 'rpmtsType',
           '^(RPMTS_OP_[\w_]+)' => 'rpmtsOpX',
       },
  +    'rpmtag.h' => {
  +        '^(RPMTAG_[\w_]+)' => 'rpmTag',
  +    },
       'rpmlib.h' => {
           '^(RPMDBI_[\w_]+)' => 'rpmdbi',
           '^_?(RPMSENSE_[\w_]+)' => 'rpmsenseflags',
  -        '^(RPMTAG_[\w_]+)' => 'rpmTag',
           '^(RPMRC_[\w_]+)' => 'rpmRC',
           '^(RPMFILE_[^(STATE_)][\w_]+)' => 'rpmfileAttrs',
           '^(RPMFILE_STATE_[\w_]+)' => 'rpmfileState',
  @@ .
Received on Thu Nov 22 10:02:00 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.