Hello community,

here is the log from the commit of package aide for openSUSE:Factory checked in 
at 2013-05-02 11:05:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aide (Old)
 and      /work/SRC/openSUSE:Factory/.aide.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aide"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aide/aide.changes        2012-01-05 
13:47:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aide.new/aide.changes   2013-05-02 
11:05:45.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr 26 11:26:37 UTC 2013 - mmeis...@suse.com
+
+- Removed AC_CONFIG_MACRO_DIR([m4]) from configure.in to fix
+  build with new automake: aide-no_m4_dir.patch
+
+-------------------------------------------------------------------

New:
----
  aide-no_m4_dir.patch

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

Other differences:
------------------
++++++ aide.spec ++++++
--- /var/tmp/diff_new_pack.RDEuPY/_old  2013-05-02 11:05:47.000000000 +0200
+++ /var/tmp/diff_new_pack.RDEuPY/_new  2013-05-02 11:05:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aide
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:           aide
 BuildRequires:  automake
 BuildRequires:  bison
@@ -24,8 +23,8 @@
 BuildRequires:  flex
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
-BuildRequires:  libselinux-devel
 BuildRequires:  libgcrypt-devel
+BuildRequires:  libselinux-devel
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
 Version:        0.15.1
@@ -37,6 +36,7 @@
 Source1:        aide.conf
 Source2:        aide-cron_daily.sh
 Patch1:         aide-%{version}-as-needed.patch
+Patch2:         aide-no_m4_dir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://sourceforge.net/projects/aide/
 
@@ -46,6 +46,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2
 
 %build
 autoreconf -fiv

++++++ aide-no_m4_dir.patch ++++++
--- configure.in.orig   2013-04-26 13:23:50.536353946 +0200
+++ configure.in        2013-04-26 13:23:53.558406622 +0200
@@ -2,7 +2,6 @@
 
 dnl Initialize autoconf/automake
 AC_INIT(aide, AIDE_VERSION)
-AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to