1. 28 Jun, 2012 2 commits
  2. 26 Jun, 2012 3 commits
    • David Malcolm's avatar
      Null merge · 0b27999c
      David Malcolm authored
      0b27999c
    • David Malcolm's avatar
      Issue #14443: ensure that brp-python-bytecompile is invoked with the correct · 2b4009c7
      David Malcolm authored
      python executable
      
      The __os_install_macro defines some post-processing activities during an rpm
      build; one of the scripts it calls is brp-python-bytecompile, which can take
      an argument: the python executable with which to byte-compile .py files in the
      package payload.
      
      In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass
      in an argument, and brp-python-bytecompile defaults to using /usr/bin/python,
      which can lead to the .py files being byte-compiled for the wrong version of
      python.  This has been fixed in later versions of rpm by passing in
      %{__python} as an argument to brp-python-bytecompile.
      
      Workaround this by detecting if __os_install_post has a 0-argument invocation
      of brp-python-bytecompile, and if so generating an equivalent macro that has
      the argument, and explicitly provide the new definition within the specfile.
      2b4009c7
    • Georg Brandl's avatar
      Bump version to 3.3.0b1. · 998406ee
      Georg Brandl authored
      998406ee
  3. 25 Jun, 2012 1 commit
    • David Malcolm's avatar
      Issue #14443: ensure that brp-python-bytecompile is invoked with the correct · 4e6c91d7
      David Malcolm authored
      python executable
      
      The __os_install_macro defines some post-processing activities during an rpm
      build; one of the scripts it calls is brp-python-bytecompile, which can take
      an argument: the python executable with which to byte-compile .py files in the
      package payload.
      
      In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass
      in an argument, and brp-python-bytecompile defaults to using /usr/bin/python,
      which can lead to the .py files being byte-compiled for the wrong version of
      python.  This has been fixed in later versions of rpm by passing in
      %{__python} as an argument to brp-python-bytecompile.
      
      Workaround this by detecting if __os_install_post has a 0-argument invocation
      of brp-python-bytecompile, and if so generating an equivalent macro that has
      the argument, and explicitly provide the new definition within the specfile.
      4e6c91d7
  4. 23 Jun, 2012 1 commit
    • Ned Deily's avatar
      Issue #13590: Improve support for OS X Xcode 4: · e562c287
      Ned Deily authored
      - Try to avoid building Python or extension modules with problematic
        llvm-gcc compiler.
      - Since Xcode 4 removes ppc support, extension module builds now
        check for ppc compiler support and automatically remove ppc and
        ppc64 archs when not available.
      - Since Xcode 4 no longer install SDKs in default locations,
        extension module builds now revert to using installed headers
        and libs if the SDK used to build the interpreter is not
        available.
      - Update ./configure to use better defaults for universal builds;
        in particular, --enable-universalsdk=yes uses the Xcode default
        SDK and --with-universal-archs now defaults to "intel" if ppc
        not available.
      e562c287
  5. 30 May, 2012 1 commit
  6. 28 May, 2012 2 commits
  7. 27 May, 2012 1 commit
  8. 26 May, 2012 2 commits
  9. 13 May, 2012 1 commit
  10. 01 May, 2012 1 commit
  11. 11 Apr, 2012 2 commits
  12. 10 Apr, 2012 1 commit
  13. 06 Apr, 2012 3 commits
  14. 01 Apr, 2012 1 commit
  15. 18 Mar, 2012 3 commits
  16. 15 Mar, 2012 1 commit
  17. 07 Mar, 2012 2 commits
  18. 05 Mar, 2012 4 commits
  19. 04 Mar, 2012 1 commit
  20. 26 Feb, 2012 2 commits
  21. 25 Feb, 2012 2 commits
    • Éric Araujo's avatar
      Merge 3.2 · a88cc35b
      Éric Araujo authored
      a88cc35b
    • Éric Araujo's avatar
      Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). · c3e7f5f5
      Éric Araujo authored
      These regex changes fix a number of issues for distutils on Windows:
      - #6884: impossible to include a file starting with 'build'
      - #9691 and #14004: sdist includes too many files
      - #13193: test_filelist failures
      
      This commit replaces the incorrect changes done in 0a94e2f807c7 and
      90b30d62caf2 to fix #13193; we were too eager to fix the test failures
      and I did not study the code enough before greenlighting patches.  This
      time we have unit tests from the problems reported by users to be sure
      we have the right fix.
      
      Thanks to Nadeem Vawda for his help.
      c3e7f5f5
  22. 24 Feb, 2012 1 commit
  23. 23 Feb, 2012 2 commits