[CVS] RPM: rpm/ CHANGES devtool.conf

2010-11-02 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:   02-Nov-2010 16:03:51
  Branch: HEAD Handle: 2010110215035100

  Modified files:
rpm CHANGES devtool.conf

  Log:
- devtool: don't distribute internal pcre.

  Summary:
RevisionChanges Path
1.3490  +1  -0  rpm/CHANGES
2.362   +13 -13 rpm/devtool.conf
  

  patch -p0 '@@ .'
  Index: rpm/CHANGES
  
  $ cvs diff -u -r1.3489 -r1.3490 CHANGES
  --- rpm/CHANGES   1 Nov 2010 19:52:40 -   1.3489
  +++ rpm/CHANGES   2 Nov 2010 15:03:51 -   1.3490
  @@ -5,6 +5,7 @@
   - proyvind: mandriva: fix 'Conflicts: dependencies without release
misfire'. (mdvbz#55810)
   - proyvind: make sure to expand %buildroot from main package.
  +- jbj: devtool: don't distribute internal pcre.
   - proyvind: filetriggers: don't bother w unneeded chroot.
   
   5.3.4 - 5.3.5:
  @@ .
  patch -p0 '@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.361 -r2.362 devtool.conf
  --- rpm/devtool.conf  1 Nov 2010 10:26:08 -   2.361
  +++ rpm/devtool.conf  2 Nov 2010 15:03:51 -   2.362
  @@ -3,7 +3,7 @@
   ##
   
   %common
  -MODULE_NAMES=lua pcre syck neon beecrypt
  +MODULE_NAMES=lua syck neon beecrypt
   MODULE_TAG_DB=
   MODULE_TAG_LUA=
   MODULE_TAG_FILE=
  @@ -109,7 +109,7 @@
   --with-neon=internal \
   --without-libproxy \
   --with-expat \
  ---with-pcre=internal \
  +--with-pcre \
   --enable-utf8 \
   --without-uuid \
   --with-attr \
  @@ -164,7 +164,7 @@
   --with-beecrypt=internal \
   --with-gcrypt \
   --without-tomcrypt \
  ---with-pcre=internal \
  +--with-pcre \
   --enable-utf8 \
   --with-uuid=system \
   --with-popt=system \
  @@ -224,7 +224,7 @@
   --with-neon=external \
   --without-libproxy \
   --with-expat \
  ---with-pcre=internal \
  +--with-pcre \
   --enable-utf8 \
   --with-uuid=/opt/local/lib:/opt/local/include/ossp \
   --without-attr \
  @@ -289,7 +289,7 @@
   --with-neon=external \
   --without-libroxy \
   --with-expat \
  ---with-pcre=internal \
  +--with-pcre \
   --enable-utf8 \
   --with-uuid=/opt/local/lib:/opt/local/include/ossp \
   --without-attr \
  @@ -356,7 +356,7 @@
   --with-neon=internal \
   --without-libproxy \
   --with-expat \
  ---with-pcre=internal \
  +--with-pcre \
   --enable-utf8 \
   --without-uuid \
   --with-attr \
  @@ -427,7 +427,7 @@
   --with-neon=internal \
   --without-libproxy \
   --with-expat \
  ---with-pcre=internal \
  +--with-pcre \
   --enable-utf8 \
   --without-uuid \
   --with-attr \
  @@ -497,7 +497,7 @@
   --without-libroxy \
   --without-expat \
   --with-libxml2 \
  ---with-pcre=internal \
  +--with-pcre \
   --enable-utf8 \
   --with-uuid=system \
   --with-attr \
  @@ -566,7 +566,7 @@
   --without-libroxy \
   --without-expat \
   --with-libxml2 \
  ---with-pcre=internal \
  +--with-pcre \
   --enable-utf8 \
   --without-uuid \
   --with-attr \
  @@ -635,7 +635,7 @@
   --without-libroxy \
   --without-expat \
   --with-libxml2 \
  ---with-pcre=external \
  +--with-pcre \
   --enable-utf8 \
   --without-uuid \
   --with-attr \
  @@ -787,7 +787,7 @@
   --with-neon=internal \
   --without-libproxy \
   --with-expat \
  ---with-pcre=internal \
  +--with-pcre \
   --without-uuid \
   --with-attr \
   --with-acl \
  @@ -852,7 +852,7 @@
   --without-pakchois \
   --without-gnutls \
   --with-neon=internal \
  ---with-pcre=internal \
  +--with-pcre \
   --without-uuid \
   --with-attr \
   --with-acl \
  @@ -922,7 +922,7 @@
   --with-neon=internal \
   --without-libproxy \
   --with-expat \
  ---with-pcre=internal \
  +--with-pcre \
   --enable-utf8 \
   --without-uuid \
   --without-attr \
  @@ .

[CVS] RPM: rpm/ CHANGES devtool.conf rpm/misc/ librpmmisc.vers

2010-08-23 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:   23-Aug-2010 21:44:17
  Branch: HEAD Handle: 2010082319441600

  Modified files:
rpm CHANGES devtool.conf
rpm/misclibrpmmisc.vers

  Log:
- beecrypt: finish up --with-beecrypt=internal wiring into -lrpmmisc.

  Summary:
RevisionChanges Path
1.3424  +1  -0  rpm/CHANGES
2.341   +2  -2  rpm/devtool.conf
1.30+70 -0  rpm/misc/librpmmisc.vers
  

  patch -p0 '@@ .'
  Index: rpm/CHANGES
  
  $ cvs diff -u -r1.3423 -r1.3424 CHANGES
  --- rpm/CHANGES   23 Aug 2010 17:59:32 -  1.3423
  +++ rpm/CHANGES   23 Aug 2010 19:44:16 -  1.3424
  @@ -1,4 +1,5 @@
   5.3.2 - 5.4a1:
  +- jbj: beecrypt: finish up --with-beecrypt=internal wiring into 
-lrpmmisc.
   - jbj: neon: finish up --with-neon=internal wiring into -lrpmmisc.
   - jbj: misc: add ne_* symbols to loader map for --with-neon=internal.
   - jbj: grep: leave rpmgrep internal, autopoint gets heartburn.
  @@ .
  patch -p0 '@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.340 -r2.341 devtool.conf
  --- rpm/devtool.conf  23 Aug 2010 17:59:32 -  2.340
  +++ rpm/devtool.conf  23 Aug 2010 19:44:16 -  2.341
  @@ -3,7 +3,7 @@
   ##
   
   %common
  -MODULE_NAMES=db lua file xar xz pcre syck js/src rc neon
  +MODULE_NAMES=db lua file xar xz pcre syck js/src rc neon beecrypt
   MODULE_TAG_DB=
   MODULE_TAG_LUA=
   MODULE_TAG_FILE=
  @@ -86,7 +86,7 @@
   --with-syck=internal \
   --without-readline \
   --without-augeas \
  ---with-beecrypt=external \
  +--with-beecrypt=internal \
   --with-openssl=external \
   --with-nss=external \
   --with-gcrypt=external \
  @@ .
  patch -p0 '@@ .'
  Index: rpm/misc/librpmmisc.vers
  
  $ cvs diff -u -r1.29 -r1.30 librpmmisc.vers
  --- rpm/misc/librpmmisc.vers  23 Aug 2010 17:03:17 -  1.29
  +++ rpm/misc/librpmmisc.vers  23 Aug 2010 19:44:16 -  1.30
  @@ -222,6 +222,76 @@
   xar_iter_new;
   xar_open;
   xar_opt_set;
  +b64crc;
  +b64decode;
  +b64encode;
  +b64encode_chars_per_line;
  +b64encode_eolstr;
  +dldp_pPair;
  +dlkp_pFree;
  +dlkp_pInit;
  +dsaparamMake;
  +dsasign;
  +dsavrfy;
  +i2osp;
  +md4Digest;
  +md4Reset;
  +md4Update;
  +md5Digest;
  +md5Reset;
  +md5Update;
  +mpadd;
  +mpbits;
  +mpbnrnd;
  +mpbsethex;
  +mpfprintln;
  +mplshift;
  +mpnfree;
  +mpnsetbin;
  +mpnsethex;
  +mpnzero;
  +mpsetw;
  +mpzero;
  +randomGeneratorContextFree;
  +randomGeneratorContextInit;
  +randomGeneratorDefault;
  +ripemd128Digest;
  +ripemd128Reset;
  +ripemd128Update;
  +ripemd160Digest;
  +ripemd160Reset;
  +ripemd160Update;
  +ripemd256Digest;
  +ripemd256Reset;
  +ripemd256Update;
  +ripemd320Digest;
  +ripemd320Reset;
  +ripemd320Update;
  +rsakpFree;
  +rsakpMake;
  +rsapricrt;
  +rsavrfy;
  +sha1Digest;
  +sha1Reset;
  +sha1Update;
  +sha224Digest;
  +sha224Reset;
  +sha224Update;
  +sha256Digest;
  +sha256Reset;
  +sha256Update;
  +sha384Digest;
  +sha384Reset;
  +sha384Update;
  +sha512Digest;
  +sha512Reset;
  +sha512Update;
  +hashFunctionContextDigest;
  +hashFunctionContextFree;
  +hashFunctionContextInit;
  +hashFunctionContextUpdateMC;
  +hashFunctionCount;
  +hashFunctionGet;
 local:
   file_*;
   db_*;
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm/ CHANGES devtool.conf

2009-12-31 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:   31-Dec-2009 19:46:13
  Branch: HEAD Handle: 2009123118461201

  Modified files:
rpm CHANGES devtool.conf

  Log:
- bash: rescuscitate --with-bash=internal.

  Summary:
RevisionChanges Path
1.3228  +1  -0  rpm/CHANGES
2.318   +1  -2  rpm/devtool.conf
  

  patch -p0 '@@ .'
  Index: rpm/CHANGES
  
  $ cvs diff -u -r1.3227 -r1.3228 CHANGES
  --- rpm/CHANGES   31 Dec 2009 18:38:39 -  1.3227
  +++ rpm/CHANGES   31 Dec 2009 18:46:12 -  1.3228
  @@ -1,5 +1,6 @@
   
   5.2b1 - 5.3a1
  +- jbj: bash: rescuscitate --with-bash=internal.
   - jbj: tests: add genpgp.sh/tpgp test(s) for DSA/RSA clearsigned 
plaintext.
   - jbj: lua: install executables and library.
   - jbj: perl: change --macros to point to ../macros/macros now.
  @@ .
  patch -p0 '@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.317 -r2.318 devtool.conf
  --- rpm/devtool.conf  30 Dec 2009 13:25:01 -  2.317
  +++ rpm/devtool.conf  31 Dec 2009 18:46:13 -  2.318
  @@ -103,6 +103,7 @@
   --with-libelf \
   --with-cudf \
   --with-ficl=internal \
  +--with-bash=internal \
   --with-rc=internal \
   --with-js=internal \
   --with-python \
  @@ -118,11 +119,9 @@
   --with-build-maxextlibdep \
   --with-valgrind \
   --enable-build-pic \
  ---enable-build-pie \
   --enable-build-versionscript \
   --enable-build-warnings \
   --enable-build-debug \
  ---enable-build-gcov \
   --enable-maintainer-mode
   
   %static
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm/ CHANGES devtool.conf

2008-08-21 Thread Jeff Johnson
  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:   22-Aug-2008 06:54:30
  Branch: HEAD Handle: 2008082204543000

  Modified files:
rpm CHANGES devtool.conf

  Log:
- WR: add devtool windriver-{host,target} configuration targets.

  Summary:
RevisionChanges Path
1.2537  +1  -0  rpm/CHANGES
2.241   +76 -0  rpm/devtool.conf
  

  patch -p0 '@@ .'
  Index: rpm/CHANGES
  
  $ cvs diff -u -r1.2536 -r1.2537 CHANGES
  --- rpm/CHANGES   22 Aug 2008 04:43:09 -  1.2536
  +++ rpm/CHANGES   22 Aug 2008 04:54:30 -  1.2537
  @@ -1,5 +1,6 @@
   
   5.1.0 - 5.2a0:
  +- jbj: WR: add devtool windriver-{host,target} configuration targets.
   - jbj: WR: fix: cleanup patch integration thinkos.
   - jbj: WR: mark wrs-rpm-enable-macro-validation.patch (but leave 
disabled).
   - jbj: WR: fix: add rt-reloc-wrapper.sh to EXTRAS_DIST.
  @@ .
  patch -p0 '@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.240 -r2.241 devtool.conf
  --- rpm/devtool.conf  19 Aug 2008 15:04:47 -  2.240
  +++ rpm/devtool.conf  22 Aug 2008 04:54:30 -  2.241
  @@ -135,6 +135,82 @@
   --with-popt \
   [EMAIL PROTECTED]
   
  +%windriver-host
  +RPM_VENDOR_WINDRIVER=1
  +export RPM_VENDOR_WINDRIVER
  +%checkout
  +%autogen
  +%configure \
  +--prefix=/usr \
  +--with-path-versioned=yes \
  +--with-path-lib=/usr/lib/rpm \
  +--with-python-lib-dir=/usr/lib/python2.5 \
  +--disable-nls \
  +--disable-rpath \
  +--with-libelf \
  +--without-selinux \
  +--without-perl \
  +--with-python=2.5 \
  +--with-zlib=external \
  +--with-bzip2=external \
  +--with-beecrypt=external \
  +--without-neon \
  +--with-file=internal \
  +--with-popt=external \
  +--with-sqlite=external \
  +--with-dbapi=sqlite \
  +--with-db=internal \
  +--with-lua=internal \
  +--without-apidocs \
  +
--with-path-macros='%{_usrlibrpm}/macros:%{_usrlibrpm}/wrs/macros:%{_usrlibrpm}/wrs/%{_target}/macros:~/.wrsrpmmacros'
 \
  +[EMAIL PROTECTED] \
  +--verbose \
  +--with-db-tools-integrated \
  +--with-pcre \
  +--without-lzma \
  +--without-openssl \
  +--without-nss \
  +--without-gcrypt \
  +--without-uuid \
  +--without-xar \
  +--without-keyutils
  +
  +%windriver-target
  +RPM_VENDOR_WINDRIVER=1
  +export RPM_VENDOR_WINDRIVER
  +%checkout
  +%autogen
  +%configure \
  +--prefix=/usr \
  +--with-path-versioned=yes \
  +--disable-nls \
  +--disable-rpath \
  +--with-libelf \
  +--with-selinux \
  +--with-perl \
  +--with-python=2.5 \
  +--with-zlib=external \
  +--with-bzip2=external \
  +--with-beecrypt=external \
  +--with-neon \
  +--with-file=internal \
  +--with-popt=external \
  +--with-sqlite=external \
  +--with-db=internal \
  +--with-lua=internal \
  +--without-apidocs \
  +
--with-path-macros='%{_usrlibrpm}/macros:%{_usrlibrpm}/wrs/macros:%{_usrlibrpm}/wrs/default-linux/macros:%{_usrlibrpm}/wrs/%{_target}/macros:%{_etcrpm}/macros.*:%{_etcrpm}/macros:%{_etcrpm}/%{_target}/macros:~/.wrsrpmmacros'
 \
  +[EMAIL PROTECTED] \
  +--verbose \
  +--with-db-tools-integrated \
  +--with-pcre \
  +--without-lzma \
  +--without-openssl \
  +--without-nss \
  +--without-gcrypt \
  +--without-uuid \
  +--without-xar \
  +--without-keyutils
   %rse
   %standalone
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm/ CHANGES devtool.conf

2008-08-21 Thread Jeff Johnson
  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:   22-Aug-2008 06:58:06
  Branch: HEAD Handle: 2008082204580501

  Modified files:
rpm CHANGES devtool.conf

  Log:
- WR: remove --with-path-versioned in devtool targets.
- WR: remove $(VERION) from macros paths in devtool targets.

  Summary:
RevisionChanges Path
1.2538  +2  -0  rpm/CHANGES
2.242   +0  -2  rpm/devtool.conf
  

  patch -p0 '@@ .'
  Index: rpm/CHANGES
  
  $ cvs diff -u -r1.2537 -r1.2538 CHANGES
  --- rpm/CHANGES   22 Aug 2008 04:54:30 -  1.2537
  +++ rpm/CHANGES   22 Aug 2008 04:58:05 -  1.2538
  @@ -1,5 +1,7 @@
   
   5.1.0 - 5.2a0:
  +- jbj: WR: remove --with-path-versioned in devtool targets.
  +- jbj: WR: remove $(VERION) from macros paths in devtool targets.
   - jbj: WR: add devtool windriver-{host,target} configuration targets.
   - jbj: WR: fix: cleanup patch integration thinkos.
   - jbj: WR: mark wrs-rpm-enable-macro-validation.patch (but leave 
disabled).
  @@ .
  patch -p0 '@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.241 -r2.242 devtool.conf
  --- rpm/devtool.conf  22 Aug 2008 04:54:30 -  2.241
  +++ rpm/devtool.conf  22 Aug 2008 04:58:06 -  2.242
  @@ -142,7 +142,6 @@
   %autogen
   %configure \
   --prefix=/usr \
  ---with-path-versioned=yes \
   --with-path-lib=/usr/lib/rpm \
   --with-python-lib-dir=/usr/lib/python2.5 \
   --disable-nls \
  @@ -182,7 +181,6 @@
   %autogen
   %configure \
   --prefix=/usr \
  ---with-path-versioned=yes \
   --disable-nls \
   --disable-rpath \
   --with-libelf \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm/ CHANGES devtool.conf

2008-05-23 Thread Jeff Johnson
  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:   23-May-2008 18:23:10
  Branch: HEAD Handle: 2008052316230900

  Modified files:
rpm CHANGES devtool.conf

  Log:
- jbj: add --with-openssl to devtool system target to enable the ssl
digital signature implementation in rpmio/rpmssl.c at runtime.

  Summary:
RevisionChanges Path
1.2361  +2  -0  rpm/CHANGES
2.224   +1  -0  rpm/devtool.conf
  

  patch -p0 '@@ .'
  Index: rpm/CHANGES
  
  $ cvs diff -u -r1.2360 -r1.2361 CHANGES
  --- rpm/CHANGES   22 May 2008 16:03:09 -  1.2360
  +++ rpm/CHANGES   23 May 2008 16:23:09 -  1.2361
  @@ -1,5 +1,7 @@
   
   5.1.0 - 5.2a0:
  +- jbj: add --with-openssl to devtool system target to enable the ssl
  + digital signature implementation in rpmio/rpmssl.c at runtime.
   - jbj: rpmte: add rpmteSourcerpm() (for use as a -debuginfo buildset 
key).
   - jbj: fix: skip the :extractor/|transformer mark checking :xml/:yaml.
   - jbj: splint: annotate argvAppend differently.
  @@ .
  patch -p0 '@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.223 -r2.224 devtool.conf
  --- rpm/devtool.conf  23 May 2008 11:48:45 -  2.223
  +++ rpm/devtool.conf  23 May 2008 16:23:09 -  2.224
  @@ -76,6 +76,7 @@
   --with-lua=internal \
   --with-sqlite=external \
   --with-beecrypt=external \
  + --with-openssl \
   --with-nss=external \
   --with-neon=external \
   --with-pcre=external \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm/ CHANGES devtool.conf

2007-12-05 Thread Ralf S. Engelschall
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs   Email:  [EMAIL PROTECTED]
  Module: rpm  Date:   05-Dec-2007 10:53:17
  Branch: HEAD Handle: 2007120509531700

  Modified files:
rpm CHANGES devtool.conf

  Log:
add XAR support to devtool standalone

  Summary:
RevisionChanges Path
1.1941  +1  -0  rpm/CHANGES
2.139   +55 -4  rpm/devtool.conf
  

  patch -p0 '@@ .'
  Index: rpm/CHANGES
  
  $ cvs diff -u -r1.1940 -r1.1941 CHANGES
  --- rpm/CHANGES   5 Dec 2007 03:59:26 -   1.1940
  +++ rpm/CHANGES   5 Dec 2007 09:53:17 -   1.1941
  @@ -1,4 +1,5 @@
   5.0a4 - 5.0b1:
  +- rse: add XAR support to devtool standalone
   - jbj: fix: s/RPM_/RPMLIB_/ in rpmversion.h.in. That should stick now.
   - rpm.org: credit for the original NSS hacks.
   - jbj: no-brainer AutoFu for WITH_NSS enabling, add rpmnss.[ch] to rpmio.
  @@ .
  patch -p0 '@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.138 -r2.139 devtool.conf
  --- rpm/devtool.conf  5 Dec 2007 08:36:21 -   2.138
  +++ rpm/devtool.conf  5 Dec 2007 09:53:17 -   2.139
  @@ -219,6 +219,8 @@
   v_lua=5.1.2
   v_file=4.21
   v_popt=1.12
  +v_libxml2=2.6.30
  +v_xar=1.5.1
   v_config=20071205
   
   #   third-party distribution files
  @@ -239,6 +241,8 @@
   dist=${dist} 
lua-${v_lua}.tar.gz,http://rpm5.org/files/3rd/,http://www.lua.org/ftp/;
   dist=${dist} 
file-${v_file}.tar.gz,http://rpm5.org/files/3rd/,ftp://ftp.astron.com/pub/file/;
   dist=${dist} 
popt-${v_popt}.tar.gz,http://rpm5.org/files/3rd/,http://rpm5.org/files/popt/;
  +dist=${dist} 
libxml2-${v_libxml2}.tar.gz,http://rpm5.org/files/3rd/,ftp://xmlsoft.org/libxml2/;
  +dist=${dist} 
xar-${v_xar}.tar.gz,http://rpm5.org/files/3rd/,http://xar.googlecode.com/files/;
   
   #   third-party distribution patches (for portability and bugfix 
reasons only)
   dist=${dist} 
automake-${v_automake}.patch,http://rpm5.org/files/3rd/;
  @@ -250,6 +254,8 @@
   dist=${dist} lua-${v_lua}.patch,http://rpm5.org/files/3rd/;
   dist=${dist} file-${v_file}.patch,http://rpm5.org/files/3rd/;
   dist=${dist} popt-${v_popt}.patch,http://rpm5.org/files/3rd/;
  +dist=${dist} libxml2-${v_libxml2}.patch,http://rpm5.org/files/3rd/;
  +dist=${dist} xar-${v_xar}.patch,http://rpm5.org/files/3rd/;
   dist=${dist} config.guess-${v_config},http://rpm5.org/files/3rd/;
   dist=${dist} config.sub-${v_config},http://rpm5.org/files/3rd/;
   }
  @@ -756,6 +762,48 @@
   ) || exit $?
   ) || exit $?
   fi
  +
  +#   LibXML2 (uninstalled third-party library)
  +if [ ! -d $base3rd/bin/$platform/libxml2-${v_libxml2} ]; then
  +echo ++ building third-party library libxml2-${v_libxml2}
  +(   cd $base3rd/bin/$platform
  +rm -rf libxml2-${v_libxml2}
  +$gzip -d -c ../../src/libxml2-${v_libxml2}.tar.gz | $tar xf -
  +$SHTOOL subst \
  +-e '/LINENO: error: C[+]* 
preprocessor/{N;N;N;N;s/.*/:/;}' \
  +configure
  +(   cd libxml2-${v_libxml2}
  +$patch -p0 ../../../src/libxml2-${v_libxml2}.patch
  +CC=$cc \
  +./configure \
  +--without-iconv \
  +--disable-shared \
  +--disable-corba \
  +--without-threads \
  +--without-python
  +make
  +) || exit $?
  +) || exit $?
  +fi
  +
  +#   XAR (uninstalled third-party library)
  +if [ ! -d $base3rd/bin/$platform/xar-${v_xar} ]; then
  +echo ++ building third-party library xar-${v_xar}
  +(   cd $base3rd/bin/$platform
  +rm -rf xar-${v_xar}
  +$gzip -d -c ../../src/xar-${v_xar}.tar.gz | $tar xf -
  +(   cd xar-${v_xar}
  +$patch -p0 ../../../src/xar-${v_xar}.patch
  +CC=$cc \
  +CPPFLAGS=-I`pwd`/../openssl-${v_openssl}/include 
-I`pwd`/../zlib-${v_zlib} -I`pwd`/../libxml2-${v_libxml2}/include \
  +LDFLAGS=-L`pwd`/../openssl-${v_openssl}/lib 
-L`pwd`/../zlib-${v_zlib} 

[CVS] RPM: rpm/ CHANGES devtool.conf

2007-11-10 Thread Jeff Johnson
  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:   10-Nov-2007 16:02:24
  Branch: HEAD Handle: 2007111015022300

  Modified files:
rpm CHANGES devtool.conf

  Log:
- eek, rpm-perl not being built here.

  Summary:
RevisionChanges Path
1.1795  +1  -0  rpm/CHANGES
2.122   +1  -1  rpm/devtool.conf
  

  patch -p0 '@@ .'
  Index: rpm/CHANGES
  
  $ cvs diff -u -r1.1794 -r1.1795 CHANGES
  --- rpm/CHANGES   9 Nov 2007 23:36:53 -   1.1794
  +++ rpm/CHANGES   10 Nov 2007 15:02:23 -  1.1795
  @@ -1,4 +1,5 @@
   4.5 - 5.0:
  +- jbj: eek, rpm-perl not being built here.
   - rpm.org: Change strntoul to using size_t for sizes.
   - rpm.org: Remove refs to file/src.
   - rpm.org: Clarify rpm manpage wrt rpmbuild binary vs package 
(rhbz#233232).
  @@ .
  patch -p0 '@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.121 -r2.122 devtool.conf
  --- rpm/devtool.conf  9 Nov 2007 01:06:44 -   2.121
  +++ rpm/devtool.conf  10 Nov 2007 15:02:23 -  2.122
  @@ -80,7 +80,7 @@
   --with-libelf \
   --with-selinux \
   --with-python \
  ---without-perl \
  +--with-perl \
   --with-db-tools-integrated \
   --with-build-extlibdep \
   --with-build-maxextlibdep \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm/ CHANGES devtool.conf rpm/perl/ RPM.xs

2007-07-21 Thread Jeff Johnson
  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:   21-Jul-2007 17:44:22
  Branch: HEAD Handle: 2007072116442200

  Modified files:
rpm CHANGES devtool.conf
rpm/perlRPM.xs

  Log:
- rescuscitate rpm-perl, include rpmio.h explicitly.

  Summary:
RevisionChanges Path
1.1504  +1  -0  rpm/CHANGES
2.56+1  -0  rpm/devtool.conf
1.5 +1  -0  rpm/perl/RPM.xs
  

  patch -p0 '@@ .'
  Index: rpm/CHANGES
  
  $ cvs diff -u -r1.1503 -r1.1504 CHANGES
  --- rpm/CHANGES   21 Jul 2007 12:00:35 -  1.1503
  +++ rpm/CHANGES   21 Jul 2007 15:44:22 -  1.1504
  @@ -1,4 +1,5 @@
   4.5 - 5.0:
  +- jbj: rescuscitate rpm-perl, include rpmio.h explicitly.
   - jbj: perl.prov fiddles (#249135).
   - jbj: rescuscitate rpm-python, include rpmio.h explicitly.
   - jbj: adopt rpm.org signal handling [EMAIL PROTECTED]
  @@ .
  patch -p0 '@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.55 -r2.56 devtool.conf
  --- rpm/devtool.conf  21 Jul 2007 08:26:44 -  2.55
  +++ rpm/devtool.conf  21 Jul 2007 15:44:22 -  2.56
  @@ -68,6 +68,7 @@
   --with-libelf \
   --with-selinux \
--with-python \
  + --with-perl \
   --enable-build-warnings \
   --enable-build-pic \
   --enable-build-pie \
  @@ .
  patch -p0 '@@ .'
  Index: rpm/perl/RPM.xs
  
  $ cvs diff -u -r1.4 -r1.5 RPM.xs
  --- rpm/perl/RPM.xs   6 Jul 2007 18:24:16 -   1.4
  +++ rpm/perl/RPM.xs   21 Jul 2007 15:44:22 -  1.5
  @@ -1,6 +1,7 @@
   #include stdio.h
   #include string.h
   #include utime.h
  +#include rpmio.h
   #include rpmlib.h
   #include rpmcli.h
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm/ CHANGES devtool.conf rpm/python/ rpmdb-py.c rpmds-py.c...

2007-07-20 Thread Jeff Johnson
  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:   21-Jul-2007 00:47:35
  Branch: HEAD Handle: 2007072023473401

  Modified files:
rpm CHANGES devtool.conf
rpm/python  rpmdb-py.c rpmds-py.c rpmfi-py.c rpmmi-py.c
rpmmodule.c rpmps-py.c rpmrc-py.c rpmte-py.c
spec-py.c
rpm/rpmdb   rpmdb.c rpmdb.h

  Log:
- rescuscitate rpm-python, include rpmio.h explicitly.
- adopt rpm.org signal handling [EMAIL PROTECTED]

  Summary:
RevisionChanges Path
1.1502  +3  -0  rpm/CHANGES
2.54+1  -0  rpm/devtool.conf
1.17+1  -0  rpm/python/rpmdb-py.c
1.33+1  -0  rpm/python/rpmds-py.c
1.22+1  -0  rpm/python/rpmfi-py.c
1.19+1  -0  rpm/python/rpmmi-py.c
1.151   +46 -4  rpm/python/rpmmodule.c
1.9 +1  -0  rpm/python/rpmps-py.c
1.19+1  -0  rpm/python/rpmrc-py.c
1.21+1  -0  rpm/python/rpmte-py.c
1.6 +1  -0  rpm/python/spec-py.c
1.137   +12 -6  rpm/rpmdb/rpmdb.c
1.61+10 -1  rpm/rpmdb/rpmdb.h
  

  patch -p0 '@@ .'
  Index: rpm/CHANGES
  
  $ cvs diff -u -r1.1501 -r1.1502 CHANGES
  --- rpm/CHANGES   20 Jul 2007 17:33:04 -  1.1501
  +++ rpm/CHANGES   20 Jul 2007 22:47:34 -  1.1502
  @@ -1,4 +1,7 @@
   4.5 - 5.0:
  +- jbj: rescuscitate rpm-python, include rpmio.h explicitly.
  +- jbj: adopt rpm.org signal handling [EMAIL PROTECTED]
  +- jbj: unbreak macros by using [e,ee) and en as count. todo: look fe 
usage.
   - jbj: use _macro_BUFSIZ, not compiled in BUFSIZ, to size expansion 
targets.
   - jbj: enable %{dirname:...} macro primitive.
   - jbj: add %{?dir/file} as shorthand for %{?dir:%{dir}/file}.
  @@ .
  patch -p0 '@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.53 -r2.54 devtool.conf
  --- rpm/devtool.conf  20 Jul 2007 14:09:49 -  2.53
  +++ rpm/devtool.conf  20 Jul 2007 22:47:34 -  2.54
  @@ -67,6 +67,7 @@
   --with-popt=external \
   --with-libelf \
   --with-selinux \
  + --with-python \
   --enable-build-warnings \
   --enable-build-pic \
   --enable-build-pie \
  @@ .
  patch -p0 '@@ .'
  Index: rpm/python/rpmdb-py.c
  
  $ cvs diff -u -r1.16 -r1.17 rpmdb-py.c
  --- rpm/python/rpmdb-py.c 25 May 2007 17:36:31 -  1.16
  +++ rpm/python/rpmdb-py.c 20 Jul 2007 22:47:34 -  1.17
  @@ -4,6 +4,7 @@
   
   #include system.h
   
  +#include rpmio.h
   #include rpmlib.h
   
   #include rpmdb-py.h
  @@ .
  patch -p0 '@@ .'
  Index: rpm/python/rpmds-py.c
  
  $ cvs diff -u -r1.32 -r1.33 rpmds-py.c
  --- rpm/python/rpmds-py.c 25 May 2007 17:36:31 -  1.32
  +++ rpm/python/rpmds-py.c 20 Jul 2007 22:47:34 -  1.33
  @@ -4,6 +4,7 @@
   
   #include system.h
   
  +#include rpmio.h
   #include rpmlib.h
   
   #include header-py.h
  @@ .
  patch -p0 '@@ .'
  Index: rpm/python/rpmfi-py.c
  
  $ cvs diff -u -r1.21 -r1.22 rpmfi-py.c
  --- rpm/python/rpmfi-py.c 25 May 2007 17:36:31 -  1.21
  +++ rpm/python/rpmfi-py.c 20 Jul 2007 22:47:34 -  1.22
  @@ -4,6 +4,7 @@
   
   #include system.h
   
  +#include rpmio.h
   #include rpmlib.h
   
   #include header-py.h
  @@ .
  patch -p0 '@@ .'
  Index: rpm/python/rpmmi-py.c
  
  $ cvs diff -u -r1.18 -r1.19 rpmmi-py.c
  --- rpm/python/rpmmi-py.c 25 May 2007 17:36:31 -  1.18
  +++ rpm/python/rpmmi-py.c 20 Jul 2007 22:47:34 -  1.19
  @@ -4,6 +4,7 @@
   
   #include system.h
   
  +#include rpmio.h
   #include rpmlib.h
   #include rpmdb.h
   
  @@ .
  patch -p0 '@@ .'
  Index: rpm/python/rpmmodule.c
  
  $ cvs diff -u -r1.150 -r1.151 rpmmodule.c
  --- rpm/python/rpmmodule.c6 Jul 2007 19:34:44 -   1.150
  +++ rpm/python/rpmmodule.c20 Jul 2007 22:47:34 -  1.151
  @@ -7,6 +7,7 @@
   #include rpmio_internal.h
   #include rpmcli.h  /* XXX for rpmCheckSig */
   #include 

[CVS] RPM: rpm/ CHANGES devtool.conf

2007-07-15 Thread Jeff Johnson
  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:   15-Jul-2007 20:24:45
  Branch: HEAD Handle: 2007071519244400

  Modified files:
rpm CHANGES devtool.conf

  Log:
- add (preliminary) WR configuration.

  Summary:
RevisionChanges Path
1.1469  +1  -0  rpm/CHANGES
2.20+36 -0  rpm/devtool.conf
  

  patch -p0 '@@ .'
  Index: rpm/CHANGES
  
  $ cvs diff -u -r1.1468 -r1.1469 CHANGES
  --- rpm/CHANGES   15 Jul 2007 18:23:17 -  1.1468
  +++ rpm/CHANGES   15 Jul 2007 18:24:44 -  1.1469
  @@ -1,4 +1,5 @@
   4.5 - 5.0:
  +- jbj: add (preliminary) WR configuration.
   - rse: support building against external stock Lua 5.1.2, too
   - rse: upgraded the local Lua copy from version 5.0.2 to 5.1.2
   - jbj: remove network transport from all rpm libraries.
  @@ .
  patch -p0 '@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.19 -r2.20 devtool.conf
  --- rpm/devtool.conf  3 Jul 2007 15:45:04 -   2.19
  +++ rpm/devtool.conf  15 Jul 2007 18:24:44 -  2.20
  @@ -67,6 +67,42 @@
   --enable-build-pie \
   --enable-maintainer-mode
   
  +%fray-cross
  +%checkout
  +%autogen
  +%configure \
  + --disable-nls \
  + --with-libelf \
  + --without-selinux \
  + --without-perl \
  + --with-python=2.4 \
  + --with-zlib \
  + --with-bzip2 \
  + --with-beecrypt \
  + --without-neon \
  + --with-file=internal \
  + --with-popt \
  + --with-sqlite \
  + --with-dbapi=sqlite \
  + --with-db=internal \
  + --with-lua=internal \
  + --without-apidocs \
  + --with-path-macros=... \
  + [EMAIL PROTECTED]
  +
  +%fray-target
  +%checkout
  +%autogen
  +%configure \
  + --disable-nls \
  + --with-file=internal \
  + --with-db=internal \
  + --with-lua=internal \
  + --without-apidocs \
  + --with-beecrypt \
  + --with-popt \
  + [EMAIL PROTECTED]
  +
   %tarball
   %checkout
   %autogen
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org