From: Joey Hess Date: Thu, 13 May 2010 06:44:45 +0000 (-0400) Subject: releasing version 1.03 X-Git-Tag: 1.03^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1141fc25c66249c3c8c2f6b5aecc66b5d894ffbd;p=tools%2Fpristine-tar.git releasing version 1.03 --- diff --git a/debian/changelog b/debian/changelog index aaf96df..c0c8db4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pristine-tar (1.02) unstable; urgency=low +pristine-tar (1.03) unstable; urgency=low * zgz now includes a trimmed down copy of the compressor from bzip2 0.9.5d. That old version of bzip2 generated different compression results, diff --git a/pristine-tar.spec b/pristine-tar.spec index 94cc37a..24c353c 100644 --- a/pristine-tar.spec +++ b/pristine-tar.spec @@ -1,5 +1,5 @@ Name: pristine-tar -Version: 1.02 +Version: 1.03 Release: 2%{?dist} Summary: regenerate pristine tarballs diff --git a/zgz/zgz.c b/zgz/zgz.c index db240be..0ddda6e 100644 --- a/zgz/zgz.c +++ b/zgz/zgz.c @@ -88,7 +88,7 @@ extern void old_bzip2(int level); #define GZIP_OS_UNIX 3 /* Unix */ #define GZIP_OS_NTFS 11 /* NTFS */ -static const char gzip_version[] = "zgz 20081211 based on NetBSD gzip 20060927 and GNU gzip 1.3.12"; +static const char gzip_version[] = "zgz 20100613 based on NetBSD gzip 20060927, GNU gzip 1.3.12, and bzip2 0.9.5d"; static const char gzip_copyright[] = \ " Authors: Faidon Liambotis \n"