From b469e7b56c620ada6d96d778dd30f451514d542d Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 8 Nov 2010 10:43:05 +1100 Subject: [PATCH] Distros don't like 3 point versioning scheme so change back to 2 point and change version to 0.520. --- ChangeLog | 3 +++ WHATS-NEW | 4 ++++ configure | 22 +++++++++++----------- configure.ac | 2 +- main.c | 4 ++-- rzip.h | 2 +- 6 files changed, 22 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2914a73..6481db2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ lrzip ChangeLog +NOVEMBER 2010, version 0.520 Con Kolivas +* Distros don't like 3 point version numbering so just repackaged as 0.520. + NOVEMBER 2010, version 0.5.2 Con Kolivas * Fixed the Darwin build, again. * Fixed cases of extreme ram usage on 32 bit failing by limiting zpaq to 600MB diff --git a/WHATS-NEW b/WHATS-NEW index 276ed97..9456dc6 100644 --- a/WHATS-NEW +++ b/WHATS-NEW @@ -1,3 +1,7 @@ +lrzip-0.520 + +Just changed version numbering back to 2 point. + lrzip-0.5.2 Fixed the Darwin build again. diff --git a/configure b/configure index 57ad399..4fd0b9a 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for lrzip 0.5.2. +# Generated by GNU Autoconf 2.67 for lrzip 0.520. # # Report bugs to . # @@ -551,9 +551,9 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='lrzip' -PACKAGE_TARNAME='lrzip-0.5.2' -PACKAGE_VERSION='0.5.2' -PACKAGE_STRING='lrzip 0.5.2' +PACKAGE_TARNAME='lrzip-0.520' +PACKAGE_VERSION='0.520' +PACKAGE_STRING='lrzip 0.520' PACKAGE_BUGREPORT='kernel@kolivas.org' PACKAGE_URL='' @@ -1221,7 +1221,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures lrzip 0.5.2 to adapt to many kinds of systems. +\`configure' configures lrzip 0.520 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1269,7 +1269,7 @@ Fine tuning of the installation directories: --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/lrzip-0.5.2] + --docdir=DIR documentation root [DATAROOTDIR/doc/lrzip-0.520] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1286,7 +1286,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of lrzip 0.5.2:";; + short | recursive ) echo "Configuration of lrzip 0.520:";; esac cat <<\_ACEOF @@ -1375,7 +1375,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -lrzip configure 0.5.2 +lrzip configure 0.520 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2014,7 +2014,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by lrzip $as_me 0.5.2, which was +It was created by lrzip $as_me 0.520, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -5324,7 +5324,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by lrzip $as_me 0.5.2, which was +This file was extended by lrzip $as_me 0.520, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5386,7 +5386,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -lrzip config.status 0.5.2 +lrzip config.status 0.520 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 8fdba23..4fe3948 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([lrzip],[0.5.2],[kernel@kolivas.org],[lrzip-0.5.2]) +AC_INIT([lrzip],[0.520],[kernel@kolivas.org],[lrzip-0.520]) AC_CONFIG_HEADER(config.h) # see what our system is! AC_CANONICAL_HOST diff --git a/main.c b/main.c index 44c9c56..1681a2d 100644 --- a/main.c +++ b/main.c @@ -23,7 +23,7 @@ struct rzip_control control; static void usage(void) { - print_output("lrzip version %d.%d.%d\n", LRZIP_MAJOR_VERSION, LRZIP_MINOR_VERSION, LRZIP_MINOR_SUBVERSION); + print_output("lrzip version %d.%d%d\n", LRZIP_MAJOR_VERSION, LRZIP_MINOR_VERSION, LRZIP_MINOR_SUBVERSION); print_output("Copyright (C) Con Kolivas 2006-2010\n\n"); print_output("Based on rzip "); print_output("Copyright (C) Andrew Tridgell 1998-2003\n"); @@ -609,7 +609,7 @@ int main(int argc, char *argv[]) control.flags &= ~FLAG_SHOW_PROGRESS; break; case 'V': - print_output("lrzip version %d.%d.%d\n", + print_output("lrzip version %d.%d%d\n", LRZIP_MAJOR_VERSION, LRZIP_MINOR_VERSION, LRZIP_MINOR_SUBVERSION); exit(0); break; diff --git a/rzip.h b/rzip.h index 9dd968e..a5a8b41 100644 --- a/rzip.h +++ b/rzip.h @@ -19,7 +19,7 @@ #define LRZIP_MAJOR_VERSION 0 #define LRZIP_MINOR_VERSION 5 -#define LRZIP_MINOR_SUBVERSION 2 +#define LRZIP_MINOR_SUBVERSION 20 #define NUM_STREAMS 2