diff --git a/automake-1.12.1.tar.xz b/automake-1.12.1.tar.xz deleted file mode 100644 index 734a969..0000000 --- a/automake-1.12.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32750869b24ac2a25765215fdf75c349aabf9465e436de2351602e1aca5c173f -size 1352384 diff --git a/automake-1.12.3.tar.xz b/automake-1.12.3.tar.xz new file mode 100644 index 0000000..44467e1 --- /dev/null +++ b/automake-1.12.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4207b057b97ab771be61b73b8f848c31fb9f0c3bb204a7f1aca5bbeff41eb5a +size 1378784 diff --git a/automake-add-mkdir_p-temporarly.patch b/automake-add-mkdir_p-temporarly.patch deleted file mode 100644 index dab934c..0000000 --- a/automake-add-mkdir_p-temporarly.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: automake-1.12.1/m4/init.m4 -=================================================================== ---- automake-1.12.1.orig/m4/init.m4 2012-06-01 15:47:10.000000000 +0200 -+++ automake-1.12.1/m4/init.m4 2012-06-01 15:47:10.000000000 +0200 -@@ -82,6 +82,7 @@ AM_MISSING_PROG([MAKEINFO], [makeinfo]) - AC_REQUIRE([AM_PROG_INSTALL_SH])dnl - AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl - AC_REQUIRE([AC_PROG_MKDIR_P])dnl -+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl - # We need awk for the "check" target. The system "awk" is bad on - # some platforms. - AC_REQUIRE([AC_PROG_AWK])dnl diff --git a/automake.changes b/automake.changes index 56afc3c..fc2daeb 100644 --- a/automake.changes +++ b/automake.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Sep 11 17:34:05 UTC 2012 - p.drouand@gmail.com + +- Update to 1.12.3: + - reworks and reshuffles the Automake testsuite a bit; fixing some + weaknesses and spurious failures in the process, but also, likely, + introducing new ones; + + - introduces initial support for automatic dependency tracking with + the Portland Group C/C++ compilers (thanks to Dave Goodell and + Jeff A. Daily); + + - fixes several long-standing bugs and limitations in the 'ylwrap' + script (thanks to Akim Demaille); among the other things, the + long-standing PR/491 and automake bug#7648 are now fixed. + ------------------------------------------------------------------- Wed Jul 4 07:21:17 UTC 2012 - coolo@suse.com diff --git a/automake.spec b/automake.spec index 35daaed..c66e00c 100644 --- a/automake.spec +++ b/automake.spec @@ -31,7 +31,7 @@ Requires: flex %endif Requires: autoconf >= 2.69 Requires: info -Version: 1.12.1 +Version: 1.12.3 Release: 0 Summary: A Program for Automatically Generating GNU-Style Makefile.in Files License: GPL-2.0+ @@ -42,10 +42,6 @@ Source: automake-%{version}.tar.xz Source1: automake-rpmlintrc Patch1: automake-SuSE.patch Patch3: automake-require_file.patch -# this patch makes sure packages that do not call AM_PROG_MKDIR, but use $(mkdir_p) work -# this patch should be removed after 12.2 is done, packages need to be fixed to use $(MKDIR_P) -# or avoid autoreconf at all -Patch4: automake-add-mkdir_p-temporarly.patch BuildArch: noarch %description @@ -58,7 +54,6 @@ definitions (with rules occasionally thrown in). The generated %setup -q -n automake-%{version} %patch1 %patch3 -%patch4 -p1 %build sh bootstrap.sh