Hello community,

here is the log from the commit of package strace for openSUSE:Factory checked 
in at 2015-04-02 16:01:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/strace (Old)
 and      /work/SRC/openSUSE:Factory/.strace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "strace"

Changes:
--------
--- /work/SRC/openSUSE:Factory/strace/strace.changes    2015-03-25 
21:04:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.strace.new/strace.changes       2015-04-02 
16:01:48.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Mar 29 17:02:23 UTC 2015 - jeng...@inai.de
+
+- Drop strace-32bit, since the normal strace build is powerful
+  enough. [bnc#924827]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ strace.spec ++++++
--- /var/tmp/diff_new_pack.7WZrp3/_old  2015-04-02 16:01:49.000000000 +0200
+++ /var/tmp/diff_new_pack.7WZrp3/_new  2015-04-02 16:01:49.000000000 +0200
@@ -57,6 +57,9 @@
 %ifarch ppc64
 Obsoletes:      strace-64bit
 %endif
+%ifarch x86_64
+Obsoletes:      strace-32bit
+%endif
 
 %description
 With strace, you can trace the activity of a program.  Information

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.7WZrp3/_old  2015-04-02 16:01:49.000000000 +0200
+++ /var/tmp/diff_new_pack.7WZrp3/_new  2015-04-02 16:01:49.000000000 +0200
@@ -1,4 +1,19 @@
-strace
-  +/usr/bin/strace-graph -> /usr/bin/strace-graph<extension>
-  +/usr/bin/strace -> /usr/bin/strace<extension>
-  prereq -glibc-x86
+# strace.{x86_64,sparc64,ppc64,...} can already trace both ELF32 and ELF64
+# processes, and there is no need for having an strace32.
+#
+# Using baselibs, we could create a strace-64bit.ppc/strace-64bit.sparc
+# convenience package (for systems with mostly-ELF32 userspace), but then
+# again, one can just as well install strace.ppc64 to get the same effect…
+#
+arch ppc64 package strace
+       +/usr/bin/strace-graph -> /usr/bin/strace-graph<extension>
+       +/usr/bin/strace -> /usr/bin/strace<extension>
+
+
+# IA64 oddball: it uses that special kind of emulation, so in this case,
+# the strace-x86 may still be needed!
+#
+arch ia64 package strace
+       +/usr/bin/strace-graph -> /usr/bin/strace-graph<extension>
+       +/usr/bin/strace -> /usr/bin/strace<extension>
+       prereq -glibc-x86



Reply via email to