]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/commitdiff
- updated to gcc 3.2.3
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Apr 2003 10:13:28 +0000 (10:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed unneeded slibdir patch

Changed files:
    crossmingw32-gcc.spec -> 1.20

crossmingw32-gcc.spec

index 8c9d75972e1c01fb084e27f6792e26510db99669..223629934b63ec763ea0f2d8f375ace27e50b9d6 100644 (file)
@@ -1,6 +1,6 @@
 %define                DASHED_SNAP     %{nil}
 %define                SNAP            %(echo %{DASHED_SNAP} | sed -e "s#-##g")
-%define                GCC_VERSION     3.2.2
+%define                GCC_VERSION     3.2.3
 Summary:       Mingw32 Binary Utility Development Utilities - gcc
 Summary(pl):   Zestaw narzêdzi mingw32 - gcc
 Name:          crossmingw32-gcc
@@ -11,7 +11,6 @@ License:      GPL
 Group:         Development/Languages
 ExclusiveArch: %{ix86}
 Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{GCC_VERSION}/gcc-%{GCC_VERSION}.tar.bz2
-Patch0:                gcc-slibdir.patch
 BuildRequires: autoconf
 BuildRequires: bison
 BuildRequires: crossmingw32-binutils
@@ -149,7 +148,6 @@ Ten pakiet zawiera kompilator Javy generuj
 
 %prep
 %setup -q -n gcc-%{version}
-%patch0 -p1
 
 %build
 rm -rf obj-%{target_platform} && install -d obj-%{target_platform} && cd obj-%{target_platform}
This page took 0.035867 seconds and 4 git commands to generate.