RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ configure.ac

From: Bernhard Rosenkraenzer <bero@rpm5.org>
Date: Mon 30 Aug 2010 - 10:28:36 CEST
Message-Id: <20100830082836.8DAE6C8815@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:28:36
  Branch: HEAD                             Handle: 2010083008283600

  Modified files:
    rpm                     configure.ac

  Log:
    Support python 2.7.x

  Summary:
    Revision    Changes     Path
    2.448       +3  -3      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.447 -r2.448 configure.ac
  --- rpm/configure.ac	27 Aug 2010 20:41:11 -0000	2.447
  +++ rpm/configure.ac	30 Aug 2010 08:28:36 -0000	2.448
  @@ -1040,14 +1040,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:28:36 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.