From 16a046f2dec6f4f0a5dbdd09d8a1230a4122467c Mon Sep 17 00:00:00 2001 From: dreed Date: Tue, 1 Feb 2005 18:26:57 +0000 Subject: [PATCH] version bump --- .cvsignore | 2 +- automake.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index fa0e811..a7a5647 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -automake-1.9.3.tar.bz2 +automake-1.9.4.tar.bz2 diff --git a/automake.spec b/automake.spec index ebcb753..252c6a4 100644 --- a/automake.spec +++ b/automake.spec @@ -2,7 +2,7 @@ Summary: A GNU tool for automatically creating Makefiles. Name: automake -Version: %{api_version}.3 +Version: %{api_version}.4 Release: 1 License: GPL Group: Development/Tools @@ -61,6 +61,20 @@ fi %dir %{_datadir}/aclocal %changelog +* Tue Feb 1 2005 Daniel Reed 1.9.4-1 +- version bump + - Portability nits in install-sh and mdata-sh. + - Don't let `make install' fails if a _JAVA primary becomes empty + because of conditionals. + - Do not confuse CHANGELOG with ChangeLog on case-insensitive + case-preserving file systems (likewise for all automatically + distributed files). + - Do not embed $DESTDIR in Python's byte-code files. + - Work around programs that read stdin when checking for --version + and --help options (when the `std-options' is used). + - Fix AM_PATH_PYTHON to correctly define PYTHON as `:' when no minimum + version was supplied and no interpreter is found. + * Mon Nov 1 2004 Daniel Reed 1.9.3-1 - version bump - Dependency tracking using mode "dashmstdout" or "dashXmstdout" did not work for libtool objects compiled with --tag (i.e., compiled with Libtool 1.5 or later). The compilation would succeed, but `depcomp' would emit a warning and not output any dependency information. diff --git a/sources b/sources index edec84d..58454fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0ee08fb0ee48d20a4f8da99137340efd automake-1.9.3.tar.bz2 +1b3a680fc5e046b275dd2456426f8a9e automake-1.9.4.tar.bz2