Hello community,

here is the log from the commit of package ltrace for openSUSE:Factory checked 
in at 2012-09-15 17:28:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ltrace (Old)
 and      /work/SRC/openSUSE:Factory/.ltrace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ltrace", Maintainer is "pbau...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ltrace/ltrace.changes    2012-02-22 
15:53:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ltrace.new/ltrace.changes       2012-09-15 
17:28:45.000000000 +0200
@@ -1,0 +2,7 @@
+Thu May 31 11:09:55 UTC 2012 - sweet_...@gmx.de
+
+- update to 0.5.3 (bug and build fixes)
+- autoreconf is not required
+- add ppc patch
+
+-------------------------------------------------------------------

Old:
----
  ltrace-0.5.2.tar.bz2

New:
----
  ltrace-0.5.3.tar.bz2
  ltrace.ppc.patch

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

Other differences:
------------------
++++++ ltrace.spec ++++++
--- /var/tmp/diff_new_pack.avE9wJ/_old  2012-09-15 17:28:46.000000000 +0200
+++ /var/tmp/diff_new_pack.avE9wJ/_new  2012-09-15 17:28:46.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ltrace
-BuildRequires:  automake
+BuildRequires:  binutils-devel
 BuildRequires:  dejagnu
 BuildRequires:  gcc-c++
 BuildRequires:  libelf-devel
@@ -30,15 +30,16 @@
 Summary:        Trace the Library and System Calls a Program Makes
 License:        GPL-2.0+
 Group:          Development/Tools/Debuggers
-Version:        0.5.2
+Version:        0.5.3
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 s390 s390x ppc ppc64 armv4l x86_64 alpha ia64
 Prefix:         /usr
-Source:         ltrace-0.5.2.tar.bz2
+Source:         ltrace-%{version}.tar.bz2
 Source2:        baselibs.conf
 Patch1:         ltrace.s390-more-arguments.patch
 Patch2:         ltrace.demangle-lib.cstdlib.patch
+Patch3:         ltrace.ppc.patch
 
 %description
 Ltrace is a program that runs the specified command until it exits. It
@@ -62,9 +63,9 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
-autoreconf -fi
 export CFLAGS="%{optflags} -W -Wall"
 ./configure --prefix=/usr \
            --sysconfdir=/etc \

++++++ ltrace-0.5.2.tar.bz2 -> ltrace-0.5.3.tar.bz2 ++++++
++++ 8719 lines of diff (skipped)

++++++ ltrace.ppc.patch ++++++
--- ./sysdeps/linux-gnu/ppc/plt.c.orig  2009-07-25 17:13:02.000000000 +0200
+++ ./sysdeps/linux-gnu/ppc/plt.c       2012-05-31 13:44:33.441211917 +0200
@@ -1,4 +1,5 @@
 #include <gelf.h>
+#include <sys/ptrace.h>
 #include "common.h"
 
 GElf_Addr
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to