Hello community,

here is the log from the commit of package libpfm for openSUSE:Factory checked 
in at 2016-06-19 10:50:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpfm (Old)
 and      /work/SRC/openSUSE:Factory/.libpfm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpfm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpfm/libpfm.changes    2016-01-22 
01:10:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libpfm.new/libpfm.changes       2016-06-19 
10:50:22.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Jun 17 08:00:28 UTC 2016 - tchva...@suse.com
+
+- Version bump to 4.7.0:
+  * Intel Skylake core PMU
+  * Intel Haswell-EP uncore PMUs
+  * Intel Broadwell-DE
+  * Major update on Intel event tables
+  * bug fixes and many other improvements
+- Respect cflags, disable werror bnc#985166
+
+-------------------------------------------------------------------

Old:
----
  libpfm-4.6.0.tar.gz

New:
----
  libpfm-4.7.0.tar.gz

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

Other differences:
------------------
++++++ libpfm.spec ++++++
--- /var/tmp/diff_new_pack.gXxgZe/_old  2016-06-19 10:50:23.000000000 +0200
+++ /var/tmp/diff_new_pack.gXxgZe/_new  2016-06-19 10:50:23.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define vname   libpfm4
 Name:           libpfm
-Version:        4.6.0
+Version:        4.7.0
 Release:        0
 Summary:        Library to encode performance events
 License:        MIT
@@ -75,8 +75,13 @@
 
 %prep
 %setup -q
+# disable werror
+sed -i \
+    -e 's:-Werror::g' \
+    config.mk
 
 %build
+export CFLAGS="%{optflags}"
 %global python_config CONFIG_PFMLIB_NOPYTHON=n
 make %{?_smp_mflags} %{python_config}
 

++++++ libpfm-4.6.0.tar.gz -> libpfm-4.7.0.tar.gz ++++++
++++ 21030 lines of diff (skipped)


Reply via email to