commit 9ba8cdee138e6a8df5b43b6ea053e7fa719b0c1f
Author: Jakub Bogusz <[email protected]>
Date:   Sun Feb 26 21:00:55 2023 +0100

    - updated to 12.3.0

 dyninst.spec           | 32 ++++++++++++++++----------------
 missing-includes.patch | 20 +++-----------------
 2 files changed, 19 insertions(+), 33 deletions(-)
---
diff --git a/dyninst.spec b/dyninst.spec
index a7e883d..de1fc73 100644
--- a/dyninst.spec
+++ b/dyninst.spec
@@ -1,13 +1,13 @@
 Summary:       API for Run-time Code Generation
 Summary(pl.UTF-8):     API do generowania kodu w czasie dziaƂania
 Name:          dyninst
-Version:       12.2.1
-Release:       2
+Version:       12.3.0
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 #Source0Download: https://github.com/dyninst/dyninst/releases
 Source0:       
https://github.com/dyninst/dyninst/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 800b6562ab99d285cdac51ad273eeee1
+# Source0-md5: c3a6fc1fc59bb26472f918d4cb797f11
 Patch0:                %{name}-libname.patch
 Patch1:                %{name}-x32.patch
 Patch2:                %{name}-tbb.patch
@@ -113,31 +113,31 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYRIGHT CHANGELOG.md README.md
 %attr(755,root,root) %{_bindir}/parseThat
 %attr(755,root,root) %{_libdir}/libdynC_API.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdynC_API.so.12.2
+%attr(755,root,root) %ghost %{_libdir}/libdynC_API.so.12.3
 %attr(755,root,root) %{_libdir}/libdynDwarf.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdynDwarf.so.12.2
+%attr(755,root,root) %ghost %{_libdir}/libdynDwarf.so.12.3
 %attr(755,root,root) %{_libdir}/libdynElf.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdynElf.so.12.2
+%attr(755,root,root) %ghost %{_libdir}/libdynElf.so.12.3
 %attr(755,root,root) %{_libdir}/libdyncommon.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdyncommon.so.12.2
+%attr(755,root,root) %ghost %{_libdir}/libdyncommon.so.12.3
 %attr(755,root,root) %{_libdir}/libdyninstAPI.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdyninstAPI.so.12.2
+%attr(755,root,root) %ghost %{_libdir}/libdyninstAPI.so.12.3
 %attr(755,root,root) %{_libdir}/libdyninstAPI_RT.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdyninstAPI_RT.so.12.2
+%attr(755,root,root) %ghost %{_libdir}/libdyninstAPI_RT.so.12.3
 %attr(755,root,root) %{_libdir}/libinstructionAPI.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libinstructionAPI.so.12.2
+%attr(755,root,root) %ghost %{_libdir}/libinstructionAPI.so.12.3
 %attr(755,root,root) %{_libdir}/libparseAPI.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libparseAPI.so.12.2
+%attr(755,root,root) %ghost %{_libdir}/libparseAPI.so.12.3
 %attr(755,root,root) %{_libdir}/libpatchAPI.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libpatchAPI.so.12.2
+%attr(755,root,root) %ghost %{_libdir}/libpatchAPI.so.12.3
 %attr(755,root,root) %{_libdir}/libpcontrol.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libpcontrol.so.12.2
+%attr(755,root,root) %ghost %{_libdir}/libpcontrol.so.12.3
 %attr(755,root,root) %{_libdir}/libstackwalk.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libstackwalk.so.12.2
+%attr(755,root,root) %ghost %{_libdir}/libstackwalk.so.12.3
 %attr(755,root,root) %{_libdir}/libsymLite.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libsymLite.so.12.2
+%attr(755,root,root) %ghost %{_libdir}/libsymLite.so.12.3
 %attr(755,root,root) %{_libdir}/libsymtabAPI.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libsymtabAPI.so.12.2
+%attr(755,root,root) %ghost %{_libdir}/libsymtabAPI.so.12.3
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/missing-includes.patch b/missing-includes.patch
index 94aa1e3..d03f794 100644
--- a/missing-includes.patch
+++ b/missing-includes.patch
@@ -1,15 +1,3 @@
-diff -ur dyninst-12.2.1.orig/dataflowAPI/src/AbslocInterface.C 
dyninst-12.2.1/dataflowAPI/src/AbslocInterface.C
---- dyninst-12.2.1.orig/dataflowAPI/src/AbslocInterface.C      2022-11-21 
20:46:38.000000000 +0100
-+++ dyninst-12.2.1/dataflowAPI/src/AbslocInterface.C   2023-02-19 
21:34:34.799852999 +0100
-@@ -45,6 +45,8 @@
- #include "parseAPI/h/CFG.h"
- #include "parseAPI/h/CodeObject.h"
- 
-+#include <deque>
-+
- using namespace Dyninst;
- using namespace Dyninst::InstructionAPI;
- extern int df_debug_stackanalysis;
 diff -ur 
dyninst-12.2.1.orig/instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.h
 
dyninst-12.2.1/instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.h
 --- 
dyninst-12.2.1.orig/instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.h
      2022-11-21 20:46:38.000000000 +0100
 +++ 
dyninst-12.2.1/instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.h
   2023-02-19 21:33:54.774376195 +0100
@@ -36,14 +24,12 @@ diff -ur 
dyninst-12.2.1.orig/instructionAPI/src/AMDGPU/vega/InstructionDecoder-a
  namespace Dyninst {
      namespace InstructionAPI {
  
-diff -ur dyninst-12.2.1.orig/instructionAPI/src/InstructionDecoder-aarch64.h 
dyninst-12.2.1/instructionAPI/src/InstructionDecoder-aarch64.h
---- dyninst-12.2.1.orig/instructionAPI/src/InstructionDecoder-aarch64.h        
2022-11-21 20:46:38.000000000 +0100
-+++ dyninst-12.2.1/instructionAPI/src/InstructionDecoder-aarch64.h     
2023-02-19 21:33:39.774822043 +0100
-@@ -33,6 +33,9 @@
+--- dyninst-12.3.0.orig/instructionAPI/src/InstructionDecoder-aarch64.h        
2022-11-21 20:46:38.000000000 +0100
++++ dyninst-12.3.0/instructionAPI/src/InstructionDecoder-aarch64.h     
2023-02-19 21:33:39.774822043 +0100
+@@ -33,6 +33,8 @@
  #include "Immediate.h"
  #include "dyn_regs.h"
  
-+#include <array>
 +#include <string>
 +
  namespace Dyninst {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dyninst.git/commitdiff/9ba8cdee138e6a8df5b43b6ea053e7fa719b0c1f

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to