Hello community,

here is the log from the commit of package pcmanfm for openSUSE:Factory checked 
in at 2012-06-10 20:18:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcmanfm (Old)
 and      /work/SRC/openSUSE:Factory/.pcmanfm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcmanfm", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcmanfm/pcmanfm.changes  2011-12-06 
16:23:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pcmanfm.new/pcmanfm.changes     2012-06-10 
21:52:00.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun  7 15:04:47 UTC 2012 - [email protected]
+
+- fixed build with automake 1.12, inspired with fix for libfm
+
+-------------------------------------------------------------------

New:
----
  pcmanfm-0.9.10-automake-1.12.patch

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

Other differences:
------------------
++++++ pcmanfm.spec ++++++
--- /var/tmp/diff_new_pack.xsTWiy/_old  2012-06-10 21:52:02.000000000 +0200
+++ /var/tmp/diff_new_pack.xsTWiy/_new  2012-06-10 21:52:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pcmanfm
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -28,6 +28,7 @@
 Source1:        %name-rpmlintrc
 # PATCH-FIX-UPSTREAM pcmanfm-0.9.10-libm.patch [email protected] -- Link 
against libm
 Patch0:         pcmanfm-0.9.10-libm.patch
+Patch1:         pcmanfm-0.9.10-automake-1.12.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  libtool
@@ -67,6 +68,7 @@
 %prep
 %setup -q -n %name-0.9.10
 %patch0 -p1
+%patch1 -p1
 
 %build
 autoreconf -fi

++++++ pcmanfm-0.9.10-automake-1.12.patch ++++++
Index: pcmanfm-0.9.10/configure.ac
===================================================================
--- pcmanfm-0.9.10.orig/configure.ac
+++ pcmanfm-0.9.10/configure.ac
@@ -3,16 +3,18 @@
 
 AC_PREREQ([2.63])
 AC_INIT([pcmanfm], [0.9.10], [http://pcmanfm.sf.net/])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([-Wall foreign])
 
 AC_CONFIG_HEADERS([config.h])
 
 # Checks for programs.
 AC_ISC_POSIX
 AC_PROG_CC
-AM_PROG_LIBTOOL
 AM_PROG_CC_STDC
 AC_HEADER_STDC
+AM_PROG_CC_C_O
+AM_PROG_AR
+LT_INIT
 
 # Checks for header files.
 AC_HEADER_STDC
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to