SPECS: gcc.spec - fix mem/time hog, release 2.
pluto
pluto at pld-linux.org
Sat May 19 16:36:46 CEST 2007
Author: pluto Date: Sat May 19 14:36:46 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix mem/time hog, release 2.
---- Files affected:
SPECS:
gcc.spec (1.485 -> 1.486)
---- Diffs:
================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.485 SPECS/gcc.spec:1.486
--- SPECS/gcc.spec:1.485 Sat May 19 14:49:36 2007
+++ SPECS/gcc.spec Sat May 19 16:36:40 2007
@@ -55,7 +55,7 @@
%define _major_ver 4.2
%define _minor_ver 0
Version: %{_major_ver}.%{_minor_ver}
-Release: 1
+Release: 2
Epoch: 6
License: GPL v2+
Group: Development/Languages
@@ -79,6 +79,7 @@
Patch14: %{name}-pr29512.patch
Patch15: %{name}-hash-style-gnu.patch
Patch16: %{name}-unnecessary_anonymous_warning.patch
+Patch17: %{name}-pr30052.patch
URL: http://gcc.gnu.org/
BuildRequires: autoconf
%{?with_tests:BuildRequires: autogen}
@@ -824,6 +825,7 @@
%patch14 -p1
%patch15 -p1
%patch16 -p1
+%patch17 -p1
# because we distribute modified version of gcc...
sed -i 's:#define VERSUFFIX.*:#define VERSUFFIX " (PLD-Linux)":' gcc/version.c
@@ -1528,6 +1530,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.486 2007/05/19 14:36:40 pluto
+- fix mem/time hog, release 2.
+
Revision 1.485 2007/05/19 12:49:36 qboosh
- mozilla bcond (for libgcjwebplugin)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.485&r2=1.486&f=u
More information about the pld-cvs-commit
mailing list