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 aaf96df..c0c8db4 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 94cc37a..24c353c 100644 (file)
@@ -1,5 +1,5 @@
 Name: pristine-tar
-Version: 1.02
+Version: 1.03
 Release: 2%{?dist}
 Summary: regenerate pristine tarballs
 
index db240be..0ddda6e 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"