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:   26-Apr-2012 19:21:45
  Branch: rpm-5_4                          Handle: 2012042617214401

  Modified files:           (Branch: rpm-5_4)
    rpm                     CHANGES
    rpm/python/rpm          __init__.py

  Log:
    - python: fix: scrub out _RPMVSF_FOO setup in __init__.py.

  Summary:
    Revision    Changes     Path
    1.3501.2.249+1  -0      rpm/CHANGES
    1.2.16.1    +0  -5      rpm/python/rpm/__init__.py
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.3501.2.248 -r1.3501.2.249 CHANGES
  --- rpm/CHANGES       25 Apr 2012 20:41:42 -0000      1.3501.2.248
  +++ rpm/CHANGES       26 Apr 2012 17:21:44 -0000      1.3501.2.249
  @@ -1,4 +1,5 @@
   5.4.8 -> 5.4.9:
  +    - jbj: python: fix: scrub out _RPMVSF_FOO setup in __init__.py.
       - jbj: crypto: eliminate _RPMVSF_{NOHEADER,NOPAYLOAD}.
       - jbj: crypto: refactor/eliminate _RPMVSF_{NOSIGNATURES,NODIGESTS}.
       - devzero2000: add @rpm.org brp-python-hardlink in a more
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/python/rpm/__init__.py
  ============================================================================
  $ cvs diff -u -r1.2 -r1.2.16.1 __init__.py
  --- rpm/python/rpm/__init__.py        15 Nov 2004 14:12:19 -0000      1.2
  +++ rpm/python/rpm/__init__.py        26 Apr 2012 17:21:45 -0000      1.2.16.1
  @@ -7,8 +7,3 @@
   from _rpm import *
   
   import _rpm
  -_RPMVSF_NODIGESTS = _rpm._RPMVSF_NODIGESTS
  -_RPMVSF_NOHEADER = _rpm._RPMVSF_NOHEADER
  -_RPMVSF_NOPAYLOAD = _rpm._RPMVSF_NOPAYLOAD
  -_RPMVSF_NOSIGNATURES = _rpm._RPMVSF_NOSIGNATURES
  -
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to