Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2012-05-31 17:10:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and      /work/SRC/openSUSE:Factory/.texinfo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texinfo", Maintainer is "wer...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2012-02-10 
17:46:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes     2012-05-31 
17:11:09.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 29 13:37:27 UTC 2012 - pu...@suse.com
+
+- fix build with automake-1.12
+  - add: automake-1.12.patch
+
+-------------------------------------------------------------------

New:
----
  automake-1.12.patch

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

Other differences:
------------------
++++++ texinfo.spec ++++++
--- /var/tmp/diff_new_pack.6Tlq6I/_old  2012-05-31 17:11:11.000000000 +0200
+++ /var/tmp/diff_new_pack.6Tlq6I/_new  2012-05-31 17:11:11.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texinfo
 #
-# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           texinfo
 BuildRequires:  automake
 BuildRequires:  help2man
@@ -23,13 +24,13 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  perl-gettext
 BuildRequires:  zlib-devel
-License:        GPL-2.0+ ; GPL-3.0+
-Group:          Productivity/Publishing/Texinfo
 Version:        4.13a
 Release:        0
 %global         version_t2h 1.82
 %global         version_t2r 2.0
 Summary:        Tools Needed to Create Documentation from Texinfo Sources
+License:        GPL-2.0+ ; GPL-3.0+
+Group:          Productivity/Publishing/Texinfo
 Url:            http://www.texinfo.org
 PreReq:         %{install_info_prereq}
 Provides:       makeinfo = %{version}
@@ -50,6 +51,7 @@
 Patch6:         texi2roff-2.0-gcc4.patch
 Patch7:         texinfo-4.13a-bug640417.diff
 Patch8:         texinfo-4.13a-bug713517.diff
+Patch9:         automake-1.12.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -81,8 +83,9 @@
     Roland McGrath <rol...@gnu.org>
 
 %package -n info
-License:        GPL-2.0+
 Summary:        A Stand-Alone Terminal-Based Info Browser
+License:        GPL-2.0+
+Group:          Productivity/Publishing/Texinfo
 PreReq:         bash zlib libzio
 
 %description -n info
@@ -116,6 +119,7 @@
 %patch5 -p0 -b .echo
 %patch7 -p1 -b .size_t
 %patch8 -p0 -b .egrep
+%patch9 -p1
 %patch -p0
 pushd ../texi2html-%{version_t2h}
 %patch1 -p0

++++++ automake-1.12.patch ++++++
Index: texinfo-4.13/configure.ac
===================================================================
--- texinfo-4.13.orig/configure.ac
+++ texinfo-4.13/configure.ac
@@ -13,7 +13,7 @@ AC_INIT([GNU Texinfo], [4.13], [bug-texi
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.10.1 readme-alpha dist-lzma])
+AM_INIT_AUTOMAKE([1.10.1 readme-alpha dist-xz])
 
 # Minimum Autoconf version required.
 AC_PREREQ(2.59)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to