]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/commitdiff
- updated gcc to 3.3.3, w32api 2.5; added nodebug patch
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 18 Feb 2004 22:04:51 +0000 (22:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-gcc.spec -> 1.42

crossmingw32-gcc.spec

index fca9e39cffa94e0444ce36ff4c9f51c5b3b2f125..019701466d1c6a2c404f9540cd0fdf994ad16665 100644 (file)
@@ -1,8 +1,8 @@
 %bcond_with     bootstrap
 %define                DASHED_SNAP     %{nil}
 %define                SNAP            %(echo %{DASHED_SNAP} | sed -e "s#-##g")
-%define                GCC_VERSION     3.3.2
-%define        apiver  2.4
+%define                GCC_VERSION     3.3.3
+%define        apiver  2.5
 %define        apisrc  w32api-%{apiver}
 %define runver 3.2
 %define        runsrc  mingw-runtime-%{runver}
@@ -19,12 +19,13 @@ Epoch:              1
 License:       GPL
 Group:         Development/Languages
 Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{GCC_VERSION}/gcc-%{GCC_VERSION}.tar.bz2
-# Source0-md5: 65999f654102f5438ac8562d13a6eced
+# Source0-md5: 3c6cfd9fcd180481063b4058cf6faff2
 Source1:       http://dl.sourceforge.net/mingw/%{apisrc}.tar.gz
-# Source1-md5: 9f9b9a7a7ef14e112924fea46b3360ce
+# Source1-md5: be74d8925d1e273336ecb0d9225867f1
 Source2:       http://dl.sourceforge.net/mingw/%{runsrc}.tar.gz
 # Source2-md5: ecfd49e08f20a88b7ba11a755f2b53c2
-Patch0:                %{name}-noioctl.patch
+Patch0:                gcc-nodebug.patch
+Patch1:                %{name}-noioctl.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
@@ -176,7 +177,8 @@ mkdir winsup
 tar xzf %{SOURCE1} -C winsup
 tar xzf %{SOURCE2} -C winsup
 %endif
-%patch -p1
+%{!?debug:%patch0 -p1}
+%patch1 -p1
 
 %build
 cd gcc-%{version}
This page took 0.051952 seconds and 4 git commands to generate.