Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory 
checked in at 2012-06-15 14:25:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemtap (Old)
 and      /work/SRC/openSUSE:Factory/.systemtap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemtap", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemtap/systemtap-docs.changes 2012-03-01 
17:28:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap-docs.changes    
2012-06-15 14:25:53.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jun 14 20:11:49 UTC 2012 - [email protected]
+
+- Add systemtap-automake112.patch: Fix build with automake 1.12:
+  + Support for automatic de-ANSI-fication has been removed.
+  + Patch taken from upstream, git commit id 5b2bc70.
+
+-------------------------------------------------------------------

New:
----
  systemtap-automake112.patch

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

Other differences:
------------------
++++++ systemtap-docs.spec ++++++
--- /var/tmp/diff_new_pack.vZ2IFF/_old  2012-06-15 14:25:55.000000000 +0200
+++ /var/tmp/diff_new_pack.vZ2IFF/_new  2012-06-15 14:25:55.000000000 +0200
@@ -23,9 +23,9 @@
 BuildRequires:  libebl-devel
 BuildRequires:  pkg-config
 # for documents
-BuildRequires:  xmlto
 BuildRequires:  fop
 BuildRequires:  latex2html
+BuildRequires:  xmlto
 Version:        1.7
 Release:        0
 Summary:        Documents and examples for systemtap
@@ -37,6 +37,7 @@
 Patch1:         systemtap-docdir-fix.diff
 Patch2:         systemtap-xmlto-fop.diff
 Patch3:         systemtap-docs-autoconf-version.diff
+Patch4:         systemtap-automake112.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -49,6 +50,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 # fix interpreter

++++++ systemtap.spec ++++++
--- /var/tmp/diff_new_pack.vZ2IFF/_old  2012-06-15 14:25:55.000000000 +0200
+++ /var/tmp/diff_new_pack.vZ2IFF/_new  2012-06-15 14:25:55.000000000 +0200
@@ -59,7 +59,12 @@
 Requires:       %{name} = %{version}-%{release}
 Requires(post): /bin/systemd-tmpfiles
 # dependancies for systemtap shell scripts
-Requires:       coreutils avahi avahi-utils mozilla-nss-tools zip unzip
+Requires:       avahi
+Requires:       avahi-utils
+Requires:       coreutils
+Requires:       mozilla-nss-tools
+Requires:       unzip
+Requires:       zip
 
 %description server
 SystemTap is an instrumentation system for systems running Linux.

++++++ systemtap-automake112.patch ++++++
>From 5b2bc70bd7db920c50b90cea554ca93a02cdf0b2 Mon Sep 17 00:00:00 2001
From: Nitin A Kamble <[email protected]>
Date: Tue, 8 May 2012 14:13:49 -0400
Subject: [PATCH] configury: automake 1.12 as deprecated automatic 
de-ANSI-fication support

Fix this issue with automake 1.12:

| configure.ac:23: error: automatic de-ANSI-fication support has been removed

[fche:] Note that the systemtap git repository and source releases include
autoconf- and automake-generated files, so this is only an issue for those
who have an unusual reason to regenerate them.

Signed-Off-by: Nitin A Kamble <[email protected]>
---
 configure    |   39 ---------------------------------------
 configure.ac |    1 -
 2 files changed, 0 insertions(+), 40 deletions(-)

diff --git a/configure b/configure
index a6cd57c..89291f3 100755
--- a/configure
+++ b/configure
@@ -682,8 +682,6 @@ MSGFMT
 GETTEXT_MACRO_VERSION
 USE_NLS
 RANLIB
-ANSI2KNR
-U
 am__fastdepCXX_FALSE
 am__fastdepCXX_TRUE
 CXXDEPMODE
@@ -6449,43 +6447,6 @@ if test "$am_t" != yes; then
 fi
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for function prototypes" >&5
-$as_echo_n "checking for function prototypes... " >&6; }
-if test "$ac_cv_prog_cc_c89" != no; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-$as_echo "#define PROTOTYPES 1" >>confdefs.h
-
-
-$as_echo "#define __PROTOTYPES 1" >>confdefs.h
-
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-if test "$ac_cv_prog_cc_stdc" != no; then
-  U= ANSI2KNR=
-else
-  U=_ ANSI2KNR=./ansi2knr
-fi
-# Ensure some checks needed by ansi2knr itself.
-
-for ac_header in string.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "string.h" "ac_cv_header_string_h" 
"$ac_includes_default"
-if test "x$ac_cv_header_string_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_STRING_H 1
-_ACEOF
-
-fi
-
-done
-
-
 if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a 
program name with args.
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
diff --git a/configure.ac b/configure.ac
index 51d3960..93450d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,6 @@ AC_PROG_CXX
 AC_PROG_CPP
 AM_PROG_CC_STDC
 AM_PROG_CC_C_O
-AM_C_PROTOTYPES
 AC_PROG_RANLIB
 AC_OBJEXT
 AC_EXEEXT
-- 
1.7.3.4


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to