Hello community,

here is the log from the commit of package automake for openSUSE:Factory 
checked in at 2012-07-04 13:50:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/automake (Old)
 and      /work/SRC/openSUSE:Factory/.automake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "automake", Maintainer is "p...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/automake/automake.changes        2012-06-29 
10:38:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.automake.new/automake.changes   2012-07-04 
13:50:47.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul  4 07:21:17 UTC 2012 - co...@suse.com
+
+- make sure we still define $(mkdir_p) for the time being
+
+-------------------------------------------------------------------

New:
----
  automake-add-mkdir_p-temporarly.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ automake.spec ++++++
--- /var/tmp/diff_new_pack.eXwHRz/_old  2012-07-04 13:50:48.000000000 +0200
+++ /var/tmp/diff_new_pack.eXwHRz/_new  2012-07-04 13:50:48.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           automake
-BuildRequires:  autoconf
+BuildRequires:  autoconf >= 2.69
 BuildRequires:  bison
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
@@ -29,7 +29,7 @@
 BuildRequires:  flex
 Requires:       flex
 %endif
-Requires:       autoconf >= 2.62
+Requires:       autoconf >= 2.69
 Requires:       info
 Version:        1.12.1
 Release:        0
@@ -42,6 +42,10 @@
 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
@@ -54,8 +58,10 @@
 %setup -q -n automake-%{version}
 %patch1
 %patch3
+%patch4 -p1
 
 %build
+sh bootstrap.sh
 %configure --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
 


++++++ automake-add-mkdir_p-temporarly.patch ++++++
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
++++++ automake-require_file.patch ++++++
--- /var/tmp/diff_new_pack.eXwHRz/_old  2012-07-04 13:50:48.000000000 +0200
+++ /var/tmp/diff_new_pack.eXwHRz/_new  2012-07-04 13:50:48.000000000 +0200
@@ -1,8 +1,8 @@
 Index: automake.in
 ===================================================================
---- automake.in.orig   2012-04-21 16:38:05.000000000 +0200
-+++ automake.in        2012-04-26 16:31:55.925021393 +0200
-@@ -7709,12 +7709,14 @@ sub required_file_check_or_copy ($$$)
+--- automake.in.orig   2012-06-01 15:47:09.000000000 +0200
++++ automake.in        2012-07-04 09:17:39.816973055 +0200
+@@ -7751,12 +7751,14 @@ sub required_file_check_or_copy ($$$)
    my $fullfile = "$dir/$file";
    my $found_it = 0;
    my $dangling_sym = 0;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to