소스 검색

upgrading package: mysql 5.0.36 -> 5.0.37

Ralf S. Engelschall 18 년 전
부모
커밋
6811af6206
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      mysql/mysql.spec

+ 2 - 2
mysql/mysql.spec

@@ -24,7 +24,7 @@
 
 #   package version
 %define       V_major   5.0
-%define       V_minor   36
+%define       V_minor   37
 %define       V_mysql   %{V_major}.%{V_minor}
 %define       V_opkg    %{V_major}.%{V_minor}
 
@@ -39,7 +39,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_opkg}
-Release:      20070302
+Release:      20070309
 
 #   package options
 %option       with_server      yes