Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package OpenCSD for openSUSE:Factory checked 
in at 2021-01-21 21:54:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/OpenCSD (Old)
 and      /work/SRC/openSUSE:Factory/.OpenCSD.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "OpenCSD"

Thu Jan 21 21:54:59 2021 rev:3 rq:865163 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/OpenCSD/OpenCSD.changes  2020-11-23 
10:21:04.404724775 +0100
+++ /work/SRC/openSUSE:Factory/.OpenCSD.new.28504/OpenCSD.changes       
2021-01-21 21:55:00.149784934 +0100
@@ -1,0 +2,18 @@
+Fri Jan 15 08:14:25 UTC 2021 - Guillaume GARDET <[email protected]>
+
+- Update to 1.0.0:
+  - __New Decode Protocol__: Support added for the ETE protocol, used by ARM 
PEs that implement the FEAT_ETE 
+                             feature. Supports new architectural features in 
this trace, including FEAT_TME. 
+  - __Update__: Output Elememts: New protocol defines two new output elements. 
+  - __Update__: Add support for WFIT / WFET instructions traced as P0 elements.
+  - __Update__: Architecture versioning. Arch v8 + PEs may add features in a 
flexible manner, and ARM also
+                declares future features ahead of architecture versions to 
allow support to be added. 
+                APIs requiring an architecture version can now use ARCH_AA64 
to declare a version of v8.3 +
+                additional features. This relaxes the strict versionnig rules 
that the decoder uses when
+                looking for Opcodes as trace waypoints.
+  - __Update__: docs: Add linux 'man' file and installation.                   
          
+  - __Bugfix__: build: Fix clean install, and remove static lib build test 
from main makefile to 
+                dev makefile only. (github issue #33)
+- Package man page
+
+-------------------------------------------------------------------

Old:
----
  OpenCSD-0.14.4.tar.gz

New:
----
  OpenCSD-1.0.0.tar.gz

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

Other differences:
------------------
++++++ OpenCSD.spec ++++++
--- /var/tmp/diff_new_pack.bsK0V8/_old  2021-01-21 21:55:01.037785270 +0100
+++ /var/tmp/diff_new_pack.bsK0V8/_new  2021-01-21 21:55:01.037785270 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package OpenCSD
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,20 @@
 # Disable doc as graphviz does not include PNG support
 %bcond_with build_html_doc
 
-%define libnum  0
+%define libnum  1
 Name:           OpenCSD
-Version:        0.14.4
+Version:        1.0.0
 Release:        0
 Summary:        CoreSight Trace Decode library
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/Linaro/OpenCSD
 Source0:        
https://github.com/Linaro/OpenCSD/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  doxygen
 BuildRequires:  gcc-c++
+%if %{with build_html_doc}
+BuildRequires:  doxygen
 BuildRequires:  graphviz
+%endif
 
 %description
 OpenCSD is an Arm CoreSight Trace Decode library.
@@ -70,8 +72,6 @@
 %autosetup
 
 %build
-# Workaround - https://github.com/Linaro/OpenCSD/issues/33
-sed -i -e 's/-static//' decoder/tests/build/linux/trc_pkt_lister/makefile
 %make_build -C decoder/build/linux DISABLE_STATIC=1 \
 %if %{with build_html_doc}
 docs
@@ -79,6 +79,9 @@
 
 %install
 %make_install -C decoder/build/linux DISABLE_STATIC=1 LIB_PATH=%{_lib}
+# Install man page
+mkdir -p %{buildroot}/usr/share/man/man1/
+%make_install -C decoder/build/linux DISABLE_STATIC=1 LIB_PATH=%{_lib} 
install_man
 
 %post  -n libopencsd%{libnum} -p /sbin/ldconfig
 %postun        -n libopencsd%{libnum} -p /sbin/ldconfig
@@ -108,5 +111,6 @@
 %doc decoder/docs/html/*.html
 %endif
 %doc decoder/docs/*.md
+%_mandir/*/*
 
 %changelog

++++++ OpenCSD-0.14.4.tar.gz -> OpenCSD-1.0.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/OpenCSD/OpenCSD-0.14.4.tar.gz 
/work/SRC/openSUSE:Factory/.OpenCSD.new.28504/OpenCSD-1.0.0.tar.gz differ: char 
127, line 3

Reply via email to