Revert the texlive-collection-latexrecommended change (see BZ 919891).
This commit is contained in:
parent
77f735272d
commit
7ffdf589d4
8
gdb.spec
8
gdb.spec
@ -37,7 +37,7 @@ Version: 7.6.50.%{snap}
|
|||||||
|
|
||||||
# The release always contains a leading reserved number, start it at 1.
|
# 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.
|
# `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
|
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain
|
||||||
Group: Development/Debuggers
|
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
|
# gdb-doc in PDF, see: https://bugzilla.redhat.com/show_bug.cgi?id=919891#c10
|
||||||
BuildRequires: texinfo-tex
|
BuildRequires: texinfo-tex
|
||||||
%if 0%{!?rhel:1} || 0%{?rhel} > 6
|
%if 0%{!?rhel:1} || 0%{?rhel} > 6
|
||||||
BuildRequires: texlive-collection-latexrecommended
|
#BuildRequires: texlive-collection-latexrecommended
|
||||||
|
BuildRequires: texlive-ec texlive-cm-super
|
||||||
%endif
|
%endif
|
||||||
# Permit rebuilding *.[0-9] files even if they are distributed in gdb-*.tar:
|
# Permit rebuilding *.[0-9] files even if they are distributed in gdb-*.tar:
|
||||||
BuildRequires: /usr/bin/pod2man
|
BuildRequires: /usr/bin/pod2man
|
||||||
@ -1313,6 +1314,9 @@ fi
|
|||||||
%endif # 0%{!?el5:1} || "%{_target_cpu}" == "noarch"
|
%endif # 0%{!?el5:1} || "%{_target_cpu}" == "noarch"
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 6 2013 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.6.50.20130731-4.fc20
|
||||||
|
- Revert the texlive-collection-latexrecommended change (see BZ 919891).
|
||||||
|
|
||||||
* Tue Aug 6 2013 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.6.50.20130731-3.fc20
|
* Tue Aug 6 2013 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.6.50.20130731-3.fc20
|
||||||
- Simplify BuildRequires by texlive-collection-latexrecommended (see BZ 919891).
|
- Simplify BuildRequires by texlive-collection-latexrecommended (see BZ 919891).
|
||||||
- Fix crash on 'enable count' (Simon Marchi, BZ 993118).
|
- Fix crash on 'enable count' (Simon Marchi, BZ 993118).
|
||||||
|
Loading…
Reference in New Issue
Block a user