Author: glen                         Date: Fri Feb 27 11:30:23 2009 GMT
Module: SPECS                         Tag: GCC_4_3
---- Log message:
- multilib obsoletes libgcc32; rel 5

---- Files affected:
SPECS:
   gcc.spec (1.561.2.8 -> 1.561.2.9) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.561.2.8 SPECS/gcc.spec:1.561.2.9
--- SPECS/gcc.spec:1.561.2.8    Wed Feb 25 23:13:24 2009
+++ SPECS/gcc.spec      Fri Feb 27 12:30:18 2009
@@ -45,8 +45,8 @@
 %undefine      with_multilib
 %endif
 
-%define                _major_ver      4.3
-%define                _minor_ver      3
+%define                major_ver       4.3
+%define                minor_ver       3
 # class data version seen with file(1) that this jvm is able to load
 %define                _classdataversion 49.0
 
@@ -55,15 +55,15 @@
 Summary(pl.UTF-8):     Kolekcja kompilatorów GNU: kompilator C i pliki 
współdzielone
 Summary(pt_BR.UTF-8):  Coleção dos compiladores GNU: o compilador C e arquivos 
compartilhados
 Name:          gcc
-Version:       %{_major_ver}.%{_minor_ver}
-Release:       4
+Version:       %{major_ver}.%{minor_ver}
+Release:       5
 Epoch:         6
 License:       GPL v3+
 Group:         Development/Languages
 Source0:       
ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5: cc3c5565fdb9ab87a05ddb106ba0bd1f
 Source1:       %{name}-optimize-la.pl
-Source2:       ftp://sourceware.org/pub/java/ecj-%{_major_ver}.jar
+Source2:       ftp://sourceware.org/pub/java/ecj-%{major_ver}.jar
 # Source2-md5: fd299f26c02268878b5d6c0e86f57c43
 Patch100:      %{name}-branch.diff.bz2
 Patch101:      %{name}-ix86-branch.diff.bz2
@@ -204,6 +204,7 @@
 Requires:      %{name}
 Requires:      libgcc-multilib = %{epoch}:%{version}-%{release}
 %{?with_multilib:Provides:      gcc(multilib)}
+Obsoletes:     libgcc32
 %ifarch %{x8664}
 Requires:      glibc-devel(i686)
 %endif
@@ -934,8 +935,8 @@
 Requires:      libgcj-devel = %{epoch}:%{version}-%{release}
 Provides:      gcc-java-tools
 Provides:      gcj = %{epoch}:%{version}-%{release}
-Obsoletes:     gcc-java-tools
 Obsoletes:     eclipse-ecj
+Obsoletes:     gcc-java-tools
 
 %description java
 This package adds experimental support for compiling Java(TM) programs
@@ -2063,7 +2064,7 @@
 %attr(755,root,root) %{_libdir}/lib-gnu-awt-xlib.so
 %{_libdir}/lib-gnu-awt-xlib.la
 %endif
-%{_pkgconfigdir}/libgcj-%{_major_ver}.pc
+%{_pkgconfigdir}/libgcj-%{major_ver}.pc
 
 %files -n libgcj-static
 %defattr(644,root,root,755)
@@ -2161,6 +2162,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.561.2.9  2009/02/27 11:30:18  glen
+- multilib obsoletes libgcc32; rel 5
+
 Revision 1.561.2.8  2009/02/25 22:13:24  baggins
 - gcc-fortran requires exact same gcc, or you'll get this:
   i686-pld-linux-gfortran: error trying to exec 'cc1': execvp: No such file or 
directory
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gcc.spec?r1=1.561.2.8&r2=1.561.2.9&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to