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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   12-Jun-2009 20:34:58
  Branch: HEAD                             Handle: 2009061218345700

  Modified files:
    rpm                     CHANGES configure.ac devtool.conf

  Log:
    - augeas: add AutoFu to find augeas libraries.

  Summary:
    Revision    Changes     Path
    1.3018      +1  -0      rpm/CHANGES
    2.382       +8  -0      rpm/configure.ac
    2.302       +1  -0      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.3017 -r1.3018 CHANGES
  --- rpm/CHANGES       12 Jun 2009 17:20:54 -0000      1.3017
  +++ rpm/CHANGES       12 Jun 2009 18:34:57 -0000      1.3018
  @@ -1,5 +1,6 @@
   
   5.2b1 -> 5.3a1
  +    - jbj: augeas: add AutoFu to find augeas libraries.
       - jbj: js: stub-in requires/loadModule global methods.
       - jbj: js: save the rpmjs interpreter pointer in rt private data.
       - jbj: add the Fedorable tag(s) for file digests.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.381 -r2.382 configure.ac
  --- rpm/configure.ac  3 Jun 2009 09:20:58 -0000       2.381
  +++ rpm/configure.ac  12 Jun 2009 18:34:57 -0000      2.382
  @@ -1248,6 +1248,14 @@
   ])
   AC_SUBST(DBAPI)
   
  +dnl # Augeas
  +RPM_CHECK_LIB(
  +    [Augeas], [augeas],
  +    [augeas], [aug_init], [augeas.h],
  +    [no,external:none], [],
  +    [
  +    ], [])
  +
   dnl # Perl ExtUtils::Embed
   RPM_CHECK_LIB(
       [Perl ExtUtils::Embed], [perlembed],
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.301 -r2.302 devtool.conf
  --- rpm/devtool.conf  4 Jun 2009 17:37:27 -0000       2.301
  +++ rpm/devtool.conf  12 Jun 2009 18:34:57 -0000      2.302
  @@ -83,6 +83,7 @@
           --with-tcl=external \
           --with-sqlite=external \
           --with-syck=internal \
  +        --with-augeas=external \
           --with-beecrypt=external \
           --with-openssl=external \
           --with-nss=external \
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to