Переглянути джерело

upgrading package: gcc35 3.5s20040502 -> 3.5s20040516

Ralf S. Engelschall 21 роки тому
батько
коміт
1e15f10648
2 змінених файлів з 19 додано та 19 видалено
  1. 17 17
      gcc35/gcc35.patch
  2. 2 2
      gcc35/gcc35.spec

+ 17 - 17
gcc35/gcc35.patch

@@ -1,3 +1,20 @@
+--- gcc/version.c.orig	2003-08-04 14:50:23.000000000 +0200
++++ gcc/version.c	2003-09-27 15:01:39.000000000 +0200
+@@ -6,7 +6,7 @@
+    please modify this string to indicate that, e.g. by putting your
+    organization's name in parentheses at the end of the string.  */
+ 
+-const char version_string[] = "3.5.0 20040516 (experimental)";
++const char version_string[] = "3.5.0 20040516 (experimental) (@l_openpkg_release@)";
+ 
+ /* This is the location of the online document giving instructions for
+    reporting bugs.  If you distribute a modified version of GCC,
+@@ -15,4 +15,4 @@
+    forward us bugs reported to you, if you determine that they are
+    not bugs in your modifications.)  */
+ 
+-const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
++const char bug_report_url[] = "<URL:http://www.openpkg.org/>";
 --- config.guess.orig	Thu Jan 30 23:32:36 2003
 +++ config.guess	Wed Feb  5 09:54:43 2003
 @@ -188,7 +188,7 @@
@@ -31,23 +48,6 @@
  #if defined (HAVE_DECL_MALLOC) && !HAVE_DECL_MALLOC
  extern void *malloc (size_t);
  #endif
---- gcc/version.c.orig	2003-08-04 14:50:23.000000000 +0200
-+++ gcc/version.c	2003-09-27 15:01:39.000000000 +0200
-@@ -6,7 +6,7 @@
-    please modify this string to indicate that, e.g. by putting your
-    organization's name in parentheses at the end of the string.  */
- 
--const char version_string[] = "3.5.0 20040502 (experimental)";
-+const char version_string[] = "3.5.0 20040327 (experimental) (@l_openpkg_release@)";
- 
- /* This is the location of the online document giving instructions for
-    reporting bugs.  If you distribute a modified version of GCC,
-@@ -15,4 +15,4 @@
-    forward us bugs reported to you, if you determine that they are
-    not bugs in your modifications.)  */
- 
--const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
-+const char bug_report_url[] = "<URL:http://www.openpkg.org/>";
 Index: gcc/config/alpha/osf.h
 --- gcc/config/alpha/osf.h.orig	2003-12-12 02:19:23.000000000 +0100
 +++ gcc/config/alpha/osf.h	2004-04-26 21:25:14.000000000 +0200

+ 2 - 2
gcc35/gcc35.spec

@@ -26,7 +26,7 @@
 #   package version
 %define       V_full         3.5
 %define       V_comp         35
-%define       V_snap         20040502
+%define       V_snap         20040516
 
 #   package information
 Name:         gcc35
@@ -39,7 +39,7 @@ Class:        EVAL
 Group:        Compiler
 License:      GPL
 Version:      %{V_full}s%{V_snap}
-Release:      20040503
+Release:      20040517
 
 #   package options
 %option       with_cxx       yes