Hello community,

here is the log from the commit of package OpenCSD for openSUSE:Factory checked 
in at 2020-11-21 12:42:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/OpenCSD (Old)
 and      /work/SRC/openSUSE:Factory/.OpenCSD.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "OpenCSD"

Sat Nov 21 12:42:20 2020 rev:2 rq:849554 version:0.14.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/OpenCSD/OpenCSD.changes  2020-06-26 
21:47:45.818276664 +0200
+++ /work/SRC/openSUSE:Factory/.OpenCSD.new.5913/OpenCSD.changes        
2020-11-23 10:21:04.404724775 +0100
@@ -1,0 +2,22 @@
+Thu Nov 19 12:55:22 UTC 2020 - Guillaume GARDET <guillaume.gar...@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)
+
+-------------------------------------------------------------------

Old:
----
  OpenCSD-0.14.2.tar.gz

New:
----
  OpenCSD-0.14.4.tar.gz

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

Other differences:
------------------
++++++ OpenCSD.spec ++++++
--- /var/tmp/diff_new_pack.RLXQY2/_old  2020-11-23 10:21:04.924725363 +0100
+++ /var/tmp/diff_new_pack.RLXQY2/_new  2020-11-23 10:21:04.924725363 +0100
@@ -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 @@
 %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 @@
 
 %files doc
 %doc HOWTO.md README.md TODO
+%if %{with build_html_doc}
 %doc decoder/docs/html/*.html
+%endif
 %doc decoder/docs/*.md
 
 %changelog

++++++ OpenCSD-0.14.2.tar.gz -> OpenCSD-0.14.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/OpenCSD/OpenCSD-0.14.2.tar.gz 
/work/SRC/openSUSE:Factory/.OpenCSD.new.5913/OpenCSD-0.14.4.tar.gz differ: char 
13, line 1
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to