Accepting request 849554 from devel:tools

OBS-URL: https://build.opensuse.org/request/show/849554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenCSD?expand=0&rev=2
This commit is contained in:
2020-11-21 11:42:20 +00:00
committed by Git OBS Bridge
4 changed files with 38 additions and 7 deletions
+22
View File
@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Nov 19 12:55:22 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 0.14.4:
* __Update__: makefile: Add DESTDIR to install targets.
(github issue #30)
* __Update__: tests: add script to run single test only.
* __Update__: docs: update to location of ARM coresight driver
backports directory.
* __Bugfix__: ETMv3: Fix missing comma in string list.
(github issue #31)
* __Bugfix__: makefile: tests: Fix build race problem
(github issue #32)
* __Bugfix__: tests: fix ignore tpiu command line options
(github issue #28)
Changes from 0.14.3:
* __Update__: Fix makefile to be compliant with RPM base distros.
(github issue #26, submitted by jlinton)
* __Update__: Add section to autofdo document.
* __Bugfix__: STM: fix bug that was missing ASYNC packets.
(github issue #27, reported by subhasish Karmakar)
-------------------------------------------------------------------
Thu Jun 18 06:20:22 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
+13 -4
View File
@@ -16,9 +16,12 @@
#
# Disable doc as graphviz does not include PNG support
%bcond_with build_html_doc
%define libnum 0
Name: OpenCSD
Version: 0.14.2
Version: 0.14.4
Release: 0
Summary: CoreSight Trace Decode library
License: BSD-3-Clause
@@ -67,11 +70,15 @@ OpenCSD is an Arm CoreSight Trace Decode library.
%autosetup
%build
%make_build -C decoder/build/linux docs
# 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
%endif
%install
make -C decoder/build/linux PREFIX=%{buildroot}%{_prefix} LIB_PATH=%{_lib} install
rm %{buildroot}%{_libdir}/*.a
%make_install -C decoder/build/linux DISABLE_STATIC=1 LIB_PATH=%{_lib}
%post -n libopencsd%{libnum} -p /sbin/ldconfig
%postun -n libopencsd%{libnum} -p /sbin/ldconfig
@@ -97,7 +104,9 @@ rm %{buildroot}%{_libdir}/*.a
%files doc
%doc HOWTO.md README.md TODO
%if %{with build_html_doc}
%doc decoder/docs/html/*.html
%endif
%doc decoder/docs/*.md
%changelog
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.