public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Kratochvil <jkratoch@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: - Disable temporarily Python files before the new rebase is done (BZ
Date: Sat, 27 Jun 2026 23:54:40 GMT [thread overview]
Message-ID: <178260448045.1.13885602763803545221.rpms-gdb-1c901a1d760a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 1c901a1d760a783d3d9442bb074dd60c7a1e51bc
Author : Jan Kratochvil <jkratoch@fedoraproject.org>
Date : 2010-07-13T06:51:09+00:00
Stats : +24/-18 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/1c901a1d760a783d3d9442bb074dd60c7a1e51bc?branch=gdb-17.2-rebase-f44
Log:
- Disable temporarily Python files before the new rebase is done (BZ
613710).
---
diff --git a/gdb.spec b/gdb.spec
index 95c3e61..46c198a 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -36,7 +36,7 @@ Version: 7.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.
-Release: 28%{?_with_upstream:.upstream}%{dist}
+Release: 29%{?_with_upstream:.upstream}%{dist}
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and GFDL and BSD and Public Domain
Group: Development/Debuggers
@@ -649,7 +649,8 @@ machine than the one which is running the program being debugged.
%setup -q -n %{gdb_src}
# libstdc++ pretty printers.
-tar xjf %{SOURCE4}
+# Disabled now for F-14 before rebase.
+#tar xjf %{SOURCE4}
# Files have `# <number> <file>' statements breaking VPATH / find-debuginfo.sh .
rm -f gdb/ada-exp.c gdb/ada-lex.c gdb/c-exp.c gdb/cp-name-parser.c gdb/f-exp.c
@@ -828,7 +829,8 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc-exp.c gdb/p-exp.c
%patch484 -p1
%patch485 -p1
%patch486 -p1
-%patch487 -p1
+# Disabled now for F-14 before rebase.
+#patch487 -p1
%patch415 -p1
%patch393 -p1
@@ -1055,21 +1057,22 @@ ln -sf gdb $RPM_BUILD_ROOT%{_prefix}/bin/gdbtui
cmp $RPM_BUILD_ROOT%{_mandir}/*/gdb.1 $RPM_BUILD_ROOT%{_mandir}/*/gdbtui.1
ln -sf gdb.1 $RPM_BUILD_ROOT%{_mandir}/*/gdbtui.1
-%if 0%{!?_without_python:1}
-# Temporarily now:
-for LIB in lib lib64;do
- LIBPATH="$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{_prefix}/$LIB"
- mkdir -p $LIBPATH
- # basename is being run only for the native (non-biarch) file.
- sed -e 's,@pythondir@,%{_datadir}/gdb/python,' \
- -e 's,@toolexeclibdir@,%{_prefix}/'"$LIB," \
- < $RPM_BUILD_DIR/%{gdb_src}/%{libstdcxxpython}/hook.in \
- > $LIBPATH/$(basename %{_prefix}/%{_lib}/libstdc++.so.6.*)-gdb.py
-done
-test ! -e $RPM_BUILD_ROOT%{_datadir}/gdb/python/libstdcxx
-cp -a $RPM_BUILD_DIR/%{gdb_src}/%{libstdcxxpython}/libstdcxx \
- $RPM_BUILD_ROOT%{_datadir}/gdb/python/libstdcxx
-%endif # 0%{!?_without_python:1}
+# Disabled now for F-14 before rebase.
+#%if 0%{!?_without_python:1}
+## Temporarily now:
+#for LIB in lib lib64;do
+# LIBPATH="$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{_prefix}/$LIB"
+# mkdir -p $LIBPATH
+# # basename is being run only for the native (non-biarch) file.
+# sed -e 's,@pythondir@,%{_datadir}/gdb/python,' \
+# -e 's,@toolexeclibdir@,%{_prefix}/'"$LIB," \
+# < $RPM_BUILD_DIR/%{gdb_src}/%{libstdcxxpython}/hook.in \
+# > $LIBPATH/$(basename %{_prefix}/%{_lib}/libstdc++.so.6.*)-gdb.py
+#done
+#test ! -e $RPM_BUILD_ROOT%{_datadir}/gdb/python/libstdcxx
+#cp -a $RPM_BUILD_DIR/%{gdb_src}/%{libstdcxxpython}/libstdcxx \
+# $RPM_BUILD_ROOT%{_datadir}/gdb/python/libstdcxx
+#%endif # 0%{!?_without_python:1}
# Remove the files that are part of a gdb build but that are owned and
# provided by other packages.
@@ -1161,6 +1164,9 @@ fi
%endif
%changelog
+* Tue Jul 13 2010 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.1-29.fc14
+- Disable temporarily Python files before the new rebase is done (BZ 613710).
+
* Sun Jul 11 2010 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.1-28.fc14
- Rebuild for Fedora 14.
reply other threads:[~2026-06-27 23:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178260448045.1.13885602763803545221.rpms-gdb-1c901a1d760a@fedoraproject.org \
--to=jkratoch@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox