소스 검색

upgrading package: mysql 5.0.51 -> 5.0.51a

Christoph Schug 18 년 전
부모
커밋
a273aea603
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      mysql/mysql.spec

+ 2 - 2
mysql/mysql.spec

@@ -23,7 +23,7 @@
 
 #   package version
 %define       V_major   5.0
-%define       V_minor   51
+%define       V_minor   51a
 %define       V_mysql   %{V_major}.%{V_minor}
 %define       V_opkg    %{V_major}.%{V_minor}
 %define       V_jdbc    5.0.8
@@ -39,7 +39,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_opkg}
-Release:      20080101
+Release:      20080129
 
 #   package options
 %option       with_server      yes