Sfoglia il codice sorgente

upgrading package: mysql5 5.0.12 -> 5.0.13

Thomas Lotterer 20 anni fa
parent
commit
17e434fcd4
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      mysql5/mysql5.spec

+ 3 - 3
mysql5/mysql5.spec

@@ -24,8 +24,8 @@
 
 #   package version
 %define       V_major   5.0
-%define       V_minor   12
-%define       V_mysql   %{V_major}.%{V_minor}-beta
+%define       V_minor   13
+%define       V_mysql   %{V_major}.%{V_minor}-rc
 %define       V_opkg    %{V_major}.%{V_minor}
 
 #   package information
@@ -39,7 +39,7 @@ Class:        EVAL
 Group:        Database
 License:      GPL
 Version:      %{V_opkg}
-Release:      20050902
+Release:      20050928
 
 #   package options
 %option       with_server    yes