To apply these patches, cd to the main directory of the package and then use `patch -p1 < hello-XXX.diff'. Before building the programm run `autoconf' and `autoheader' to rebuild `configure' and `config.h.in'. diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/ChangeLog hello-2.1.1/ChangeLog *** hello-2.1.0/ChangeLog Sat May 25 12:34:28 2002 --- hello-2.1.1/ChangeLog Sat Jun 8 20:14:10 2002 *************** *** 1,2 **** --- 1,15 ---- + 2002-06-08 Karl Eichwalder + + * configure.ac (AC_INIT): Replace use of the zero-arg form of + AC_INIT with a use of the 3-arg form. + * configure.ac (AM_INIT_AUTOMAKE): Use zero-arg form of this + macro. + + * configure.ac: 2.1.1, ke_PRE: 2.1.0. + + 2002-05-22 Karl Eichwalder + + * Release 2.1.0. + 2002-05-25 Karl Eichwalder diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/Makefile.in hello-2.1.1/Makefile.in *** hello-2.1.0/Makefile.in Sat May 25 12:35:24 2002 --- hello-2.1.1/Makefile.in Sun Jun 9 07:27:31 2002 *************** *** 90,94 **** MKINSTALLDIRS = @MKINSTALLDIRS@ PACKAGE = @PACKAGE@ - PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PERL = @PERL@ POSUB = @POSUB@ --- 90,93 ---- diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/NEWS hello-2.1.1/NEWS *** hello-2.1.0/NEWS Sat May 25 12:37:47 2002 --- hello-2.1.1/NEWS Sat Jun 8 20:12:40 2002 *************** *** 1,3 **** ! GNU Hello NEWS -- history of user-visible changes. 2002-05-31 Copyright (C) 1992, 1993, 1995-2002 Free Software Foundation, Inc. --- 1,3 ---- ! GNU Hello NEWS -- history of user-visible changes. 2002-06-08 Copyright (C) 1992, 1993, 1995-2002 Free Software Foundation, Inc. *************** *** 7,10 **** --- 7,15 ---- + Version 2.1.1 + * Bugfixes: + *. Display the bug reporting address. + + Version 2.1.0 diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/THANKS hello-2.1.1/THANKS *** hello-2.1.0/THANKS Wed May 22 17:57:15 2002 --- hello-2.1.1/THANKS Sat Jun 8 20:19:55 2002 *************** *** 16,22 **** Paul Eggert for feedback and patches. Thanks to all the translators (run 'grep -e ^\"Last-Translator: po/*.po'). ! Fuerth, 2001-05-16 -- work : ke@suse.de | ,__o --- 16,24 ---- Paul Eggert for feedback and patches. + Fabrice Bauzac and Thomas Bushnell. + Thanks to all the translators (run 'grep -e ^\"Last-Translator: po/*.po'). ! Fuerth, 2002-06-08 -- work : ke@suse.de | ,__o diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/configure.ac hello-2.1.1/configure.ac *** hello-2.1.0/configure.ac Sat May 25 12:33:23 2002 --- hello-2.1.1/configure.ac Sat Jun 8 20:10:52 2002 *************** *** 1,15 **** dnl Process this file with autoconf to produce a configure script. ! AC_INIT AC_CONFIG_SRCDIR([src/hello.c]) AC_PREREQ(2.52) ! dnl AM_INIT_AUTOMAKE(hello, 1.3.32,hello-list@gnu.franken.de) ! AC_SUBST(ke_PRE, 2.0.60) ! AM_INIT_AUTOMAKE(hello, 2.1.0) AM_CONFIG_HEADER(config.h) ! AC_SUBST(PACKAGE_BUGREPORT, bug-gnu-hello@gnu.org) ! AH_TEMPLATE(PACKAGE_BUGREPORT) ! AC_DEFINE_UNQUOTED(PACKAGE_BUGREPORT, "$PACKAGE_BUGREPORT") dnl Set of available languages now in po/LINGUAS. --- 1,14 ---- dnl Process this file with autoconf to produce a configure script. ! AC_INIT(hello, 2.1.1, bug-gnu-hello@gnu.org) AC_CONFIG_SRCDIR([src/hello.c]) AC_PREREQ(2.52) ! AC_SUBST(ke_PRE, 2.1.0) ! AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) ! dnl AC_SUBST(PACKAGE_BUGREPORT, bug-gnu-hello@gnu.org) ! dnl AH_TEMPLATE(PACKAGE_BUGREPORT) ! dnl AC_DEFINE_UNQUOTED(PACKAGE_BUGREPORT, "$PACKAGE_BUGREPORT") dnl Set of available languages now in po/LINGUAS. diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/contrib/Makefile.in hello-2.1.1/contrib/Makefile.in *** hello-2.1.0/contrib/Makefile.in Sat May 25 12:36:35 2002 --- hello-2.1.1/contrib/Makefile.in Sun Jun 9 07:28:05 2002 *************** *** 90,94 **** MKINSTALLDIRS = @MKINSTALLDIRS@ PACKAGE = @PACKAGE@ - PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PERL = @PERL@ POSUB = @POSUB@ --- 90,93 ---- diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/doc/Makefile.in hello-2.1.1/doc/Makefile.in *** hello-2.1.0/doc/Makefile.in Sat May 25 12:36:38 2002 --- hello-2.1.1/doc/Makefile.in Sun Jun 9 07:28:08 2002 *************** *** 90,94 **** MKINSTALLDIRS = @MKINSTALLDIRS@ PACKAGE = @PACKAGE@ - PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PERL = @PERL@ POSUB = @POSUB@ --- 90,93 ---- diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/doc/hello.texi hello-2.1.1/doc/hello.texi *** hello-2.1.0/doc/hello.texi Wed May 22 18:26:55 2002 --- hello-2.1.1/doc/hello.texi Sat Jun 8 20:15:15 2002 *************** *** 10,14 **** @copying ! This file documents the the GNU @code{hello} command for printing a greeting message. --- 10,14 ---- @copying ! This file documents the GNU @code{hello} command for printing a greeting message. diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/doc/stamp-vti hello-2.1.1/doc/stamp-vti *** hello-2.1.0/doc/stamp-vti Sat May 25 12:36:39 2002 --- hello-2.1.1/doc/stamp-vti Sun Jun 9 07:28:09 2002 *************** *** 1,4 **** ! @set UPDATED 22 May 2002 ! @set UPDATED-MONTH May 2002 ! @set EDITION 2.1.0 ! @set VERSION 2.1.0 --- 1,4 ---- ! @set UPDATED 8 June 2002 ! @set UPDATED-MONTH June 2002 ! @set EDITION 2.1.1 ! @set VERSION 2.1.1 diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/doc/version.texi hello-2.1.1/doc/version.texi *** hello-2.1.0/doc/version.texi Sat May 25 12:36:39 2002 --- hello-2.1.1/doc/version.texi Sun Jun 9 07:28:09 2002 *************** *** 1,4 **** ! @set UPDATED 22 May 2002 ! @set UPDATED-MONTH May 2002 ! @set EDITION 2.1.0 ! @set VERSION 2.1.0 --- 1,4 ---- ! @set UPDATED 8 June 2002 ! @set UPDATED-MONTH June 2002 ! @set EDITION 2.1.1 ! @set VERSION 2.1.1 diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/m4/Makefile.in hello-2.1.1/m4/Makefile.in *** hello-2.1.0/m4/Makefile.in Sat May 25 12:36:56 2002 --- hello-2.1.1/m4/Makefile.in Sun Jun 9 07:29:12 2002 *************** *** 90,94 **** MKINSTALLDIRS = @MKINSTALLDIRS@ PACKAGE = @PACKAGE@ - PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PERL = @PERL@ POSUB = @POSUB@ --- 90,93 ---- diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/man/Makefile.in hello-2.1.1/man/Makefile.in *** hello-2.1.0/man/Makefile.in Sat May 25 12:36:53 2002 --- hello-2.1.1/man/Makefile.in Sun Jun 9 07:29:15 2002 *************** *** 90,94 **** MKINSTALLDIRS = @MKINSTALLDIRS@ PACKAGE = @PACKAGE@ - PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PERL = @PERL@ POSUB = @POSUB@ --- 90,93 ---- diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/man/hello.1 hello-2.1.1/man/hello.1 *** hello-2.1.0/man/hello.1 Wed May 22 19:51:22 2002 --- hello-2.1.1/man/hello.1 Sun Jun 9 07:30:03 2002 *************** *** 1,4 **** .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24. ! .TH HELLO "1" "May 2002" "GNU hello 2.0.60" GNU .SH NAME hello \- Friendly Greeting Program --- 1,4 ---- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24. ! .TH HELLO "1" "June 2002" "GNU hello 2.1.1" GNU .SH NAME hello \- Friendly Greeting Program *************** *** 24,28 **** print your mail .SH "REPORTING BUGS" ! Report bugs to <>. .SH COPYRIGHT Copyright \(co 1992, 1993, 1997-2001 Free Software Foundation, Inc. --- 24,28 ---- print your mail .SH "REPORTING BUGS" ! Report bugs to . .SH COPYRIGHT Copyright \(co 1992, 1993, 1997-2001 Free Software Foundation, Inc. diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/src/Makefile.in hello-2.1.1/src/Makefile.in *** hello-2.1.0/src/Makefile.in Sat May 25 12:36:49 2002 --- hello-2.1.1/src/Makefile.in Sun Jun 9 07:29:18 2002 *************** *** 90,94 **** MKINSTALLDIRS = @MKINSTALLDIRS@ PACKAGE = @PACKAGE@ - PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PERL = @PERL@ POSUB = @POSUB@ --- 90,93 ---- diff -rc2P --exclude=configure --exclude=config.h.in --exclude='*.info' --exclude='*.gmo' --exclude=aclocal.m4 hello-2.1.0/tests/Makefile.in hello-2.1.1/tests/Makefile.in *** hello-2.1.0/tests/Makefile.in Sat May 25 12:37:00 2002 --- hello-2.1.1/tests/Makefile.in Sun Jun 9 07:29:09 2002 *************** *** 90,94 **** MKINSTALLDIRS = @MKINSTALLDIRS@ PACKAGE = @PACKAGE@ - PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PERL = @PERL@ POSUB = @POSUB@ --- 90,93 ----