Hello community, here is the log from the commit of package audit for openSUSE:Factory checked in at 2013-05-02 15:29:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audit (Old) and /work/SRC/openSUSE:Factory/.audit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audit" Changes: -------- --- /work/SRC/openSUSE:Factory/audit/audit.changes 2013-03-26 15:28:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.audit.new/audit.changes 2013-05-02 15:29:19.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Apr 26 11:14:39 UTC 2013 - [email protected] + +- audit-no_m4_dir.patch: Removed AC_CONFIG_MACRO_DIR([m4]) from + configure.ac to fix build with new automake + +------------------------------------------------------------------- New: ---- audit-no_m4_dir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audit.spec ++++++ --- /var/tmp/diff_new_pack.2yiNV5/_old 2013-05-02 15:29:22.000000000 +0200 +++ /var/tmp/diff_new_pack.2yiNV5/_new 2013-05-02 15:29:22.000000000 +0200 @@ -29,6 +29,7 @@ Source4: README-BEFORE-ADDING-PATCHES Patch2: audit-no_plugins.patch Patch3: audit-no-gss.patch +Patch4: audit-no_m4_dir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf >= 2.12 BuildRequires: gcc-c++ @@ -81,6 +82,7 @@ %setup -q %patch2 -p1 %patch3 -p1 +%patch4 %build autoreconf -fi ++++++ audit-no_m4_dir.patch ++++++ From: Maximilian Meister <[email protected]> Subject: Remove AC_CONFIG_MACRO_DIR([m4]) from configure.ac audit cannnot build with automake-1.13.1 when looking for a m4 directory --- configure.ac.orig 2013-04-26 13:09:46.019388414 +0200 +++ configure.ac 2013-04-26 13:10:54.607385058 +0200 @@ -35,7 +35,6 @@ echo Configuring auditd $VERSION -AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AM_PROG_LIBTOOL -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
