Hello community,

here is the log from the commit of package libpfm for openSUSE:Factory checked 
in at 2016-01-21 23:44:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-06-01 
09:55:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libpfm.new/libpfm.changes       2016-01-22 
01:10:13.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 19 18:17:58 UTC 2016 - [email protected]
+
+- Package useful utilities (check_events. evt2raw and showevtinfo)
+  in devel package.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libpfm.spec ++++++
--- /var/tmp/diff_new_pack.u2togP/_old  2016-01-22 01:10:15.000000000 +0100
+++ /var/tmp/diff_new_pack.u2togP/_new  2016-01-22 01:10:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpfm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -88,6 +88,10 @@
     %{python_config} \
     LDCONFIG=/bin/true \
     install
+mkdir -p %{buildroot}/%{_bindir}
+install -m 0755 examples/check_events %{buildroot}/%{_bindir}/check_events
+install -m 0755 examples/showevtinfo %{buildroot}/%{_bindir}/showevtinfo
+install -m 0755 perf_examples/evt2raw %{buildroot}/%{_bindir}/evt2raw
 
 # temp hack to fix rpmlint file-contains-buildroot for *.pyc
 # http://lists.opensuse.org/opensuse-factory/2012-01/msg00235.html
@@ -108,6 +112,9 @@
 %{_includedir}/*
 %{_mandir}/man3/*
 %{_libdir}/lib*.so
+%attr(755,root,root) %{_bindir}/check_events
+%attr(755,root,root) %{_bindir}/showevtinfo
+%attr(755,root,root) %{_bindir}/evt2raw
 
 %files devel-static
 %defattr(-,root,root)


Reply via email to