RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Anders F. Björklund
Root: /v/rpm/cvs Email: afb@rpm5.org
Module: xar Date: 09-Dec-2007 22:24:37
Branch: HEAD Handle: 2007120921243601
Modified files:
xar ChangeLog
xar/lib lzmaxar.c
Log:
more patches merged upstream
Summary:
Revision Changes Path
1.12 +4 -0 xar/ChangeLog
1.4 +1 -1 xar/lib/lzmaxar.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: xar/ChangeLog
============================================================================
$ cvs diff -u -r1.11 -r1.12 ChangeLog
--- xar/ChangeLog 12 Nov 2007 17:17:20 -0000 1.11
+++ xar/ChangeLog 9 Dec 2007 21:24:36 -0000 1.12
@@ -1,4 +1,8 @@
devel
+ 2007-12-09 Rob Braun bbraun@synack.net
+ * include/xar.h.in lib/filetree.c lib/stat.c test/validate.c: Make sure xar_iter_new() takes no parameters. From rpm5.
+ * lib/libxar.la.in.in: set the libxir to @LIBDIR@ from autoconf. From rpm5.
+ * lib/lzmaxar.c: Use the global macro for compression level.
2007-11-11 Rob Braun bbraun@synack.net
* lib/archive.c: Add a #define for a mising function in Mac OS X's old version of libxml2 from Anders F Björklund.
* lib/Makefile.inc.in: Be a little more gnu libtool friendly from Anders F Björklund.
@@ .
patch -p0 <<'@@ .'
Index: xar/lib/lzmaxar.c
============================================================================
$ cvs diff -u -r1.3 -r1.4 lzmaxar.c
--- xar/lib/lzmaxar.c 20 Oct 2007 19:08:25 -0000 1.3
+++ xar/lib/lzmaxar.c 9 Dec 2007 21:24:37 -0000 1.4
@@ -189,7 +189,7 @@
/* on first run, we init the context and check the compression type */
if( !LZMA_CONTEXT(context) ) {
- int level = preset_level; /* RPM5: use preset_level instead of 9 */
+ int level = preset_level;
*context = calloc(1,sizeof(struct _lzma_context));
opt = xar_opt_get(x, XAR_OPT_COMPRESSION);
@@ .
Received on Sun Dec 9 22:24:37 2007