summaryrefslogtreecommitdiffstats
path: root/mysql.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-12-16 20:13:41 +0100
committerRemi Collet <fedora@famillecollet.com>2010-12-16 20:13:41 +0100
commitd3d17c91ad0543690dc38d742d477a02fcfd72e2 (patch)
tree1680b0c4052947752654e2cf5583ce203dec34e5 /mysql.spec
parent8adbd59b6405b0685015b7ffc7329318046eecdc (diff)
MySQL 5.1.54
Diffstat (limited to 'mysql.spec')
-rw-r--r--mysql.spec12
1 files changed, 8 insertions, 4 deletions
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 <RPMS@FamilleCollet.com> - 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 <RPMS@FamilleCollet.com> - 5.1.53-1
- Update to MySQL 5.1.53 Community Server GA
- add startsos to init script (--skip-grant-tables --skip-networking)