Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
c49027dd19 |
@@ -1,7 +1,7 @@
|
||||
Index: ./output.c
|
||||
Index: output.c
|
||||
===================================================================
|
||||
--- ./output.c.orig
|
||||
+++ ./output.c
|
||||
--- output.c.orig
|
||||
+++ output.c
|
||||
@@ -659,7 +659,7 @@ frame_callback (Dwfl_Frame *state, void
|
||||
|
||||
/* This mimics the output produced by libunwind below. */
|
||||
|
@@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 10:27:40 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Use %autosetup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 13:01:23 UTC 2023 - schwab@suse.de
|
||||
|
||||
|
10
ltrace.spec
10
ltrace.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ltrace
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -54,7 +54,13 @@ This is still a work in progress, so, for example, the tracking to
|
||||
child processes may fail or some things may not work as expected.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%setup -q
|
||||
%patch3 -p1
|
||||
%patch5
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
Reference in New Issue
Block a user