Author: pluto                        Date: Fri Nov 18 02:10:40 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- testing new fixes (x87 fix, qt4 support).

---- Files affected:
SPECS:
   gcc.spec (1.383 -> 1.384) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.383 SPECS/gcc.spec:1.384
--- SPECS/gcc.spec:1.383        Tue Nov 15 12:09:22 2005
+++ SPECS/gcc.spec      Fri Nov 18 03:10:35 2005
@@ -41,7 +41,7 @@
 Name:          gcc
 Version:       4.1.0
 %define                _snap   20051113r106863
-Release:       0.%{_snap}.1
+Release:       0.%{_snap}.2
 Epoch:         5
 License:       GPL v2+
 Group:         Development/Languages
@@ -60,6 +60,7 @@
 Patch6:                %{name}-pr19664_gnu_internal.patch
 Patch7:                %{name}-pr19664_libstdc++.patch
 
+Patch9:                %{name}-enable-java-awt-qt.patch
 # PRs
 Patch10:       %{name}-pr7776.patch
 Patch11:       %{name}-pr20297.patch
@@ -71,7 +72,9 @@
 Patch17:       %{name}-pr19505.patch
 Patch18:       %{name}-pr24419.patch
 Patch19:       %{name}-pr24669.patch
+Patch20:       %{name}-pr17390.patch
 URL:           http://gcc.gnu.org/
+%{?with_java:BuildRequires:    QtGui-devel >= 4.0.1}
 BuildRequires: autoconf
 %{?with_tests:BuildRequires:   autogen}
 BuildRequires: automake
@@ -750,6 +753,7 @@
 %patch6 -p1
 %patch7 -p1
 
+%patch9 -p1
 # PRs
 %patch10 -p1
 %patch11 -p1
@@ -761,6 +765,7 @@
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
 
 # because we distribute modified version of gcc...
 perl -pi -e 's/(version.*)";/$1 (PLD Linux)";/' gcc/version.c
@@ -808,6 +813,7 @@
        --enable-libgcj-multifile \
        --enable-libgcj-database \
        --enable-gtk-cairo \
+       --enable-java-awt=qt \
 %endif
        %{_target_platform}
 
@@ -1309,6 +1315,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.384  2005/11/18 02:10:35  pluto
+- testing new fixes (x87 fix, qt4 support).
+
 Revision 1.383  2005/11/15 11:09:22  qboosh
 - multilib BRs update from AC-branch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.383&r2=1.384&f=u

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

Reply via email to