OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Feb-2008 12:44:23
Branch: HEAD Handle: 2008020211442200
Modified files:
openpkg-src/gcc gcc.patch gcc.spec
Log:
upgrading package: gcc 4.2.2 -> 4.2.3
Summary:
Revision Changes Path
1.32 +0 -12 openpkg-src/gcc/gcc.patch
1.153 +2 -2 openpkg-src/gcc/gcc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.patch
============================================================================
$ cvs diff -u -r1.31 -r1.32 gcc.patch
--- openpkg-src/gcc/gcc.patch 11 Jul 2007 14:33:18 -0000 1.31
+++ openpkg-src/gcc/gcc.patch 2 Feb 2008 11:44:22 -0000 1.32
@@ -104,15 +104,3 @@
#define HAVE_ICONV 0
typedef int iconv_t; /* dummy */
#endif
-Index: gcc/config/i386/driver-i386.c
---- gcc/config/i386/driver-i386.c.orig 2006-12-29 07:09:06 +0100
-+++ gcc/config/i386/driver-i386.c 2007-07-10 09:16:56 +0200
-@@ -26,7 +26,7 @@
-
- const char *host_detect_local_cpu (int argc, const char **argv);
-
--#ifdef GCC_VERSION
-+#if defined(GCC_VERSION) && GCC_VERSION > 0
- #define cpuid(num,a,b,c,d) \
- asm volatile ("xchgl %%ebx, %1; cpuid; xchgl %%ebx, %1" \
- : "=a" (a), "=r" (b), "=c" (c), "=d" (d) \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.spec
============================================================================
$ cvs diff -u -r1.152 -r1.153 gcc.spec
--- openpkg-src/gcc/gcc.spec 1 Jan 2008 14:54:12 -0000 1.152
+++ openpkg-src/gcc/gcc.spec 2 Feb 2008 11:44:22 -0000 1.153
@@ -22,7 +22,7 @@
##
# package version
-%define V_full 4.2.2
+%define V_full 4.2.3
%define V_comp %nil
# package information
@@ -36,7 +36,7 @@
Group: Compiler
License: GPL
Version: %{V_full}
-Release: 20080101
+Release: 20080202
# package options
%option with_binutils yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]