Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package latrace for openSUSE:Factory checked 
in at 2024-07-02 18:17:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/latrace (Old)
 and      /work/SRC/openSUSE:Factory/.latrace.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "latrace"

Tue Jul  2 18:17:12 2024 rev:12 rq:1184311 version:0.5.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/latrace/latrace.changes  2024-03-01 
23:37:19.689196959 +0100
+++ /work/SRC/openSUSE:Factory/.latrace.new.18349/latrace.changes       
2024-07-02 18:17:21.053397690 +0200
@@ -1,0 +2,5 @@
+Mon Jul  1 10:53:12 UTC 2024 - Andreas Schwab <[email protected]>
+
+- audit-riscv.patch: Add support for RISC-V to audit.h
+
+-------------------------------------------------------------------

New:
----
  audit-riscv.patch

BETA DEBUG BEGIN:
  New:
- audit-riscv.patch: Add support for RISC-V to audit.h
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ latrace.spec ++++++
--- /var/tmp/diff_new_pack.MXiZhl/_old  2024-07-02 18:17:21.641419207 +0200
+++ /var/tmp/diff_new_pack.MXiZhl/_new  2024-07-02 18:17:21.641419207 +0200
@@ -39,6 +39,7 @@
 Patch5:         0004-add-aarch64-and-ppc64le-support-to-audit.h.patch
 Patch6:         latrace-PRINT-format.patch
 Patch7:         ppc-fedora.patch
+Patch8:         audit-riscv.patch
 BuildRequires:  asciidoc
 BuildRequires:  autoconf
 BuildRequires:  bison

++++++ audit-riscv.patch ++++++
Index: latrace-0.5.11/src/audit.h
===================================================================
--- latrace-0.5.11.orig/src/audit.h
+++ latrace-0.5.11/src/audit.h
@@ -113,6 +113,13 @@
 # define La_regs La_sparc64_regs
 # define La_retval La_sparc64_retval
 # define int_retval lrv_reg[0]
+#elif defined __riscv
+# define pltenter la_riscv_gnu_pltenter
+# define pltexit la_riscv_gnu_pltexit
+# define La_regs La_riscv_regs
+# define sp_reg lr_sp
+# define La_retval La_riscv_retval
+# define int_retval lrv_a0
 #endif
 
 #endif // !AUDIT_H

Reply via email to