From 7ffdf589d42db5c8d528988104146e17c1bb81dd Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Tue, 6 Aug 2013 17:06:43 +0200 Subject: [PATCH] Revert the texlive-collection-latexrecommended change (see BZ 919891). --- gdb.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb.spec b/gdb.spec index 5a70cb3..63d931e 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: 3%{?dist} +Release: 4%{?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,7 +557,8 @@ 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-collection-latexrecommended +BuildRequires: texlive-ec texlive-cm-super %endif # Permit rebuilding *.[0-9] files even if they are distributed in gdb-*.tar: BuildRequires: /usr/bin/pod2man @@ -1313,6 +1314,9 @@ fi %endif # 0%{!?el5:1} || "%{_target_cpu}" == "noarch" %changelog +* Tue Aug 6 2013 Jan Kratochvil - 7.6.50.20130731-4.fc20 +- Revert the texlive-collection-latexrecommended change (see BZ 919891). + * Tue Aug 6 2013 Jan Kratochvil - 7.6.50.20130731-3.fc20 - Simplify BuildRequires by texlive-collection-latexrecommended (see BZ 919891). - Fix crash on 'enable count' (Simon Marchi, BZ 993118).