Hello community,

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

Package is "guile1", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/guile1/guile1.changes    2012-09-11 
09:07:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.guile1.new/guile1.changes       2013-03-05 
06:44:32.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar  4 13:53:38 UTC 2013 - [email protected]
+
+- build with new automake
+  * automake-1.13.patch
+
+-------------------------------------------------------------------

New:
----
  guile-automake-1.13.patch

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

Other differences:
------------------
++++++ guile1.spec ++++++
--- /var/tmp/diff_new_pack.5OHnAJ/_old  2013-03-05 06:44:34.000000000 +0100
+++ /var/tmp/diff_new_pack.5OHnAJ/_new  2013-03-05 06:44:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package guile1
 #
-# 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
@@ -39,6 +39,7 @@
 Patch2:         guile-1.6.10-mktemp.patch
 Patch3:         guile-popen-test.patch
 Patch5:         guile-gcc.patch
+Patch6:         guile-automake-1.13.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         fileutils sh-utils
 PreReq:         %install_info_prereq
@@ -145,6 +146,7 @@
 %patch2
 %patch3
 %patch5
+%patch6 -p1
 # guile-1.8.1: The code is not so good for -Werror (unused results of write()).
 sed -i s/-Werror// configure.in configure
 

++++++ guile-automake-1.13.patch ++++++
Index: guile-1.8.8/guile-readline/configure.in
===================================================================
--- guile-1.8.8.orig/guile-readline/configure.in
+++ guile-1.8.8/guile-readline/configure.in
@@ -9,7 +9,7 @@ AC_INIT(guile-readline,
 
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR(readline.c)
-AM_CONFIG_HEADER([guile-readline-config.h])
+AC_CONFIG_HEADERS([guile-readline-config.h])
 AM_INIT_AUTOMAKE([foreign no-define])
 
 . $srcdir/../GUILE-VERSION
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to