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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   19-Jul-2008 14:15:54
  Branch: HEAD                             Handle: 2008071912155301

  Modified files:
    rpm                     CHANGES
    rpm/python              rpmts-py.c

  Log:
    - rpm.org: Adjust callback for amount+total type change.

  Summary:
    Revision    Changes     Path
    1.2500      +1  -0      rpm/CHANGES
    1.88        +1  -1      rpm/python/rpmts-py.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.2499 -r1.2500 CHANGES
  --- rpm/CHANGES       19 Jul 2008 09:02:41 -0000      1.2499
  +++ rpm/CHANGES       19 Jul 2008 12:15:53 -0000      1.2500
  @@ -1,5 +1,6 @@
   
   5.1.0 -> 5.2a0:
  +    - rpm.org: Adjust callback for amount+total type change.
       - rse: upgrade "devtool" build environment to GNU shtool 2.0.8
       - bero: Fix hang when using rpmdsSingle and rpm4compat.h from C++
       - proyvind: clean out all build warnings for perl & python bindings.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/python/rpmts-py.c
  ============================================================================
  $ cvs diff -u -r1.87 -r1.88 rpmts-py.c
  --- rpm/python/rpmts-py.c     17 May 2008 13:34:19 -0000      1.87
  +++ rpm/python/rpmts-py.c     19 Jul 2008 12:15:54 -0000      1.88
  @@ -260,7 +260,7 @@
   
       PyEval_RestoreThread(cbInfo->_save);
   
  -    args = Py_BuildValue("(illOO)", what, oamount, ototal, pkgObj, 
cbInfo->data);
  +    args = Py_BuildValue("(iLLOO)", what, oamount, ototal, pkgObj, 
cbInfo->data);
       result = PyEval_CallObject(cbInfo->cb, args);
       Py_DECREF(args);
       Py_DECREF(pkgObj);
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                [email protected]

Reply via email to