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:   18-May-2008 16:27:42
  Branch: rpm-5_1                          Handle: 2008051814274101

  Modified files:           (Branch: rpm-5_1)
    rpm                     CHANGES
    rpm/python              rpmts-py.c

  Log:
    - jbj: python: fix: insure that ts.setProbFilter() return is
    initialized.

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

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.2288.2.18 -r1.2288.2.19 CHANGES
  --- rpm/CHANGES       18 May 2008 14:24:38 -0000      1.2288.2.18
  +++ rpm/CHANGES       18 May 2008 14:27:41 -0000      1.2288.2.19
  @@ -1,5 +1,6 @@
   
   5.1.1 -> 5.1.2:
  +    - jbj: python: fix: insure that ts.setProbFilter() return is initialized.
       - jbj: fix: use rpmlog instead of rpmError for messages.
       - glen: print error when makeTempPath fails due missing temp dir
   
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/python/rpmts-py.c
  ============================================================================
  $ cvs diff -u -r1.86 -r1.86.2.1 rpmts-py.c
  --- rpm/python/rpmts-py.c     12 Mar 2008 19:41:12 -0000      1.86
  +++ rpm/python/rpmts-py.c     18 May 2008 14:27:42 -0000      1.86.2.1
  @@ -1728,6 +1728,7 @@
       o->scriptFd = NULL;
       o->tsi = NULL;
       o->tsiFilter = 0;
  +    o->ignoreSet = RPMPROB_FILTER_NONE;
   
   if (_rpmts_debug)
   fprintf(stderr, "%p ++ ts %p db %p\n", o, o->ts, rpmtsGetRdb(o->ts));
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                [email protected]

Reply via email to