releasing version 1.03 1.03
authorJoey Hess <joey@kitenet.net>
Thu, 13 May 2010 06:44:45 +0000 (02:44 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 13 May 2010 06:44:45 +0000 (02:44 -0400)
debian/changelog
pristine-tar.spec
zgz/zgz.c

index aaf96dfcccb7f2255c6943bf582b02764c579555..c0c8db43365efcfc0e468c3333a71fd7c0809a32 100644 (file)
@@ -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,
index 94cc37a69f2e82ecbc9a64b47a48084d8823d32b..24c353c57289b6114dbdf23cbda278b8ef1b4488 100644 (file)
@@ -1,5 +1,5 @@
 Name: pristine-tar
-Version: 1.02
+Version: 1.03
 Release: 2%{?dist}
 Summary: regenerate pristine tarballs
 
index db240be584c2feb20b37c01d57511ee70a8c0209..0ddda6e65d2ac18087824e4b64fd1bff10f50e79 100644 (file)
--- 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 <paravoid@debian.org>\n"