[packages/valgrind] up to 3.21.0

atler atler at pld-linux.org
Sun Apr 30 12:34:17 CEST 2023


commit e19325b60586ee4e960762682e32c316680841d2
Author: Jan Palus <jpalus at fastmail.com>
Date:   Sun Apr 30 12:33:14 2023 +0200

    up to 3.21.0

 valgrind.spec | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/valgrind.spec b/valgrind.spec
index 06046ac..a4cfb51 100644
--- a/valgrind.spec
+++ b/valgrind.spec
@@ -7,12 +7,12 @@
 Summary:	An open-source memory debugger
 Summary(pl.UTF-8):	Otwarty odpluskwiacz pamięci
 Name:		valgrind
-Version:	3.20.0
+Version:	3.21.0
 Release:	1
 License:	GPL v2+
 Group:		Development/Tools
 Source0:	https://sourceware.org/pub/valgrind/%{name}-%{version}.tar.bz2
-# Source0-md5:	e3ca8e03c6c527e80e7da5135a1b6beb
+# Source0-md5:	b8b89b327732c12191306c3d31cfd4b1
 Patch0:		%{name}-native-cpuid.patch
 Patch1:		%{name}-ld_linux_strlen.patch
 Patch2:		%{name}-datadir.patch
@@ -63,6 +63,15 @@ pracować.
 %patch1 -p1
 %patch2 -p1
 
+%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+python3(\s|$),#!%{__python3}\1,' \
+	cachegrind/cg_annotate.in \
+	cachegrind/cg_merge.in \
+	cachegrind/cg_diff.in
+
+%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+perl(\s|$),#!%{__perl}\1,' \
+	callgrind/callgrind_annotate.in \
+	callgrind/callgrind_control.in
+
 %build
 %{__aclocal}
 %{__autoconf}
@@ -118,6 +127,8 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libexecdir}/%{name}
 %endif
 %attr(755,root,root) %{_libexecdir}/%{name}/*-linux
+%attr(755,root,root) %{_libexecdir}/%{name}/valgrind-monitor.py
+%attr(755,root,root) %{_libexecdir}/%{name}/valgrind-monitor-def.py
 %attr(755,root,root) %{_libexecdir}/%{name}/vgpreload_*-linux.so
 %{_libexecdir}/%{name}/*.xml
 %{_libexecdir}/%{name}/default.supp
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/valgrind.git/commitdiff/e19325b60586ee4e960762682e32c316680841d2



More information about the pld-cvs-commit mailing list