[CVS] RPM: rpm-5_4: rpm/rpmio/ Makefile.am

2012-04-01 Thread Jeff Johnson
  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:   01-Apr-2012 23:09:17
  Branch: rpm-5_4  Handle: 2012040121091700

  Modified files:   (Branch: rpm-5_4)
rpm/rpmio   Makefile.am

  Log:
- rpmio: fix: missing escape typo.

  Summary:
RevisionChanges Path
1.293.2.16  +1  -1  rpm/rpmio/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/Makefile.am
  
  $ cvs diff -u -r1.293.2.15 -r1.293.2.16 Makefile.am
  --- rpm/rpmio/Makefile.am 25 Mar 2012 22:01:11 -  1.293.2.15
  +++ rpm/rpmio/Makefile.am 1 Apr 2012 21:09:17 -   1.293.2.16
  @@ -126,7 +126,7 @@
   endif
   librpmio_la_LIBADD = -lm
   if ENABLE_BUILD_INTLIBDEP
  -librpmio_la_LIBADD +=
  +librpmio_la_LIBADD += \
$(top_builddir)/misc/librpmmisc.la
   endif
   if ENABLE_BUILD_MAXEXTLIBDEP
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/ devtool.conf

2012-04-01 Thread Jeff Johnson
  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:   01-Apr-2012 20:41:04
  Branch: rpm-5_4  Handle: 2012040118410300

  Modified files:   (Branch: rpm-5_4)
rpm devtool.conf

  Log:
- cooker: use internal lua.

  Summary:
RevisionChanges Path
2.365.2.50  +1  -1  rpm/devtool.conf
  

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.365.2.49 -r2.365.2.50 devtool.conf
  --- rpm/devtool.conf  29 Mar 2012 02:27:08 -  2.365.2.49
  +++ rpm/devtool.conf  1 Apr 2012 18:41:03 -   2.365.2.50
  @@ -1135,7 +1135,7 @@
   --with-xz \
   --with-file \
   --with-path-magic=/usr/share/misc/magic \
  ---with-lua=external \
  +--with-lua=internal \
   --with-tcl \
   --with-sqlite \
   --with-syck=external \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org