diff --git a/debugbreak.changes b/debugbreak.changes index bbcc9ec..b074998 100644 --- a/debugbreak.changes +++ b/debugbreak.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 18 15:03:04 UTC 2023 - Jan Engelhardt + +- Use noun phrase for descriptions. + ------------------------------------------------------------------- Thu Jan 5 13:47:47 UTC 2023 - Paolo Stivanin diff --git a/debugbreak.spec b/debugbreak.spec index 2a1b81c..f94fe7e 100644 --- a/debugbreak.spec +++ b/debugbreak.spec @@ -20,16 +20,19 @@ Name: debugbreak Version: 1.0~git.20210702 Release: 0 BuildArch: noarch -Summary: Put breakpoints in your C/C++ code with a call to debug_break() +Summary: Breakpoint injector for C/C++ code License: BSD-2-Clause URL: https://github.com/scottt/debugbreak Source: %{name}-%{version}.tar.xz %description -debugbreak.h allows you to put breakpoints in your C/C++ code with a call to debug_break(): -* Include one header file and insert calls to debug_break() in the code where you wish to break into the debugger. -* Supports GCC, Clang and MSVC. -* Works well on ARM, AArch64, i686, x86-64, POWER and has a fallback code path for other architectures. +debugbreak.h allows setting breakpoints in C/C++ code with a call to +the debug_break() function. + +* Include one header file and insert calls to debug_break() in the code where + you wish to trap into the debugger. +* Works well on ARM, AArch64, i686, x86-64, POWER and has a fallback code path + for other architectures. * Works like the DebugBreak() fuction provided by Windows and QNX. %package devel @@ -40,7 +43,7 @@ Requires: %{name} = %{version} This package contains the header file needed to use debug_break. %prep -%setup -q +%autosetup %build