Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2020-05-13 22:58:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/valgrind (Old)
 and      /work/SRC/openSUSE:Factory/.valgrind.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "valgrind"

Wed May 13 22:58:58 2020 rev:125 rq:802666 version:3.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes        2020-03-26 
23:30:29.822714874 +0100
+++ /work/SRC/openSUSE:Factory/.valgrind.new.2738/valgrind.changes      
2020-05-13 22:58:59.419349468 +0200
@@ -1,0 +2,6 @@
+Mon May 11 12:14:25 UTC 2020 - Dirk Mueller <[email protected]>
+
+- add dhat-use-datadir.patch:
+  * move the dhat* scripts to datadir
+
+-------------------------------------------------------------------

New:
----
  dhat-use-datadir.patch

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

Other differences:
------------------
++++++ valgrind.spec ++++++
--- /var/tmp/diff_new_pack.tKuvvt/_old  2020-05-13 22:59:00.151350896 +0200
+++ /var/tmp/diff_new_pack.tKuvvt/_new  2020-05-13 22:59:00.155350904 +0200
@@ -49,6 +49,7 @@
 Patch7:         0001-s390x-Clean-up-s390-check-opcodes.pl.patch
 Patch8:         0001-s390x-Add-CPU-model-for-z15.patch
 Patch9:         parallel-lto.patch
+Patch10:        dhat-use-datadir.patch
 %if "%{flavor}" == ""
 %if %{with docs}
 BuildRequires:  docbook-xsl-stylesheets
@@ -166,6 +167,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 %if "%{flavor}" == ""
@@ -286,8 +288,8 @@
 %ifarch %arm
 %{_libdir}/valgrind/*-arm-linux
 %endif
-%dir /usr/lib/valgrind
-/usr/lib/valgrind/dh_view*
+%dir %{_datadir}/valgrind
+%{_datadir}/valgrind/dh_view*
 %{_libdir}/valgrind/*-linux.so
 %{_libdir}/valgrind/*.supp
 %{_libdir}/valgrind/64bit-core.xml

++++++ dhat-use-datadir.patch ++++++
diff --git a/dhat/Makefile.am b/dhat/Makefile.am
index 2aa4ac99e..4a571cb77 100644
--- a/dhat/Makefile.am
+++ b/dhat/Makefile.am
@@ -9,7 +9,7 @@ EXTRA_DIST = docs/dh-manual.xml dh_view.html dh_view.css 
dh_view.js
 #----------------------------------------------------------------------------
 
 # Ensure the viewer components get copied into the install tree.
-dhatdir = $(pkglibexecdir)
+dhatdir = $(pkgdatadir)
 dhat_DATA = dh_view.html dh_view.css dh_view.js
 
 #----------------------------------------------------------------------------

Reply via email to