|
@@ -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.41
|
|
+%define mysql_version 5.1.44
|
|
%define client_version 16
|
|
%define client_version 16
|
|
|
|
|
|
%if %{?_dist_release}!="vl5"
|
|
%if %{?_dist_release}!="vl5"
|
|
@@ -34,7 +34,7 @@ License: GPL
|
|
Source: mysql-%{version}.tar.gz
|
|
Source: mysql-%{version}.tar.gz
|
|
# Don't depend on lib::mtr*
|
|
# Don't depend on lib::mtr*
|
|
Source999: filter-requires-%{name}.sh
|
|
Source999: filter-requires-%{name}.sh
|
|
-Patch0: mysql-5.1.34-jp-all.patch
|
|
+Patch0: mysql-5.1.44-jp-all.patch
|
|
URL: http://www.mysql.com/
|
|
URL: http://www.mysql.com/
|
|
Requires: fileutils sh-utils
|
|
Requires: fileutils sh-utils
|
|
Provides: msqlormysql MySQL-server mysql
|
|
Provides: msqlormysql MySQL-server mysql
|
|
@@ -176,7 +176,7 @@ necessary to develop MySQL client applications.
|
|
Summary: MySQL - Shared libraries
|
|
Summary: MySQL - Shared libraries
|
|
Group: Applications/Databases
|
|
Group: Applications/Databases
|
|
%if %{?_dist_release}!="vl5"
|
|
%if %{?_dist_release}!="vl5"
|
|
-Obsoletes: MySQL-shared < 5.1.41
|
|
+Obsoletes: MySQL-shared < %{version}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%description -n %{libpkgname}
|
|
%description -n %{libpkgname}
|
|
@@ -527,6 +527,12 @@ fi
|
|
# We do not remove the mysql user since it may still own a lot of
|
|
# We do not remove the mysql user since it may still own a lot of
|
|
# database files.
|
|
# database files.
|
|
|
|
|
|
|
|
+%post -n %{libpkgname}
|
|
|
|
+/sbin/ldconfig
|
|
|
|
+
|
|
|
|
+%postun -n %{libpkgname}
|
|
|
|
+/sbin/ldconfig
|
|
|
|
+
|
|
# Clean up the BuildRoot
|
|
# Clean up the BuildRoot
|
|
%clean
|
|
%clean
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
|
@@ -640,12 +646,6 @@ fi
|
|
%doc %attr(644, root, man) %{_mandir}/man1/mysqlshow.1*
|
|
%doc %attr(644, root, man) %{_mandir}/man1/mysqlshow.1*
|
|
%doc %attr(644, root, man) %{_mandir}/man1/mysqlslap.1*
|
|
%doc %attr(644, root, man) %{_mandir}/man1/mysqlslap.1*
|
|
|
|
|
|
-%post -n %{libpkgname}
|
|
|
|
-/sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%postun -n %{libpkgname}
|
|
|
|
-/sbin/ldconfig
|
|
|
|
-
|
|
|
|
%files ndb-storage
|
|
%files ndb-storage
|
|
%defattr(-,root,root,0755)
|
|
%defattr(-,root,root,0755)
|
|
%attr(755, root, root) %{_sbindir}/ndbd
|
|
%attr(755, root, root) %{_sbindir}/ndbd
|
|
@@ -748,6 +748,17 @@ fi
|
|
#%attr(644, root, root) %{_libdir}/mysql/libmysqld.a
|
|
#%attr(644, root, root) %{_libdir}/mysql/libmysqld.a
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Mar 05 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.44-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- updated jp-patch.
|
|
|
|
+
|
|
|
|
+* Thu Feb 04 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.43-2
|
|
|
|
+- VineSeed: rebuilt with new toolchain.
|
|
|
|
+
|
|
|
|
+* Wed Feb 03 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.43-1
|
|
|
|
+- new upstream release.
|
|
|
|
+ - fixed CVE-2009-4484.
|
|
|
|
+
|
|
* Fri Nov 20 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.41-1
|
|
* Fri Nov 20 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.41-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|