SPECS: gcc.spec - updated to 4.3.2-RC1.

pluto pluto at pld-linux.org
Tue Aug 26 22:01:18 CEST 2008


Author: pluto                        Date: Tue Aug 26 20:01:18 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 4.3.2-RC1.

---- Files affected:
SPECS:
   gcc.spec (1.553 -> 1.554) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.553 SPECS/gcc.spec:1.554
--- SPECS/gcc.spec:1.553	Mon Jul 28 14:20:43 2008
+++ SPECS/gcc.spec	Tue Aug 26 22:01:12 2008
@@ -46,7 +46,7 @@
 %endif
 
 %define		_major_ver	4.3
-%define		_minor_ver	1
+%define		_minor_ver	2
 # class data version seen with file(1) that this jvm is able to load
 %define		_classdataversion 49.0
 
@@ -56,12 +56,14 @@
 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
+Release:	0.rc1.1
 Epoch:		6
 License:	GPL v3+
 Group:		Development/Languages
-Source0:	ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5:	4afa0290cc3a41ac8822666f1110de98
+#Source0:	ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{name}-%{version}.tar.bz2
+%define		_snap	20080819
+Source0:	ftp://gcc.gnu.org/pub/gcc/snapshots/%{version}-RC-%{_snap}/gcc-%{version}-RC-%{_snap}.tar.bz2
+# Source0-md5:	2d6fa3583493a848ccb1463f3640e9df
 Source1:	%{name}-optimize-la.pl
 Source2:	ftp://sourceware.org/pub/java/ecj-%{_major_ver}.jar
 # Source2-md5:	fd299f26c02268878b5d6c0e86f57c43
@@ -1307,8 +1309,8 @@
 Statyczne biblioteki Obiektowego C.
 
 %prep
-%setup -q
-%patch100 -p0
+%setup -q -n gcc-%{version}-RC-%{_snap}
+#patch100 -p0
 %patch101 -p0
 %patch0 -p1
 %patch1 -p1
@@ -1333,7 +1335,8 @@
 
 # override snapshot version.
 echo %{version} > gcc/BASE-VER
-echo "release" > gcc/DEV-PHASE
+#echo "release" > gcc/DEV-PHASE
+echo "release candidate" > gcc/DEV-PHASE
 
 %build
 cd gcc
@@ -2159,6 +2162,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.554  2008/08/26 20:01:12  pluto
+- updated to 4.3.2-RC1.
+
 Revision 1.553  2008/07/28 12:20:43  blekot
 - added Provides: java(ClassDataVersion) = %{_classdataversion}
 - rel up (4)
================================================================

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



More information about the pld-cvs-commit mailing list