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

2012-04-07 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:   08-Apr-2012 02:21:40
  Branch: rpm-5_4  Handle: 2012040800214000

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

  Log:
- lion: use $HOME instead of twiddle.

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

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.365.2.54 -r2.365.2.55 devtool.conf
  --- rpm/devtool.conf  8 Apr 2012 00:15:24 -   2.365.2.54
  +++ rpm/devtool.conf  8 Apr 2012 00:21:40 -   2.365.2.55
  @@ -206,7 +206,7 @@
   #/usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 
1.0.5)
   #/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 
1.2.5)
   %static
  -PATH="~/bin:/usr/bin:/bin:/usr/sbin:/sbin"
  +PATH="${HOME}/bin:/usr/bin:/bin:/usr/sbin:/sbin"
   export PATH
   %autogen
   %configure \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


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

2012-04-07 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 lua  Date:   08-Apr-2012 02:15:26
  Branch: rpm-5_4  Handle: 2012040800152401

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

  Log:
- lua: make sure bin2c has proper extension.
- lion: PATH is needed for native/static builds.

  Summary:
RevisionChanges Path
1.43.2.2+1  -1  lua/Makefile.am
2.365.2.54  +2  -0  rpm/devtool.conf
  

  patch -p0 <<'@@ .'
  Index: lua/Makefile.am
  
  $ cvs diff -u -r1.43.2.1 -r1.43.2.2 Makefile.am
  --- lua/Makefile.am   4 Apr 2012 21:51:04 -   1.43.2.1
  +++ lua/Makefile.am   8 Apr 2012 00:15:25 -   1.43.2.2
  @@ -39,7 +39,7 @@
   rpmluac_LDADD = liblua.la
   
   # --- bin2c doesn't need anything but a compiler
  -bin2c:  bin2c.c
  +bin2c$(EXEEXT):  bin2c.c
$(CC) -o $@ $<
   
   liblua_la_SOURCES =
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.365.2.53 -r2.365.2.54 devtool.conf
  --- rpm/devtool.conf  6 Apr 2012 10:19:21 -   2.365.2.53
  +++ rpm/devtool.conf  8 Apr 2012 00:15:24 -   2.365.2.54
  @@ -206,6 +206,8 @@
   #/usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 
1.0.5)
   #/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 
1.2.5)
   %static
  +PATH="~/bin:/usr/bin:/bin:/usr/sbin:/sbin"
  +export PATH
   %autogen
   %configure \
   --verbose \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org