From d3d17c91ad0543690dc38d742d477a02fcfd72e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Dec 2010 20:13:41 +0100 Subject: MySQL 5.1.54 --- mysql.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'mysql.spec') diff --git a/mysql.spec b/mysql.spec index 4a1082c..3379b9c 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,5 +1,5 @@ Name: mysql -Version: 5.1.53 +Version: 5.1.54 Release: 1%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases @@ -439,7 +439,7 @@ fi %files %defattr(-,root,root) -%doc README COPYING EXCEPTIONS-CLIENT +%doc README COPYING %doc README.mysql-docs %{_bindir}/msql2mysql @@ -473,7 +473,7 @@ fi %files libs %defattr(-,root,root) -%doc COPYING EXCEPTIONS-CLIENT +%doc COPYING # although the default my.cnf contains only server settings, we put it in the # libs package because it can be used for client settings too. %config(noreplace) /etc/my.cnf @@ -596,7 +596,7 @@ fi %files embedded %defattr(-,root,root) -%doc COPYING EXCEPTIONS-CLIENT +%doc COPYING %{_libdir}/mysql/libmysqld.so.* %files embedded-devel @@ -619,6 +619,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Thu Dec 16 2010 Remi Collet - 5.1.54-1 +- Update to MySQL 5.1.54 Community Server GA +- remove EXCEPTIONS-CLIENT (no more provided upstream) + * Fri Nov 19 2010 Remi Collet - 5.1.53-1 - Update to MySQL 5.1.53 Community Server GA - add startsos to init script (--skip-grant-tables --skip-networking) -- cgit