Hello community,

here is the log from the commit of package libpfm for openSUSE:Factory checked 
in at 2018-01-24 15:24:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpfm (Old)
 and      /work/SRC/openSUSE:Factory/.libpfm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpfm"

Wed Jan 24 15:24:40 2018 rev:16 rq:568494 version:4.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpfm/libpfm.changes    2018-01-20 
11:19:44.731916075 +0100
+++ /work/SRC/openSUSE:Factory/.libpfm.new/libpfm.changes       2018-01-24 
15:24:41.434677587 +0100
@@ -1,0 +2,6 @@
+Tue Jan 23 08:52:49 UTC 2018 - tchva...@suse.com
+
+- Remove useless byte-compiling for py2 that breaks py3 only build
+- Update libpfm-python3.patch to fix one stray identation issue
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libpfm.spec ++++++
--- /var/tmp/diff_new_pack.tvedMC/_old  2018-01-24 15:24:42.066648027 +0100
+++ /var/tmp/diff_new_pack.tvedMC/_new  2018-01-24 15:24:42.066648027 +0100
@@ -122,11 +122,6 @@
 %python_install
 popd
 
-# temp hack to fix rpmlint file-contains-buildroot for *.pyc
-# http://lists.opensuse.org/opensuse-factory/2012-01/msg00235.html
-find "%{buildroot}/%{python_sitearch}/" -name '*.pyc' -delete
-python -c 'import compileall; 
compileall.compile_dir("%{buildroot}%{python_sitearch}/", 
ddir="%{python_sitearch}/", force=1)'
-
 %post -n %{vname} -p /sbin/ldconfig
 %postun        -n %{vname} -p /sbin/ldconfig
 

++++++ libpfm-python3.patch ++++++
--- /var/tmp/diff_new_pack.tvedMC/_old  2018-01-24 15:24:42.106646156 +0100
+++ /var/tmp/diff_new_pack.tvedMC/_new  2018-01-24 15:24:42.110645968 +0100
@@ -22,7 +22,7 @@
 +        print(e.info.name, e.info.code)
          for a in e.attrs():
 -        print '\t\t', a.name, a.code
-+        print('\t\t', a.name, a.code)
++          print('\t\t', a.name, a.code)
 Index: libpfm-4.9.0/python/sys.py
 ===================================================================
 --- libpfm-4.9.0.orig/python/sys.py


Reply via email to