Accepting request 1119663 from devel:tools

- update filelist for 32bit disabled projects

  * More DWARF5 support as generated by clang14.
- drop unnecessary procps buildrequires
- add upstream handle-rseq-syscall.patch to fix run with glibc 2.35
  * 3.18.1 fixes a number of bugs and adds support for glibc-2.34, and for new
    platforms x86/FreeBSD and amd64/FreeBSD. Debuginfo reading is faster, and
    completed, and some newer ARM64 and S390 instructions are also supported.
- add s390x-z14-vector-support.patch (bsc#1180511)
- add aarch64-support.diff, aarch64-VEX-support.diff: aarch64 support
- add armv6-support.diff: Add support for armv6hl
- Add Source URL, see https://en.opensuse.org/SourceUrls
- Fix last patch
- Add valgrind-glibc-2.17.patch to fix compilation with glibc 2.17
* The C++ demangler has been updated so as to work well with C++
  * See https://bugs.kde.org/show_bug.cgi?id=290719
- fix build on ppc (32bit)
  * 3.4.1 is a bug-fix release that fixes some regressions and
- fix divisions by zero in massif (#310234)
- update suppressions
- fix valgrind on x86_64 (#296803)
- suppression update
- update to 3.2.2:
  recent binutils
  * lots of emulation fixlets
- update to 3.1.1 (FATE #300493)
- various updates from branch to fix PPC32 support
- Fix GDB support
- update to 3.1 branch
- fix strict-aliasing issue

OBS-URL: https://build.opensuse.org/request/show/1119663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=145
This commit is contained in:
Ana Guerrero 2023-10-24 18:07:07 +00:00 committed by Git OBS Bridge
commit da8b137128
2 changed files with 47 additions and 40 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 23 13:47:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update filelist for 32bit disabled projects
-------------------------------------------------------------------
Mon Aug 7 08:27:39 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -322,8 +322,10 @@ VALGRIND_LIB=$PWD/.in_place VALGRIND_LIB_INNER=$PWD/.in_place ./coregrind/valgri
%endif
%ifarch %{ix86} x86_64
%if !0%{?disable_32bit}
%{_libexecdir}/valgrind/*-x86-linux
%endif
%endif
%ifarch ppc ppc64
%{_libexecdir}/valgrind/*-ppc32-linux