Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kernelshark for openSUSE:Factory 
checked in at 2022-01-22 08:18:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kernelshark (Old)
 and      /work/SRC/openSUSE:Factory/.kernelshark.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kernelshark"

Sat Jan 22 08:18:11 2022 rev:2 rq:947879 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kernelshark/kernelshark.changes  2020-11-17 
21:24:54.681355544 +0100
+++ /work/SRC/openSUSE:Factory/.kernelshark.new.1938/kernelshark.changes        
2022-01-22 08:19:08.354517597 +0100
@@ -1,0 +2,11 @@
+Thu Jan 20 19:25:56 UTC 2022 - Dario Faggioli <dfaggi...@suse.com>
+
+- Update to latest upstream version (1.3)
+- Fix the build
+  - Add cmake-link-glut-libraries.patch
+- (Build) Depend from libtracefs and libtraceevent packages
+- spec file adjustments
+  - %setup --> %autosetup
+  - Drop kernelshark-rpmlintrc
+
+-------------------------------------------------------------------

Old:
----
  kernelshark-rpmlintrc

New:
----
  cmake-link-glut-libraries.patch
  kernelshark-1.3.obscpio

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

Other differences:
------------------
++++++ kernelshark.spec ++++++
--- /var/tmp/diff_new_pack.yAaRfU/_old  2022-01-22 08:19:08.942513634 +0100
+++ /var/tmp/diff_new_pack.yAaRfU/_new  2022-01-22 08:19:08.946513607 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kernelshark
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,22 +11,24 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
 
 Name:           kernelshark
-Version:        1.2
+Version:        1.3
 Release:        0
 Summary:        Visualisation tool for trace-cmd data
 License:        GPL-2.0-only AND LGPL-2.1-only
 Group:          Development/Tools/Debuggers
 URL:            
https://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
 Source0:        kernelshark-%{version}.tar.xz
-Source1:        kernelshark-rpmlintrc
 Patch1:         makefile-lib64.patch
 Patch2:         makefile-bash.patch
 Patch3:         0001-trace-cmd-fix-multiple-definition-compiler-errors.patch
 Patch4:         kernelshark-make-fontheight.patch
+Patch5:         cmake-link-glut-libraries.patch
 BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  docbook-xsl-stylesheets
@@ -34,14 +36,10 @@
 BuildRequires:  libQt5Widgets-devel
 BuildRequires:  libjson-c-devel
 BuildRequires:  libqt5-qtbase-devel
-BuildRequires:  python-devel
-BuildRequires:  swig
+BuildRequires:  libtraceevent-devel
+BuildRequires:  libtracefs-devel
 Recommends:     trace-cmd
-%if 0%{?suse_version} > 1200
 BuildRequires:  xsltproc
-%else
-BuildRequires:  libxslt
-%endif
 
 %description
 trace-cmd reporting can be extremely verbose making it difficult to
@@ -49,11 +47,7 @@
 or trimmed.
 
 %prep
-%setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%autosetup -p1
 
 %build
 make %{?_smp_mflags} prefix=%{_prefix} trace-cmd

++++++ _service ++++++
--- /var/tmp/diff_new_pack.yAaRfU/_old  2022-01-22 08:19:08.990513311 +0100
+++ /var/tmp/diff_new_pack.yAaRfU/_new  2022-01-22 08:19:08.994513284 +0100
@@ -4,7 +4,7 @@
     <param 
name="url">git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git</param>
     <param name="filename">kernelshark</param>
     <param name="revision">kernelshark-v1.0</param>
-    <param name="version">v1.2</param>
+    <param name="version">v1.3</param>
     <param name="match-tag">kernelshark-*</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>

++++++ cmake-link-glut-libraries.patch ++++++
From: Dario Faggioli <dfaggi...@suse.com>
Subject: [PATCH] Fix CMake generated GLUT linker flags
Upstream: No

Signed-off-by: Dario Faggioli <dfaggi...@suse.com>
---
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -Nru trace-cmd/kernel-shark/src/CMakeLists.txt 
trace-cmd_2/kernel-shark/src/CMakeLists.txt
--- trace-cmd/kernel-shark/src/CMakeLists.txt   2022-01-20 18:30:57.994609819 
+0100
+++ trace-cmd_2/kernel-shark/src/CMakeLists.txt 2022-01-20 19:52:09.999265693 
+0100
@@ -24,7 +24,7 @@
 
     target_link_libraries(kshark-plot  kshark
                                        ${OPENGL_LIBRARIES}
-                                       ${GLUT_LIBRARY})
+                                       ${GLUT_LIBRARIES})
 
     set_target_properties(kshark-plot PROPERTIES  SUFFIX 
".so.${KS_VERSION_STRING}")
 

++++++ kernelshark.obsinfo ++++++
--- /var/tmp/diff_new_pack.yAaRfU/_old  2022-01-22 08:19:09.046512933 +0100
+++ /var/tmp/diff_new_pack.yAaRfU/_new  2022-01-22 08:19:09.050512907 +0100
@@ -1,6 +1,5 @@
 name: kernelshark
-version: 1.2
+version: 1.3
 mtime: 1564148404
 commit: f97e28a331aba716cd431ce4b7f7fc1583875ae7
 
-

Reply via email to