Browse Source

new upstream release.

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

+ 10 - 2
M/MySQL/MySQL-vl.spec

@@ -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.52
+%define mysql_version		5.1.54
 %define client_version		16
 
 %if %{?_dist_release}!="vl5"
@@ -39,7 +39,7 @@ URL:		http://www.mysql.com/
 Source:		mysql-%{version}.tar.gz
 # Don't depend on lib::mtr*
 Source998:	perl-requires-%{name}.sh
-Patch0:		mysql-5.1.52-jp-all.patch
+Patch0:		mysql-5.1.54-jp-all.patch
 
 # lib64 patch for vine
 Patch200:	pysql-5.1.44-lib64.patch
@@ -232,6 +232,7 @@ autoheader
 libtoolize --automake --force
 automake --add-missing --copy
 autoconf
+perl -pi -e 's/-Werror"/"/' configure
 popd
 
 %setup -q -D -T -a 0 -n mysql-%{mysql_version}
@@ -247,6 +248,7 @@ autoheader
 libtoolize --automake --force
 automake --add-missing --copy
 autoconf
+perl -pi -e 's/-Werror"/"/' configure
 popd
 
 %build
@@ -302,6 +304,7 @@ sh -c  "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \
 		--with-comment=\"VineLinux MySQL RPM\" \
 		--with-charset=utf8 \
 		--with-client-charset=utf8 \
+		--with-ssl=/usr \
 		"
  make %{?_smp_mflags}
 }
@@ -799,6 +802,11 @@ fi
 %{_mandir}/man1/mysqltest_embedded.1*
 
 %changelog
+* Mon Jan 10 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.54-1
+- new upstream release.
+- updated jp-patch.
+- added ssl support.
+
 * Sat Nov 06 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.52-1
 - new upstream release.
 - replaced '%%__find_requires' to '%%__perl_requires'.