Browse Source

updated to 5.1.52

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2198 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 13 years ago
parent
commit
abba2d2837
1 changed files with 11 additions and 6 deletions
  1. 11 6
      M/MySQL/MySQL-vl.spec

+ 11 - 6
M/MySQL/MySQL-vl.spec

@@ -7,7 +7,7 @@
 %{!?_with_static:%define STATIC_BUILD 0}
 
 # Working around perl dependency problem
-%define __find_requires %{SOURCE999}
+%define __perl_requires %{SOURCE998}
 
 # We don't package all files installed into the build root by intention -
 # See BUG#998 for details.
@@ -15,7 +15,7 @@
 
 %define see_base For a description of MySQL see the base MySQL RPM or http://www.mysql.com
 
-%define mysql_version		5.1.44
+%define mysql_version		5.1.52
 %define client_version		16
 
 %if %{?_dist_release}!="vl5"
@@ -28,7 +28,7 @@ Packager:	tomop
 Name: MySQL
 Summary:	MySQL: a very fast and reliable SQL database server
 Version:	%{mysql_version}
-Release:	3%{_dist_release}
+Release:	1%{_dist_release}
 
 Group:		Applications/Databases
 # exceptions allow client libraries to be linked with most open source SW,
@@ -38,15 +38,15 @@ URL:		http://www.mysql.com/
 
 Source:		mysql-%{version}.tar.gz
 # Don't depend on lib::mtr*
-Source999:	filter-requires-%{name}.sh
-Patch0:		mysql-5.1.44-jp-all.patch
+Source998:	perl-requires-%{name}.sh
+Patch0:		mysql-5.1.52-jp-all.patch
 
 # lib64 patch for vine
 Patch200:	pysql-5.1.44-lib64.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  perl, readline-devel
-BuildRequires:  gcc-c++, ncurses-devel, zlib-devel
+BuildRequires:  gcc-c++, ncurses-devel, zlib-devel, openssl-devel
 BuildRequires:  groff, libtool, automake
 Requires:	fileutils sh-utils
 Provides:	msqlormysql MySQL-server mysql
@@ -799,6 +799,11 @@ fi
 %{_mandir}/man1/mysqltest_embedded.1*
 
 %changelog
+* Sat Nov 06 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.52-1
+- new upstream release.
+- replaced '%%__find_requires' to '%%__perl_requires'.
+- updated jp-patch.
+
 * Fri Oct 29 2010 Shu KONNO <owa@bg.wakwak.com> 5.1.44-3
 - added mysql-5.1.44-lib64.patch (on x86_64)
 - added -fPIC (on x86_64)