diff --git a/automake.spec b/automake.spec index 7ac9067..ebcb753 100644 --- a/automake.spec +++ b/automake.spec @@ -2,8 +2,8 @@ Summary: A GNU tool for automatically creating Makefiles. Name: automake -Version: %{api_version}.2 -Release: 3 +Version: %{api_version}.3 +Release: 1 License: GPL Group: Development/Tools Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2 @@ -61,6 +61,15 @@ fi %dir %{_datadir}/aclocal %changelog +* 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. + - Ignore comments from augmented variables ... + - `install-sh -d a/b/' failed to create `a/b/' because of the trailing `/'. + - _PROGRAMS now always create programs. Before 1.9 it would mistakenly create a libtool library if the name of the program ended in `.la'. + - `compile' now handles `*.obj' objects. + - `aclocal' recognizes AC_DEFUN_ONCE. + * Tue Sep 28 2004 Warren Togami - 1.9.2-3 - trim docs