瀏覽代碼

upgrading package: gcc35 3.5s20040523 -> 3.5s20040530

Ralf S. Engelschall 21 年之前
父節點
當前提交
a7a0eb4488
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      gcc35/gcc35.patch
  2. 2 2
      gcc35/gcc35.spec

+ 2 - 2
gcc35/gcc35.patch

@@ -4,8 +4,8 @@
     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 20040523 (experimental)";
-+const char version_string[] = "3.5.0 20040523 (experimental) (@l_openpkg_release@)";
+-const char version_string[] = "3.5.0 20040530 (experimental)";
++const char version_string[] = "3.5.0 20040530 (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,

+ 2 - 2
gcc35/gcc35.spec

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