psss / rpms / libsemanage

Forked from rpms/libsemanage 5 years ago
Clone

fb1cbdd Reworking of python support to cope with PEP 3149 changes in latest python 3.2

Authored and Committed by dmalcolm 13 years ago
    Reworking of python support to cope with PEP 3149 changes in latest python 3.2
    
    * Thu Dec 30 2010 David Malcolm <dmalcolm@redhat.com> - 2.0.46-2
    - big reworking of the support-multiple-python-builds patch to deal with
    PEP 3149: the latest Python 3.2 onwards uses include paths and library names
    that don't fit prior naming patterns, and so we must query python3-config for
    this information.  To complicate things further, python 2's python-config
    doesn't understand all of the options needed ("--extension-suffix").  I've
    thus added new Makefile variables as needed, to be supplied by the specfile by
    invoking the appropriate config tool (or by hardcoding the old value for
    "--extension-suffix" i.e. ".so")
    - rework python3 manifest for PEP 3149, and rebuild for newer python3
    
        
libsemanage-2.0.46-support-multiple-python-builds.patch libsemanage-2.0.45-support-multiple-python-builds.patch
file renamed
+48 -9
file modified
+56 -11