forked from pool/automake
Accepting request 133690 from home:posophe:branches:devel:tools:building
Update to 1.12.3 OBS-URL: https://build.opensuse.org/request/show/133690 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/automake?expand=0&rev=21
This commit is contained in:
parent
e8bc2e38cd
commit
71b7acb528
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32750869b24ac2a25765215fdf75c349aabf9465e436de2351602e1aca5c173f
|
||||
size 1352384
|
3
automake-1.12.3.tar.xz
Normal file
3
automake-1.12.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4207b057b97ab771be61b73b8f848c31fb9f0c3bb204a7f1aca5bbeff41eb5a
|
||||
size 1378784
|
@ -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
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user