rpms/gcc/devel .cvsignore, 1.319, 1.320 gcc.spec, 1.101, 1.102 sources, 1.324, 1.325

Jakub Jelinek jakub at fedoraproject.org
Fri Jul 9 08:48:53 UTC 2010


Author: jakub

Update of /cvs/pkgs/rpms/gcc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14446

Modified Files:
	.cvsignore gcc.spec sources 
Log Message:
4.5.0-2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/.cvsignore,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -p -r1.319 -r1.320
--- .cvsignore	7 Jul 2010 17:35:17 -0000	1.319
+++ .cvsignore	9 Jul 2010 08:48:52 -0000	1.320
@@ -1,2 +1,2 @@
 fastjar-0.97.tar.gz
-gcc-4.5.0-20100707.tar.bz2
+gcc-4.5.0-20100709.tar.bz2


Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/gcc.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -p -r1.101 -r1.102
--- gcc.spec	7 Jul 2010 17:35:17 -0000	1.101
+++ gcc.spec	9 Jul 2010 08:48:52 -0000	1.102
@@ -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 at 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 at redhat.com> 4.5.0-1
 - initial 4.5 package, using newly created redhat/gcc-4_5-branch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/sources,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -p -r1.324 -r1.325
--- sources	7 Jul 2010 17:35:21 -0000	1.324
+++ sources	9 Jul 2010 08:48:53 -0000	1.325
@@ -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



More information about the scm-commits mailing list