Hello community,

here is the log from the commit of package oprofile for openSUSE:Factory 
checked in at 2013-08-10 11:40:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oprofile (Old)
 and      /work/SRC/openSUSE:Factory/.oprofile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oprofile"

Changes:
--------
--- /work/SRC/openSUSE:Factory/oprofile/oprofile.changes        2013-01-11 
10:45:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.oprofile.new/oprofile.changes   2013-08-10 
11:40:33.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Aug  7 17:18:32 UTC 2013 - to...@suse.com
+
+- Update to version 0.9.9
+  http://oprofile.sourceforge.net/release-notes/oprofile-0.9.9
+- New 'ocount' program introduced for collecting raw event counts without
+  post processing.
+- New processor support for Haswell, zEC12, Power8
+- New support for AMD Generic Performance Events and IBM Power ISA 2.07 
Architected Events
+- Numerous bug fixes.
+
+-------------------------------------------------------------------

Old:
----
  oprofile-0.9.8.tar.bz2

New:
----
  oprofile-0.9.9.tar.bz2

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

Other differences:
------------------
++++++ oprofile.spec ++++++
--- /var/tmp/diff_new_pack.j9nhA4/_old  2013-08-10 11:40:34.000000000 +0200
+++ /var/tmp/diff_new_pack.j9nhA4/_new  2013-08-10 11:40:34.000000000 +0200
@@ -30,7 +30,7 @@
 %endif
 Url:            http://oprofile.sourceforge.net/
 PreReq:         /usr/sbin/groupadd /usr/sbin/useradd
-Version:        0.9.8
+Version:        0.9.9
 Release:        0
 Summary:        System-Wide Profiler for Linux Systems
 License:        GPL-2.0+ and LGPL-2.1+

++++++ oprofile-0.9.8.tar.bz2 -> oprofile-0.9.9.tar.bz2 ++++++
++++ 25098 lines of diff (skipped)

++++++ oprofile-pfm-ppc.patch ++++++
--- /var/tmp/diff_new_pack.j9nhA4/_old  2013-08-10 11:40:35.000000000 +0200
+++ /var/tmp/diff_new_pack.j9nhA4/_new  2013-08-10 11:40:35.000000000 +0200
@@ -8,12 +8,12 @@
 
 --- a/configure.ac
 +++ b/configure.ac
-@@ -104,7 +104,7 @@ AC_DEFINE_UNQUOTED(HAVE_PERF_EVENTS, $HA
+@@ -184,7 +184,7 @@ AC_DEFINE_UNQUOTED(HAVE_PERF_EVENTS, $HA
+ AC_CANONICAL_HOST
  if test "$HAVE_PERF_EVENTS" = "1"; then
        PFM_LIB=
-       arch="`uname -m`"
--      if test "$arch" = "ppc64"; then
-+      if test "$arch" = "ppc64" || test "$arch" = "ppc"; then
+-      if test "$host_cpu" = "powerpc64"; then
++      if test "$host_cpu" = "powerpc64" || test "$host_cpu" = "powerpc32"; 
then
                AC_CHECK_HEADER(perfmon/pfmlib.h,,[AC_MSG_ERROR([pfmlib.h not 
found; usually provided in papi devel package])])
-               AC_CHECK_LIB(pfm,pfm_get_event_name, HAVE_LIBPFM3='1'; 
HAVE_LIBPFM='1', [
-                       AC_CHECK_LIB(pfm,pfm_get_os_event_encoding, 
HAVE_LIBPFM3='0'; HAVE_LIBPFM='1',
+               AC_CHECK_LIB(pfm,pfm_get_os_event_encoding, HAVE_LIBPFM3='0'; 
HAVE_LIBPFM='1', [
+                       AC_CHECK_LIB(pfm, pfm_get_event_name, HAVE_LIBPFM3='1'; 
HAVE_LIBPFM='1',

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

Reply via email to