]> git.pld-linux.org Git - packages/gcc2.git/commitdiff
- added patch with update to pre-2.95.4 from CVS gcc-2_95-branch (20010823) STABLE gcc2-2_95_4-0_20010823_0
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Aug 2001 22:36:55 +0000 (22:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (without all testsuite files - so .bz2 is about 520kB smaller)
- pointer-arith patch seems to be obsolete (only one change is not in sources)
- removed crtendS patch (obsolete)

Changed files:
    gcc2.spec -> 1.11

gcc2.spec

index bebc261f3e66d6f0d4d920c04fbb2b2ff293e71c..5a2d84634cd08bbfe5ab0213afbc2ebb58860384 100644 (file)
--- a/gcc2.spec
+++ b/gcc2.spec
@@ -1,16 +1,18 @@
 %define                rname           gcc
 %define        rver            2.95.3
+%define                snap            20010823
 %define                STDC_VERSION    2.10.0
+%define                STDC_RELEASE    2
 Summary:       GNU Compiler Collection
 Summary(pl):   Kolekcja kompilatorów GNU
 Name:          %{rname}2
-Version:       %{rver}
-Release:       1
+Version:       2.95.4
+Release:       0.%{snap}.0
 License:       GPL
 Group:         Development/Languages
 Group(de):     Entwicklung/Sprachen
 Group(pl):     Programowanie/Jêzyki
-Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{rname}-%{version}.tar.gz
+Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{rver}/%{rname}-%{rver}.tar.gz
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-pld-linux.patch
 Patch2:                %{name}-libstdc++.patch
@@ -31,9 +33,9 @@ Patch16:      %{name}-ppc-descriptions.patch
 Patch17:       %{name}-alpha-complex-float.patch
 Patch18:       %{name}-gcj-vs-iconv.patch
 Patch19:       %{name}-libobjc.patch
-Patch20:       %{name}-pointer-arith.patch
-Patch21:       %{name}-crtendS.patch
-Patch22:       %{name}-suffix.patch
+#Patch20:      %{name}-pointer-arith.patch
+Patch21:       %{name}-suffix.patch
+Patch50:       gcc-%{rver}-%{snap}.patch.bz2
 BuildRequires: bison
 BuildRequires: texinfo
 Requires:      binutils >= 2.9.1.0.25
@@ -196,6 +198,7 @@ Group(de):  Libraries
 Group(fr):     Librairies
 Group(pl):     Biblioteki
 Version:       %{STDC_VERSION}
+Release:       %{STDC_RELEASE}
 Obsoletes:     libg++
 Provides:      libstdc++ = %{STDC_VERSION}
 
@@ -234,6 +237,7 @@ Group(de):  Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Version:       %{STDC_VERSION}
+Release:       %{STDC_RELEASE}
 Requires:      libstdc++2 = %{STDC_VERSION}
 Requires:      %{name}-c++
 Obsoletes:     libg++-devel
@@ -256,6 +260,7 @@ Group(de):  Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Version:       %{STDC_VERSION}
+Release:       %{STDC_RELEASE}
 Requires:      libstdc++2-devel = %{STDC_VERSION}
 
 %description -n libstdc++2-static
@@ -318,6 +323,7 @@ Preprocesor C umo
 
 %prep
 %setup -q -n %{rname}-%{rver}
+%patch50 -p1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -346,9 +352,8 @@ Preprocesor C umo
 %endif
 %patch18 -p0
 %patch19 -p0
-%patch20 -p0
+#%patch20 -p0
 %patch21 -p1
-%patch22 -p1
 
 %build
 (cd gcc; autoconf)
This page took 0.127153 seconds and 4 git commands to generate.