RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Bernhard Rosenkraenzer
  Root:   /v/rpm/cvs                       Email:  b...@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
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to