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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   11-Feb-2015 23:47:59
  Branch: rpm-5_4                          Handle: 2015021122475900

  Modified files:           (Branch: rpm-5_4)
    rpm/rpmio               bcon.c
    rpm/tests/bson          test-bcon-basic.c test-bcon-extract.c test-json.c

  Log:
    - bson: explicit <stdarg.h> is needed with gcc-4.9.2.

  Summary:
    Revision    Changes     Path
    1.1.2.3     +1  -0      rpm/rpmio/bcon.c
    1.1.2.2     +1  -0      rpm/tests/bson/test-bcon-basic.c
    1.1.2.2     +1  -0      rpm/tests/bson/test-bcon-extract.c
    1.1.2.3     +1  -0      rpm/tests/bson/test-json.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/bcon.c
  ============================================================================
  $ cvs diff -u -r1.1.2.2 -r1.1.2.3 bcon.c
  --- rpm/rpmio/bcon.c  1 Oct 2014 21:02:47 -0000       1.1.2.2
  +++ rpm/rpmio/bcon.c  11 Feb 2015 22:47:59 -0000      1.1.2.3
  @@ -19,6 +19,7 @@
    */
   
   #include "system.h"
  +#include <stdarg.h>
   
   #include "bcon.h"
   
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/bson/test-bcon-basic.c
  ============================================================================
  $ cvs diff -u -r1.1.2.1 -r1.1.2.2 test-bcon-basic.c
  --- rpm/tests/bson/test-bcon-basic.c  30 Sep 2014 21:41:59 -0000      1.1.2.1
  +++ rpm/tests/bson/test-bcon-basic.c  11 Feb 2015 22:47:59 -0000      1.1.2.2
  @@ -1,4 +1,5 @@
   #include "system.h"
  +#include <stdarg.h>
   
   #include "bson-tests.h"
   #include "TestSuite.h"
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/bson/test-bcon-extract.c
  ============================================================================
  $ cvs diff -u -r1.1.2.1 -r1.1.2.2 test-bcon-extract.c
  --- rpm/tests/bson/test-bcon-extract.c        30 Sep 2014 21:41:59 -0000      
1.1.2.1
  +++ rpm/tests/bson/test-bcon-extract.c        11 Feb 2015 22:47:59 -0000      
1.1.2.2
  @@ -1,4 +1,5 @@
   #include "system.h"
  +#include <stdarg.h>
   
   #include <bcon.h>
   
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/bson/test-json.c
  ============================================================================
  $ cvs diff -u -r1.1.2.2 -r1.1.2.3 test-json.c
  --- rpm/tests/bson/test-json.c        6 Oct 2014 17:24:07 -0000       1.1.2.2
  +++ rpm/tests/bson/test-json.c        11 Feb 2015 22:47:59 -0000      1.1.2.3
  @@ -1,4 +1,5 @@
   #include "system.h"
  +#include <stdarg.h>
   
   #include <bson.h>
   #include <bcon.h>
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to