From 2f00fc1fdb42cf769740f3402d65bb96a3a47ace Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sep 15 2016 20:54:02 +0000 Subject: Fix description empty lines. --- diff --git a/gdb.spec b/gdb.spec index 297ba9b..60a6930 100644 --- a/gdb.spec +++ b/gdb.spec @@ -27,7 +27,7 @@ Version: 7.12 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 0.16.%{tardate}%{?dist} +Release: 0.17.%{tardate}%{?dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL Group: Development/Debuggers @@ -735,14 +735,18 @@ BuildRequires: xz %{?scl:Requires:%scl_runtime} +# FIXME: The text needs to be duplicated to prevent 2 empty heading lines. %if 0%{!?scl:1} %description headless +GDB, the GNU debugger, allows you to debug programs written in C, C++, +Java, and other languages, by executing them in a controlled fashion +and printing their data. %else %description -%endif GDB, the GNU debugger, allows you to debug programs written in C, C++, Java, and other languages, by executing them in a controlled fashion and printing their data. +%endif %package gdbserver Summary: A standalone server for GDB (the GNU source-level debugger) @@ -1486,6 +1490,9 @@ then fi %changelog +* Wed Sep 14 2016 Jan Kratochvil - 7.12-0.17.20160907.fc25 +- Fix description empty lines. + * Wed Sep 14 2016 Jan Kratochvil - 7.12-0.16.20160907.fc25 - Provide gdb-headless package (RH BZ 1195005).