RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_3: rpm/ CHANGES configure.ac

From: Bernhard Rosenkraenzer <bero@rpm5.org>
Date: Mon 30 Aug 2010 - 10:36:39 CEST
Message-Id: <20100830083639.9C5FCD4535@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Bernhard Rosenkraenzer
  Root:   /v/rpm/cvs                       Email:  bero@rpm5.org
  Module: rpm                              Date:   30-Aug-2010 10:36:39
  Branch: rpm-5_3                          Handle: 2010083008363801

  Modified files:           (Branch: rpm-5_3)
    rpm                     CHANGES configure.ac

  Log:
    Support building with Python 2.7.x

  Summary:
    Revision    Changes     Path
    1.3296.2.69 +1  -0      rpm/CHANGES
    2.432.2.15  +3  -3      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.3296.2.68 -r1.3296.2.69 CHANGES
  --- rpm/CHANGES	27 Aug 2010 13:04:10 -0000	1.3296.2.68
  +++ rpm/CHANGES	30 Aug 2010 08:36:38 -0000	1.3296.2.69
  @@ -1,5 +1,6 @@
   5.3.3 -> 5.3.4:
       - jbj: permit building --without-sqlite again.
  +    - bero: Support building with Python 2.7.x
   
   5.3.2 -> 5.3.3:
       - jbj: finalize for release.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.432.2.14 -r2.432.2.15 configure.ac
  --- rpm/configure.ac	25 Aug 2010 14:09:02 -0000	2.432.2.14
  +++ rpm/configure.ac	30 Aug 2010 08:36:39 -0000	2.432.2.15
  @@ -1042,14 +1042,14 @@
   AC_ARG_WITH(python, AS_HELP_STRING([--with-python], [build with RPM Python language bindings]), [
       if test ".$withval" != .no; then
           case "$withval" in
  -             2.x|2.3|2.4|2.5|2.6)
  +             2.x|2.3|2.4|2.5|2.6|2.7)
                     python_version=$withval
                     ;;
                yes)
  -                  python_version="2.6 2.5 2.4 2.3 2.x"
  +                  python_version="2.7 2.6 2.5 2.4 2.3 2.x"
                     ;;
                *)
  -                  AC_MSG_WARN([--with-python only supports values "2.x", "2.3", "2.4", "2.5", or "2.6" ignoring...])
  +                  AC_MSG_WARN([--with-python only supports values "2.x", "2.3", "2.4", "2.5", "2.6" or "2.7" ignoring...])
                     python_version=""
                     ;;
           esac
  @@ .
Received on Mon Aug 30 10:36:39 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.