Hello community, here is the log from the commit of package libnjb for openSUSE:Factory checked in at 2013-05-03 09:17:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnjb (Old) and /work/SRC/openSUSE:Factory/.libnjb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnjb" Changes: -------- --- /work/SRC/openSUSE:Factory/libnjb/libnjb.changes 2011-11-21 15:47:10.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libnjb.new/libnjb.changes 2013-05-03 09:17:20.000000000 +0200 @@ -1,0 +2,6 @@ +Thu May 2 12:14:06 UTC 2013 - [email protected] + +- Removed AC_CONFIG_MACRO_DIR([m4]) from configure.ac to fix + build with new automake + +------------------------------------------------------------------- New: ---- libnjb-no_m4_dir.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnjb.spec ++++++ --- /var/tmp/diff_new_pack.7hIwuq/_old 2013-05-03 09:17:21.000000000 +0200 +++ /var/tmp/diff_new_pack.7hIwuq/_new 2013-05-03 09:17:21.000000000 +0200 @@ -27,6 +27,7 @@ Release: 1 Summary: Nomad Jukebox API Source: %{name}-%{version}.tar.gz +Patch: libnjb-no_m4_dir.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: dbus-1 @@ -55,6 +56,7 @@ %prep %setup -q +%patch %build autoreconf -fiv ++++++ libnjb-no_m4_dir.diff ++++++ From: Benjamin Denisart <[email protected]> Date: Fri Apr 26 15:17:31 CEST 2013 Subject: [PATCH] Remove AC_CONFIG_MACRO_DIR from configure.ac to fix build with automake-1.13.1 --- configure.ac.orig 2011-06-25 14:04:54.000000000 +0200 +++ configure.ac 2013-05-02 14:10:51.965722306 +0200 @@ -1,7 +1,6 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) AC_INIT([libnjb], [2.2.7], [[email protected]]) -AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/base.c]) AC_CONFIG_HEADER([config.h]) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
