Hello community,

here is the log from the commit of package papi for openSUSE:Factory checked in 
at 2013-06-13 17:29:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/papi (Old)
 and      /work/SRC/openSUSE:Factory/.papi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "papi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/papi/papi.changes        2013-01-11 
13:49:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.papi.new/papi.changes   2013-06-13 
17:29:37.000000000 +0200
@@ -1,0 +2,45 @@
+Tue Jun 11 11:47:16 CEST 2013 - [email protected]
+
+- Update to 5.1.1. Changes since 5.0.1:
+  5.1.0:
+    New Platform:
+    -------------
+      * Intel Xeon Phi ( Knight's Corner or KNC or MIC )
+
+    Bug Fixes:
+    ----------
+      * Various build system fixes. 
+      * NVML component fix.
+      * Work around a sampling bug on Power Linux
+
+    Enhancements:
+    ------------
+      * ARM Cortex A15 support.
+      * New API entry, PAPI_get_eventset_component
+      * Add options to papi_command_line to print in hex and unsigned formats
+
+    New Components:
+    ---------------
+    * MIC Power component. 
+
+   5.1.1:
+    New Platform:
+    -------------
+      * Intel IvyBridge-EP
+
+    Bug Fixes:
+    ----------
+      * Many perf_event fixes
+      * Cuda component fixes
+      * IA64 and SPARC build fixes
+
+    Enhancements:
+    ------------
+      * Better logic in run_tests.sh script
+      * ARM builds now use pthread_mutexes
+      * BG/Q overflow enhancements
+
+  For detailed changes see the files ChangeLogp*.txt in the
+  packages documentation directory.
+
+-------------------------------------------------------------------

Old:
----
  papi-5.0.1.tar.gz

New:
----
  papi-5.1.1.tar.gz

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

Other differences:
------------------
++++++ papi.spec ++++++
--- /var/tmp/diff_new_pack.brbuy8/_old  2013-06-13 17:29:38.000000000 +0200
+++ /var/tmp/diff_new_pack.brbuy8/_new  2013-06-13 17:29:38.000000000 +0200
@@ -39,7 +39,7 @@
 BuildRequires:  gcc-fortran-32bit
 BuildRequires:  glibc-devel-32bit
 %endif
-Version:        5.0.1
+Version:        5.1.1
 Release:        0
 Summary:        Performance Application Programming Interface
 License:        BSD-3-Clause

++++++ papi-5.0.1.tar.gz -> papi-5.1.1.tar.gz ++++++
++++ 19347 lines of diff (skipped)

++++++ papi-use_major_in_soname.patch ++++++
--- /var/tmp/diff_new_pack.brbuy8/_old  2013-06-13 17:29:39.000000000 +0200
+++ /var/tmp/diff_new_pack.brbuy8/_new  2013-06-13 17:29:39.000000000 +0200
@@ -4,16 +4,20 @@
 
 Signed-off-by: Philipp Thomas <[email protected]>
 
+---
+ src/configure.in |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 Index: src/configure.in
 ===================================================================
---- src/configure.in.orig      2012-04-23 14:20:19.155129831 +0200
-+++ src/configure.in   2012-04-23 14:20:19.163129638 +0200
-@@ -1272,7 +1272,7 @@ LIBRARY=libpapi.a
+--- src/configure.in.orig      2013-06-11 11:44:10.603175697 +0200
++++ src/configure.in   2013-06-11 11:46:16.447196701 +0200
+@@ -1222,7 +1222,7 @@ LIBRARY=libpapi.a
  SHLIB='libpapi.so.$(PAPIVER)'
  OMPCFLGS=-fopenmp
  CC_R='$(CC) -pthread'
 -CC_SHR='$(CC) -fPIC -DPIC -shared -Wl,-soname -Wl,libpapi.so -Xlinker 
"-rpath" -Xlinker "$(LIBDIR)"'
-+CC_SHR='$(CC) -fPIC -DPIC -shared -Wl,-soname -Wl,libpapi.so.$(PAPIVER) 
-Xlinker "-rpath" -Xlinker "$(LIBDIR)"'
- if test "$CC" = "gcc"; then
++CC_SHR='$(CC) -fPIC -DPIC -shared -Wl,-soname -Wl,libpapi.so$(PAPIVER) 
-Xlinker "-rpath" -Xlinker "$(LIBDIR)"'
+ if test "$CC_COMMON_NAME" = "gcc"; then
        if test "$bitmode" = "32"; then
                BITFLAGS=-m32

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

Reply via email to