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

  Server: rpm5.org                         Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs                       Email:  pkarl...@rpm5.org
  Module: rpm                              Date:   19-Dec-2008 02:13:19
  Branch: HEAD                             Handle: 2008121901131801

  Modified files:
    rpm                     CHANGES
    rpm/build               parsePreamble.c

  Log:
    add RPMTAG_DISTTAG to optionalTags so that it may be used as
    %{disttag}.

  Summary:
    Revision    Changes     Path
    1.2693      +2  -0      rpm/CHANGES
    2.183       +1  -0      rpm/build/parsePreamble.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.2692 -r1.2693 CHANGES
  --- rpm/CHANGES       18 Dec 2008 17:11:33 -0000      1.2692
  +++ rpm/CHANGES       19 Dec 2008 01:13:18 -0000      1.2693
  @@ -1,5 +1,7 @@
   
   5.2a2 -> 5.2a3:
  +    - proyvind: add RPMTAG_DISTTAG to optionalTags so that it may be used as
  +     %{disttag}.
       - rpm.org: add %{_default_patch_flags} macro for patch options
       - proyvind: add -Werror=format-security to gcc warning flags.
       - proyvind: xzdio: rename from lzdio.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/build/parsePreamble.c
  ============================================================================
  $ cvs diff -u -r2.182 -r2.183 parsePreamble.c
  --- rpm/build/parsePreamble.c 2 Aug 2008 20:06:51 -0000       2.182
  +++ rpm/build/parsePreamble.c 19 Dec 2008 01:13:19 -0000      2.183
  @@ -364,6 +364,7 @@
       { RPMTAG_VENDOR,         "%{vendor}" },
       { RPMTAG_PACKAGER,               "%{packager}" },
       { RPMTAG_DISTRIBUTION,   "%{distribution}" },
  +    { RPMTAG_DISTTAG,                "%{disttag}" },
       { RPMTAG_DISTURL,                "%{disturl}" },
       { 0xffffffff,            "%{class}" },
       { -1, NULL }
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to