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 19:04:15
  Branch: HEAD                             Handle: 2008121918041500

  Modified files:
    rpm                     CHANGES
    rpm/lib                 tevr.c

  Log:
    tevr: fix build issues.

  Summary:
    Revision    Changes     Path
    1.2694      +1  -0      rpm/CHANGES
    2.4         +2  -1      rpm/lib/tevr.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.2693 -r1.2694 CHANGES
  --- rpm/CHANGES       19 Dec 2008 01:13:18 -0000      1.2693
  +++ rpm/CHANGES       19 Dec 2008 18:04:15 -0000      1.2694
  @@ -1,5 +1,6 @@
   
   5.2a2 -> 5.2a3:
  +    - proyvind: tevr: fix build issues.
       - proyvind: add RPMTAG_DISTTAG to optionalTags so that it may be used as
        %{disttag}.
       - rpm.org: add %{_default_patch_flags} macro for patch options
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/lib/tevr.c
  ============================================================================
  $ cvs diff -u -r2.3 -r2.4 tevr.c
  --- rpm/lib/tevr.c    31 Jul 2008 02:40:06 -0000      2.3
  +++ rpm/lib/tevr.c    19 Dec 2008 18:04:15 -0000      2.4
  @@ -4,6 +4,7 @@
   #include <argv.h>
   #include <rpmhash.h>
   
  +#include <rpmtag.h>
   #define      _RPMEVR_INTERNAL
   #include <rpmevr.h>
   
  @@ -137,7 +138,7 @@
   };
   
   int
  -main(int argc, const char **argv)
  +main(int argc, char *const argv[])
   {
       poptContext optCon = rpmioInit(argc, argv, optionsTable);
       ARGV_t av;
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to