소스 검색

upgrading package: mysql 4.1.16 -> 4.1.18

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

+ 2 - 2
mysql/mysql.spec

@@ -24,7 +24,7 @@
 
 #   package version
 %define       V_major   4.1
-%define       V_minor   16
+%define       V_minor   18
 %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:      20051214
+Release:      20060208
 
 #   package options
 %option       with_server    yes