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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   04-Jun-2007 00:00:16
  Branch: rpm-4_5                          Handle: 2007060323000805

  Modified files:           (Branch: rpm-4_5)
    rpm                     configure.ac
    rpm/lua                 Makefile.am
    rpm/lua/local           userconfig.c

  Log:
    Remove the need for syck wdh wnh additional subdirs.

  Summary:
    Revision    Changes     Path
    2.70.2.4    +0  -4      rpm/configure.ac
    1.6.2.1     +0  -2      rpm/lua/Makefile.am
    1.2.2.1     +0  -2      rpm/lua/local/userconfig.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.70.2.3 -r2.70.2.4 configure.ac
  --- rpm/configure.ac  29 May 2007 00:38:02 -0000      2.70.2.3
  +++ rpm/configure.ac  3 Jun 2007 22:00:08 -0000       2.70.2.4
  @@ -1495,10 +1495,6 @@
        python/Makefile
        python/rpm/Makefile
        lua/Makefile
  -     syck/Makefile
  -     syck/lib/Makefile
  -     wdj/Makefile
  -     wnh/Makefile
     ])
   AC_CONFIG_COMMANDS([default],[[      echo timestamp > popt/stamp-h.in
        echo timestamp > stamp-h.in
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/lua/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.6 -r1.6.2.1 Makefile.am
  --- rpm/lua/Makefile.am       25 May 2007 17:36:07 -0000      1.6
  +++ rpm/lua/Makefile.am       3 Jun 2007 22:00:09 -0000       1.6.2.1
  @@ -30,8 +30,6 @@
                local/lposix.c \
                local/lrexlib.h \
                local/lrexlib.c \
  -             local/lsyck.h \
  -             local/lsyck.c \
                include/lauxlib.h \
                include/lua.h \
                include/lualib.h \
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/lua/local/userconfig.c
  ============================================================================
  $ cvs diff -u -r1.2 -r1.2.2.1 userconfig.c
  --- rpm/lua/local/userconfig.c        25 May 2007 17:36:07 -0000      1.2
  +++ rpm/lua/local/userconfig.c        3 Jun 2007 22:00:13 -0000       1.2.2.1
  @@ -3,12 +3,10 @@
   
   #include "lposix.h"
   #include "lrexlib.h"
  -#include "lsyck.h"
   
   #define LUA_EXTRALIBS \
        {"posix", luaopen_posix}, \
        {"rex", luaopen_rex}, \
  -     {"syck", luaopen_syck}, \
        {"luapath", luapath},
   
   #if 0        /* XXX don't depend on readline and history (#147013) */
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to