public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 4.5.0-2
@ 2026-06-29 12:24 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:24 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 121bd6bf2166ffc68ae9c5cc039fa8685449713e
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2010-07-09T08:48:53+00:00
Stats : +18/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/121bd6bf2166ffc68ae9c5cc039fa8685449713e?branch=rhel-f41-base
Log:
4.5.0-2
---
diff --git a/.cvsignore b/.cvsignore
index e01410a..f9913a0 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
fastjar-0.97.tar.gz
-gcc-4.5.0-20100707.tar.bz2
+gcc-4.5.0-20100709.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index 74f3d1d..fdbb23e 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20100707
-%global SVNREV 161912
+%global DATE 20100709
+%global SVNREV 161987
%global gcc_version 4.5.0
# Note, gcc_release must be integer, if you want to add suffixes to
# %{release}, append them after %{gcc_release} on Release: line.
-%global gcc_release 1
+%global gcc_release 2
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@@ -946,6 +946,12 @@ fi
mkdir -p %{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}
mv -f %{buildroot}%{_prefix}/%{_lib}/libstdc++*gdb.py* \
%{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/
+pushd ../libstdc++-v3/python
+for i in `find . -name \*.py`; do
+ touch -r $i %{buildroot}%{_prefix}/share/gcc-%{gcc_version}/python/$i
+done
+touch -r hook.in %{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/libstdc++*gdb.py
+popd
pushd $FULLPATH
if [ "%{_lib}" = "lib" ]; then
@@ -1954,5 +1960,12 @@ fi
%endif
%changelog
+* Fri Jun 9 2010 Jakub Jelinek <jakub@redhat.com> 4.5.0-2
+- update from gcc-4_5-branch
+ - PRs c++/44703, fortran/44847, middle-end/41355, middle-end/44828,
+ target/43888, tree-optimization/44284
+- use DW_OP_const[48]u instead of DW_OP_addr before DW_OP_GNU_push_tls_address
+- fix a multilib issue with *.py[oc] files in libstdc++ (#612742)
+
* Wed Jun 7 2010 Jakub Jelinek <jakub@redhat.com> 4.5.0-1
- initial 4.5 package, using newly created redhat/gcc-4_5-branch
diff --git a/sources b/sources
index bd7a734..a6cce18 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
-cba4eec9853841706747987fb1bc58c5 gcc-4.5.0-20100707.tar.bz2
+8b8d91274293d271a556f7b49666a35f gcc-4.5.0-20100709.tar.bz2
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/gcc] rhel-f41-base: 4.5.0-2
@ 2026-06-29 12:24 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:24 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 1074058107ae340f6d8b1cfc40435dd7b4515b88
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2010-07-09T11:25:38+00:00
Stats : +25/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/1074058107ae340f6d8b1cfc40435dd7b4515b88?branch=rhel-f41-base
Log:
4.5.0-2
---
diff --git a/gcc.spec b/gcc.spec
index fdbb23e..a6e20cf 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1966,6 +1966,7 @@ fi
target/43888, tree-optimization/44284
- use DW_OP_const[48]u instead of DW_OP_addr before DW_OP_GNU_push_tls_address
- fix a multilib issue with *.py[oc] files in libstdc++ (#612742)
+- fix up libgcj_bc.so
* Wed Jun 7 2010 Jakub Jelinek <jakub@redhat.com> 4.5.0-1
- initial 4.5 package, using newly created redhat/gcc-4_5-branch
diff --git a/gcc45-hack.patch b/gcc45-hack.patch
index 2427264..470627d 100644
--- a/gcc45-hack.patch
+++ b/gcc45-hack.patch
@@ -97,3 +97,27 @@
GCJFLAGS="$(GCJFLAGS) $${flags}" \
CXXFLAGS="$(CXXFLAGS) $${flags}" \
LIBCFLAGS="$(LIBCFLAGS) $${flags}" \
+--- libjava/Makefile.am.jj 2010-07-09 11:17:33.729604090 +0200
++++ libjava/Makefile.am 2010-07-09 13:16:41.894375641 +0200
+@@ -710,7 +710,8 @@ if USE_LIBGCJ_BC
+ ## later.
+ @echo Installing dummy lib libgcj_bc.so.1.0.0; \
+ rm $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so; \
+- mv $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so.1.0.0 $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so; \
++ $(INSTALL) $(INSTALL_STRIP_FLAG) $(here)/.libs/libgcj_bc.so $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so; \
++ rm $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so.1.0.0; \
+ $(libgcj_bc_dummy_LINK) -xc /dev/null -Wl,-soname,libgcj_bc.so.1 \
+ -o $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so.1.0.0 -lgcj || exit; \
+ rm $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so.1; \
+--- libjava/Makefile.in.jj 2010-07-09 11:17:34.000000000 +0200
++++ libjava/Makefile.in 2010-07-09 13:18:07.542572270 +0200
+@@ -12665,7 +12665,8 @@ install-exec-hook: install-binPROGRAMS i
+ install-libexecsubPROGRAMS
+ @USE_LIBGCJ_BC_TRUE@ @echo Installing dummy lib libgcj_bc.so.1.0.0; \
+ @USE_LIBGCJ_BC_TRUE@ rm $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so; \
+-@USE_LIBGCJ_BC_TRUE@ mv $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so.1.0.0 $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so; \
++@USE_LIBGCJ_BC_TRUE@ $(INSTALL) $(INSTALL_STRIP_FLAG) $(here)/.libs/libgcj_bc.so $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so; \
++@USE_LIBGCJ_BC_TRUE@ rm $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so.1.0.0; \
+ @USE_LIBGCJ_BC_TRUE@ $(libgcj_bc_dummy_LINK) -xc /dev/null -Wl,-soname,libgcj_bc.so.1 \
+ @USE_LIBGCJ_BC_TRUE@ -o $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so.1.0.0 -lgcj || exit; \
+ @USE_LIBGCJ_BC_TRUE@ rm $(DESTDIR)$(toolexeclibdir)/libgcj_bc.so.1; \
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-29 12:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:24 [rpms/gcc] rhel-f41-base: 4.5.0-2 Jakub Jelinek
2026-06-29 12:24 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox