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