#2 Switch to %{valgrind_arches}
Closed a year ago by rmattes. Opened 2 years ago by milkice.
rpms/ milkice/libccd rawhide  into  rawhide

file modified
+6 -2
@@ -1,12 +1,12 @@ 

  %undefine __cmake_in_source_build

- %ifnarch s390 %{mips}

+ %ifarch %{valgrind_arches}

  %global with_valgrind 1

  %endif

  %global soversion 2

  

  Name:           libccd

  Version:        2.1

- Release:        7%{?dist}

+ Release:        8%{?dist}

  Summary:        Library for collision detection between convex shapes

  

  License:        BSD
@@ -86,6 +86,10 @@ 

  %{_libdir}/ccd

  

  %changelog

+ * San Jul 31 2022 Milkice Qiu <milkice@milkice.me> - 2.1-8 

+ - Switch to %{valgrind_arches}

+ - Patch from David Abdurachmanov <david.abdurachmanov@sifive.com>

+ 

  * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

  

Switch to %{valgrind_arches} to avoid spec file modification related to valgrind-supported architecture changes.

Signed-off-by: David Abdurachmanov david.abdurachmanov@sifive.com

Automatic merge fails, I applied it manually.

Pull-Request has been closed by rmattes

a year ago
Metadata