[CVS] RPM: rpm-5_4: rpm/rpmio/ todbc.c

2013-07-25 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:   25-Jul-2013 22:54:58
  Branch: rpm-5_4  Handle: 2013072520545800

  Modified files:   (Branch: rpm-5_4)
rpm/rpmio   todbc.c

  Log:
- odbc: eliminate unused warning.

  Summary:
RevisionChanges Path
1.1.2.16+1  -0  rpm/rpmio/todbc.c
  

  patch -p0 '@@ .'
  Index: rpm/rpmio/todbc.c
  
  $ cvs diff -u -r1.1.2.15 -r1.1.2.16 todbc.c
  --- rpm/rpmio/todbc.c 12 May 2012 18:09:04 -  1.1.2.15
  +++ rpm/rpmio/todbc.c 25 Jul 2013 20:54:58 -  1.1.2.16
  @@ -181,6 +181,7 @@
   const char * s = stmt-sql;
   _PARAM_t * params = stmt-params;
   int xx;
  +(void)xx;
   
   fprintf(fp, == %s\n, s);
   rc = odbcPrepare(odbc, s, 0);
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/js/ Makefile.am rpmsx-js.c

2013-07-25 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:   25-Jul-2013 22:53:58
  Branch: rpm-5_4  Handle: 2013072520535800

  Modified files:   (Branch: rpm-5_4)
rpm/js  Makefile.am rpmsx-js.c

  Log:
- js: spot fixes for --with-js on Mac OS X.

  Summary:
RevisionChanges Path
1.44.2.4+6  -4  rpm/js/Makefile.am
1.8.4.2 +1  -1  rpm/js/rpmsx-js.c
  

  patch -p0 '@@ .'
  Index: rpm/js/Makefile.am
  
  $ cvs diff -u -r1.44.2.3 -r1.44.2.4 Makefile.am
  --- rpm/js/Makefile.am27 May 2012 19:18:37 -  1.44.2.3
  +++ rpm/js/Makefile.am25 Jul 2013 20:53:58 -  1.44.2.4
  @@ -10,7 +10,7 @@
words \
legacy.cudf legacy-sol.cudf
   
  -EXTRA_PROGRAMS =
  +EXTRA_PROGRAMS = ngsr
   
   AM_CPPFLAGS = -I. \
-I$(top_srcdir) \
  @@ -23,9 +23,11 @@
@WITH_BEECRYPT_CPPFLAGS@ \
@WITH_DB_CPPFLAGS@ \
@WITH_FILE_CPPFLAGS@ \
  - @WITH_MOZJS185_CPPFLAGS@ \
  - @WITH_LUA_CPPFLAGS@ \
@WITH_GPSEE_CPPFLAGS@ \
  + @WITH_LUA_CPPFLAGS@ \
  + @WITH_MOZJS185_CPPFLAGS@ \
  + @WITH_NEON_CPPFLAGS@ \
  + @WITH_POPT_CPPFLAGS@ \
@WITH_SYCK_CPPFLAGS@ \
@WITH_XAR_CPPFLAGS@ \
@WITH_ZLIB_CPPFLAGS@
  @@ -56,7 +58,7 @@
   pkgbindir = @USRLIBRPM@/bin
   moduledir =  @GPSEE_MODULES_PATH@
   
  -pkgbin_PROGRAMS =ngsr
  +#pkgbin_PROGRAMS =   ngsr
   
   module_LTLIBRARIES = \
rpmbf_module.la
  @@ .
  patch -p0 '@@ .'
  Index: rpm/js/rpmsx-js.c
  
  $ cvs diff -u -r1.8.4.1 -r1.8.4.2 rpmsx-js.c
  --- rpm/js/rpmsx-js.c 24 Sep 2011 19:36:11 -  1.8.4.1
  +++ rpm/js/rpmsx-js.c 25 Jul 2013 20:53:58 -  1.8.4.2
  @@ -259,9 +259,9 @@
   default:
break;
   }
  -#endif
   
   con = _free(con);
  +#endif
   
   return JS_TRUE;
   }
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/rpmio/ rpmiob.h

2013-07-25 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:   25-Jul-2013 22:55:42
  Branch: rpm-5_4  Handle: 2008080512570700

  Removed files:(Branch: rpm-5_4)
rpm/rpmio   rpmiob.h

  Log:
- iob: haul out the trash, now merged into rpmiotypes.h.

  Summary:
RevisionChanges Path
1.1 +0  -167rpm/rpmio/rpmiob.h
  

  rm -f rpm/rpmio/rpmiob.h '@@ .'
  Index: rpm/rpmio/rpmiob.h
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: neon/ autogen.sh syck/ autogen.sh

2013-07-25 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: syck neonDate:   25-Jul-2013 22:57:11
  Branch: rpm-5_4  Handle: 2013072520571001

  Modified files:   (Branch: rpm-5_4)
neonautogen.sh
syckautogen.sh

  Log:
- atogen: update to auto* versions used on Mac OS X.

  Summary:
RevisionChanges Path
1.9.2.3 +3  -3  neon/autogen.sh
1.4.2.2 +4  -4  syck/autogen.sh
  

  patch -p0 '@@ .'
  Index: neon/autogen.sh
  
  $ cvs diff -u -r1.9.2.2 -r1.9.2.3 autogen.sh
  --- neon/autogen.sh   1 May 2012 16:18:12 -   1.9.2.2
  +++ neon/autogen.sh   25 Jul 2013 20:57:11 -  1.9.2.3
  @@ -1,10 +1,10 @@
   #!/bin/sh
   
   #   configure the requirements
  -AMV=automake (GNU automake) 1.12
  +AMV=automake (GNU automake) 1.14
   ACV=autoconf (GNU Autoconf) 2.69
  -LTV=libtoolize (GNU libtool) 2.4
  -GTT=gettextize (GNU gettext-tools) 0.18.1.1
  +LTV=libtoolize (GNU libtool) 2.4.2
  +GTT=gettextize (GNU gettext-tools) 0.18.3
   USAGE=
   To build RPM from plain CVS sources the following
   installed developer tools are mandatory:
  @@ .
  patch -p0 '@@ .'
  Index: syck/autogen.sh
  
  $ cvs diff -u -r1.4.2.1 -r1.4.2.2 autogen.sh
  --- syck/autogen.sh   16 Apr 2012 03:22:25 -  1.4.2.1
  +++ syck/autogen.sh   25 Jul 2013 20:57:10 -  1.4.2.2
  @@ -1,10 +1,10 @@
   #!/bin/sh
   
   #   configure the requirements
  -AMV=automake (GNU automake) 1.11.1
  -ACV=autoconf (GNU Autoconf) 2.68
  -LTV=libtoolize (GNU libtool) 2.4
  -GTT=gettextize (GNU gettext-tools) 0.18.1.1
  +AMV=automake (GNU automake) 1.14
  +ACV=autoconf (GNU Autoconf) 2.69
  +LTV=libtoolize (GNU libtool) 2.4.2
  +GTT=gettextize (GNU gettext-tools) 0.18.3
   USAGE=
   To build RPM from plain CVS sources the following
   installed developer tools are mandatory:
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


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

2013-07-25 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:   25-Jul-2013 22:58:55
  Branch: rpm-5_4  Handle: 2013072520585400

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

  Log:
- sanity (Mac OS X).

  Summary:
RevisionChanges Path
2.365.2.77  +9  -4  rpm/devtool.conf
  

  patch -p0 '@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.365.2.76 -r2.365.2.77 devtool.conf
  --- rpm/devtool.conf  18 Jul 2013 20:40:59 -  2.365.2.76
  +++ rpm/devtool.conf  25 Jul 2013 20:58:54 -  2.365.2.77
  @@ -266,6 +266,8 @@
   #--with-ruby=/opt/local/lib/ruby/1.8 \
   #--with-libgit2=internal tgit needs linkage assistance
   #
--with-perlembed=/opt/local/lib/perl5/5.12.3/darwin-multi-2level/CORE \
  +#   --with-js=/opt/local/lib:/opt/local/include/js \
  +#   --with-gpsee \
   %falmouth
   %autogen
   %configure \
  @@ -295,8 +297,8 @@
   --without-tpm \
   --with-libtasn1 \
   --without-pakchois \
  ---without-gnutls \
  ---with-neon=external \
  +--with-gnutls \
  +--with-neon=internal \
   --without-libproxy \
   --with-expat \
   --with-pcre=internal \
  @@ -315,7 +317,7 @@
   --without-nix \
   --without-bash \
   --without-rc \
  ---without-js \
  +--with-mozjs185=/opt/local/lib:/opt/local/include/js \
   --without-gpsee \
   --with-python=2.7 \
   --with-pythonembed=/usr/lib:/usr/include/python2.7 \
  @@ -327,10 +329,13 @@
   --without-sepol \
   --without-semanage \
   --with-libgit2 \
  +--with-apr \
  +--with-subversion \
   --with-unixodbc \
   --with-squirrel \
   --with-installed-readline \
   --with-valgrind \
  +--enable-openmp \
   --enable-build-warnings \
   --enable-build-debug \
   --enable-maintainer-mode
  @@ -910,7 +915,7 @@
   --with-pythonembed=/usr/lib:/usr/include/python2.6 \
   --with-perl \
   --without-perlembed \
  - 
--with-perlembed=/usr/lib:/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE/ \
  +
--with-perlembed=/usr/lib:/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE/ \
   --without-ruby \
   --without-selinux \
   --without-sepol \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/ CHANGES configure.ac

2013-07-25 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:   25-Jul-2013 23:58:35
  Branch: rpm-5_4  Handle: 2013072521583400

  Modified files:   (Branch: rpm-5_4)
rpm CHANGES configure.ac

  Log:
- start rpm-5.4.13 development.

  Summary:
RevisionChanges Path
1.3501.2.329+3  -0  rpm/CHANGES
2.472.2.85  +2  -2  rpm/configure.ac
  

  patch -p0 '@@ .'
  Index: rpm/CHANGES
  
  $ cvs diff -u -r1.3501.2.328 -r1.3501.2.329 CHANGES
  --- rpm/CHANGES   18 Jul 2013 20:51:40 -  1.3501.2.328
  +++ rpm/CHANGES   25 Jul 2013 21:58:34 -  1.3501.2.329
  @@ -1,3 +1,6 @@
  +5.4.12 - 5.4.13: 
  +- jbj: start rpm-5.4.13 development.
  +
   5.4.11 - 5.4.12: 
   - jbj: i18n: update PO files (Translation Project).
   - jbj: lcov: uplift to 1.10.
  @@ .
  patch -p0 '@@ .'
  Index: rpm/configure.ac
  
  $ cvs diff -u -r2.472.2.84 -r2.472.2.85 configure.ac
  --- rpm/configure.ac  19 Jul 2013 00:52:45 -  2.472.2.84
  +++ rpm/configure.ac  25 Jul 2013 21:58:34 -  2.472.2.85
  @@ -8,8 +8,8 @@
   
   AC_PREREQ([2.63])
   m4_define([PACKAGE_BUGREPORT_DEFAULT], [rpm-de...@rpm5.org])
  -AC_INIT([rpm],[5.4.12],[PACKAGE_BUGREPORT_DEFAULT])
  -PACKAGE_TIMESTAMP=2012-07-06 dnl # [-MM[-DD[ HH[:MM
  +AC_INIT([rpm],[5.4.13],[PACKAGE_BUGREPORT_DEFAULT])
  +PACKAGE_TIMESTAMP=2013-07-25 dnl # [-MM[-DD[ HH[:MM
   AC_MSG_TITLE([RPM Package Manager (RPM)], [$PACKAGE_VERSION])
   
   AC_MSG_HEADER([INITIALIZATION])
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: lua/local/ .cvsignore

2013-07-25 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: lua  Date:   25-Jul-2013 23:59:31
  Branch: rpm-5_4  Handle: 2013072521593100

  Modified files:   (Branch: rpm-5_4)
lua/local   .cvsignore

  Log:
- lcov: ignore profiling cruft.

  Summary:
RevisionChanges Path
1.1.10.2+2  -0  lua/local/.cvsignore
  

  patch -p0 '@@ .'
  Index: lua/local/.cvsignore
  
  $ cvs diff -u -r1.1.10.1 -r1.1.10.2 .cvsignore
  --- lua/local/.cvsignore  8 Jul 2013 04:43:01 -   1.1.10.1
  +++ lua/local/.cvsignore  25 Jul 2013 21:59:31 -  1.1.10.2
  @@ -2,4 +2,6 @@
   .dirstamp
   llocal_lua.c
   .libs
  +*.gcda
  +*.gcno
   *.lo
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/mongo/ .cvsignore

2013-07-25 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:   26-Jul-2013 00:00:28
  Branch: rpm-5_4  Handle: 2013072522002700

  Modified files:   (Branch: rpm-5_4)
rpm/tests/mongo .cvsignore

  Log:
- lcov: ignore profiling cruft.

  Summary:
RevisionChanges Path
1.1.4.5 +2  -0  rpm/tests/mongo/.cvsignore
  

  patch -p0 '@@ .'
  Index: rpm/tests/mongo/.cvsignore
  
  $ cvs diff -u -r1.1.4.4 -r1.1.4.5 .cvsignore
  --- rpm/tests/mongo/.cvsignore9 Jul 2013 12:06:14 -   1.1.4.4
  +++ rpm/tests/mongo/.cvsignore25 Jul 2013 22:00:27 -  1.1.4.5
  @@ -30,3 +30,5 @@
   update
   validate
   write_concern
  +*.gcda
  +*.gcno
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/ CHANGES rpm/po/ cs.po da.po de.po eo.po es.po...

2013-07-25 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:   26-Jul-2013 00:11:29
  Branch: rpm-5_4  Handle: 2013072522102033

  Modified files:   (Branch: rpm-5_4)
rpm CHANGES
rpm/po  cs.po da.po de.po eo.po es.po fi.po fr.po id.po
is.po it.po ja.po ko.po nb.po nl.po pa.po pl.po
pt.po pt_BR.po rpm.pot ru.po sk.po sl.po sr.po
sv.po tr.po uk.po vi.po zh_TW.po

  Log:
- i18n: update PO files (Translation Project).

  Summary:
RevisionChanges Path
1.3501.2.330+1  -0  rpm/CHANGES
1.487.2.19  +1  -1  rpm/po/cs.po
1.373.2.19  +1  -1  rpm/po/da.po
1.498.2.19  +1  -1  rpm/po/de.po
1.1.2.8 +1  -1  rpm/po/eo.po
1.256.2.19  +1  -1  rpm/po/es.po
1.488.2.19  +1  -1  rpm/po/fi.po
1.491.2.19  +1  -1  rpm/po/fr.po
1.261.2.19  +1  -1  rpm/po/id.po
1.376.2.19  +1  -1  rpm/po/is.po
1.258.2.19  +1  -1  rpm/po/it.po
1.446.2.19  +1  -1  rpm/po/ja.po
1.372.2.19  +1  -1  rpm/po/ko.po
1.34.2.19   +1  -1  rpm/po/nb.po
1.30.2.19   +1  -1  rpm/po/nl.po
1.29.2.19   +1  -1  rpm/po/pa.po
1.482.2.19  +1  -1  rpm/po/pl.po
1.356.2.19  +1  -1  rpm/po/pt.po
1.490.2.19  +1  -1  rpm/po/pt_BR.po
1.873.2.17  +2  -2  rpm/po/rpm.pot
1.502.2.20  +1  -1  rpm/po/ru.po
1.479.2.19  +1  -1  rpm/po/sk.po
1.429.2.20  +1  -1  rpm/po/sl.po
1.486.2.19  +1  -1  rpm/po/sr.po
1.502.2.20  +1  -1  rpm/po/sv.po
1.489.2.19  +1  -1  rpm/po/tr.po
1.265.2.19  +1  -1  rpm/po/uk.po
1.30.2.19   +1  -1  rpm/po/vi.po
1.29.2.19   +1  -1  rpm/po/zh_TW.po
  

  patch -p0 '@@ .'
  Index: rpm/CHANGES
  
  $ cvs diff -u -r1.3501.2.329 -r1.3501.2.330 CHANGES
  --- rpm/CHANGES   25 Jul 2013 21:58:34 -  1.3501.2.329
  +++ rpm/CHANGES   25 Jul 2013 22:10:20 -  1.3501.2.330
  @@ -1,4 +1,5 @@
   5.4.12 - 5.4.13: 
  +- jbj: i18n: update PO files (Translation Project).
   - jbj: start rpm-5.4.13 development.
   
   5.4.11 - 5.4.12: 
  @@ .
  patch -p0 '@@ .'
  Index: rpm/po/cs.po
  
  $ cvs diff -u -r1.487.2.18 -r1.487.2.19 cs.po
  --- rpm/po/cs.po  18 Jul 2013 20:51:41 -  1.487.2.18
  +++ rpm/po/cs.po  25 Jul 2013 22:10:20 -  1.487.2.19
  @@ -2,7 +2,7 @@
   msgstr 
   Project-Id-Version: rpm 4.0.3\n
   Report-Msgid-Bugs-To: rpm-de...@rpm5.org\n
  -POT-Creation-Date: 2013-07-18 16:42-0400\n
  +POT-Creation-Date: 2013-07-25 17:51-0400\n
   PO-Revision-Date: 2001-07-24 10:02+0100\n
   Last-Translator: Milan Kerslager kersl...@linux.cz\n
   Language-Team: Czech c...@li.org\n
  @@ .
  patch -p0 '@@ .'
  Index: rpm/po/da.po
  
  $ cvs diff -u -r1.373.2.18 -r1.373.2.19 da.po
  --- rpm/po/da.po  18 Jul 2013 20:51:42 -  1.373.2.18
  +++ rpm/po/da.po  25 Jul 2013 22:10:22 -  1.373.2.19
  @@ -81,7 +81,7 @@
   msgstr 
   Project-Id-Version: rpm 5.3.2\n
   Report-Msgid-Bugs-To: rpm-de...@rpm5.org\n
  -POT-Creation-Date: 2013-07-18 16:42-0400\n
  +POT-Creation-Date: 2013-07-25 17:51-0400\n
   PO-Revision-Date: 2011-10-19 07:50+0200\n
   Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
   Language-Team: Danish da...@dansk-gruppen.dk\n
  @@ .
  patch -p0 '@@ .'
  Index: rpm/po/de.po
  
  $ cvs diff -u -r1.498.2.18 -r1.498.2.19 de.po
  --- rpm/po/de.po  18 Jul 2013 20:51:44 -  1.498.2.18
  +++ rpm/po/de.po  25 Jul 2013 22:10:23 -  1.498.2.19
  @@ -8,7 +8,7 @@
   msgstr 
   Project-Id-Version: rpm 5.3.2\n
   Report-Msgid-Bugs-To: rpm-de...@rpm5.org\n
  -POT-Creation-Date: 2013-07-18 16:42-0400\n
  +POT-Creation-Date: 2013-07-25 17:51-0400\n
   PO-Revision-Date: 2012-04-20 20:12-0700\n
   Last-Translator: Arun Persaud a...@nubati.net\n
   Language-Team: German translation-team...@lists.sourceforge.net\n
  @@ .
  patch -p0 '@@ .'
  Index: rpm/po/eo.po
  
  $ cvs diff -u -r1.1.2.7 -r1.1.2.8 eo.po
  --- rpm/po/eo.po  18 Jul 2013 20:51:45 -  1.1.2.7
  +++ rpm/po/eo.po  25 Jul 2013 22:10:24 -  1.1.2.8
  @@ -7,7 +7,7 @@
   msgstr 
   Project-Id-Version: rpm 5.3.2\n