public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: Workaround makeinfo F-22 Bug 1154436.
@ 2026-06-27 23:56 Jan Kratochvil
0 siblings, 0 replies; only message in thread
From: Jan Kratochvil @ 2026-06-27 23:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 3cf9dd58a7b6dbb70347987e551ae860edbd678e
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date : 2014-10-19T20:41:16+02:00
Stats : +11/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/3cf9dd58a7b6dbb70347987e551ae860edbd678e?branch=gdb-17.2-rebase-f44
Log:
Workaround makeinfo F-22 Bug 1154436.
---
diff --git a/gdb.spec b/gdb.spec
index 787e83e..6e190a8 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -26,7 +26,7 @@ Version: 7.8
# 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: 26%{?dist}
+Release: 27%{?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
@@ -893,6 +893,9 @@ mv -f readline-doc readline/doc
%build
rm -rf %{buildroot}
+# https://bugzilla.redhat.com/show_bug.cgi?id=1154436
+export PERL5LIB="$PERL5LIB${PERL5LIB:+:}/usr/share/texi2html/lib/Unicode-EastAsianWidth/lib"
+
# Identify the build directory with the version of gdb as well as the
# architecture, to allow for mutliple versions to be installed and
# built.
@@ -1123,6 +1126,10 @@ echo ====================TESTING END=====================
%endif
%install
+
+# https://bugzilla.redhat.com/show_bug.cgi?id=1154436
+export PERL5LIB="$PERL5LIB${PERL5LIB:+:}/usr/share/texi2html/lib/Unicode-EastAsianWidth/lib"
+
# Initially we're in the %{gdb_src} directory.
cd %{gdb_build}
rm -rf $RPM_BUILD_ROOT
@@ -1339,6 +1346,9 @@ then
fi
%changelog
+* Sun Oct 19 2014 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.8-27.fc21
+- Workaround makeinfo F-22 Bug 1154436.
+
* Sun Oct 19 2014 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.8-26.fc21
- Import 5 upstream gdb-7.8 branch fixes (async fix by Pedro Alves).
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-27 23:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-27 23:56 [rpms/gdb] gdb-17.2-rebase-f44: Workaround makeinfo F-22 Bug 1154436 Jan Kratochvil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox