#2 Update to renderdoc 1.15 and fix lto related crashes
Closed 2 years ago by mikhail. Opened 2 years ago by mikhail.
rpms/ mikhail/renderdoc rawhide  into  rawhide

file modified
+11 -3
@@ -1,7 +1,7 @@ 

  %global vswig   modified-7

  Name:           renderdoc

- Version:        1.10

- Release:        4%{?dist}

+ Version:        1.15

+ Release:        1%{?dist}

  Summary:        A stand-alone graphics debugging tool

  

  License:        MIT
@@ -57,6 +57,10 @@ 

  # __cmake_in_source_build macro needs to be undefined.

  %undefine __cmake_in_source_build

  

+ # compiling renderdoc with lto currently leads to crashes

+ # https://github.com/baldurk/renderdoc/issues/2373

+ %define _lto_cflags %{nil}

+ 

  %cmake -DQMAKE_QT5_COMMAND=qmake-qt5 \

         -DRENDERDOC_SWIG_PACKAGE=%{SOURCE1} \

         -DENABLE_GL=ON \
@@ -96,10 +100,14 @@ 

  %{_datadir}/vulkan/implicit_layer.d/%{name}_capture.json

  

  %files devel

- %{_includedir}/%{name}.h

+ %{_includedir}/%{name}_app.h

  

  

  %changelog

+ * Thu Sep 30 2021 Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com> - 1.15-1

+ - Update to actual version

+ - Disable LTO because it cause crashes

+ 

  * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-4

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

  

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

- SHA512 (renderdoc-1.10.tar.gz) = 181934d5eac179451e0e9e708960d119b33184ba6ab81db504144709ecb47e8abb8543d3f32267ba3804751613bc7003480e2eab7b66af63aeb4b2b1329f3cbf

+ SHA512 (renderdoc-1.15.tar.gz) = 4334ba7202c1253422c20bcb7853c1c45f3dd92af33760fa436695768a2d3f0c7de68c5579c09039810cc62a5a0768dcd041f002971c87acdd9e4b2d04d0e094

  SHA512 (swig-modified-7.tar.gz) = 5285a65924c069cfb9f73104ad8a95251badac4001293a1757b97ebead5953730c03289159741f82da4c5afe4f61f7c826b105eaf82df044ed2fa21810242c86

  • Update renderdoc to actual version
  • Disable LTO because it cause crashes

rebased onto e550743

2 years ago

Thanks a lot for this. I have totally neglected my duties here.

Pull-Request has been closed by mikhail

2 years ago
Metadata