From ad6c9a2ec1af898f0abf9a0bd75b6fc9f437ec63 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 8 Aug 2013 19:20:09 +0200 Subject: [PATCH] Simplify BuildRequires by texlive-collection-latexrecommended (see BZ 919891). --- gdb.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gdb.spec b/gdb.spec index 63d931e..ea972d8 100644 --- a/gdb.spec +++ b/gdb.spec @@ -37,7 +37,7 @@ Version: 7.6.50.%{snap} # 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: 4%{?dist} +Release: 5%{?dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain Group: Development/Debuggers @@ -557,8 +557,7 @@ BuildRequires: libstdc++%{?_isa} # gdb-doc in PDF, see: https://bugzilla.redhat.com/show_bug.cgi?id=919891#c10 BuildRequires: texinfo-tex %if 0%{!?rhel:1} || 0%{?rhel} > 6 -#BuildRequires: texlive-collection-latexrecommended -BuildRequires: texlive-ec texlive-cm-super +BuildRequires: texlive-collection-latexrecommended %endif # Permit rebuilding *.[0-9] files even if they are distributed in gdb-*.tar: BuildRequires: /usr/bin/pod2man @@ -1314,6 +1313,9 @@ fi %endif # 0%{!?el5:1} || "%{_target_cpu}" == "noarch" %changelog +* Thu Aug 8 2013 Jan Kratochvil - 7.6.50.20130731-5.fc20 +- Simplify BuildRequires by texlive-collection-latexrecommended (see BZ 919891). + * Tue Aug 6 2013 Jan Kratochvil - 7.6.50.20130731-4.fc20 - Revert the texlive-collection-latexrecommended change (see BZ 919891).