diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-16 06:56:25 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-16 06:56:25 +0100 |
commit | d5255b7c47ac7e8ec46cdcedee1893f0a2e2a746 (patch) | |
tree | 394b4baac6e4bc6fdf92243db255353dd99a22b6 | |
parent | fbc159df981d1afd1328a9e5c6aa08582a96dfc1 (diff) |
v5.5.59
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | mysql.5.5.59.spec (renamed from mysql.5.5.57.spec) | 21 | ||||
-rw-r--r-- | mysql55.spec | 10 |
3 files changed, 22 insertions, 10 deletions
@@ -1,3 +1,4 @@ +clog package-*.xml *.tgz *.tar.gz diff --git a/mysql.5.5.57.spec b/mysql.5.5.59.spec index 93c989e..5bd640b 100644 --- a/mysql.5.5.57.spec +++ b/mysql.5.5.59.spec @@ -1,4 +1,4 @@ -# Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ %global mysql_vendor_2 Sun Microsystems, Inc. %global mysql_vendor Oracle and/or its affiliates -%global mysql_version 5.5.57 +%global mysql_version 5.5.59 %global mysqld_user mysql %global mysqld_group mysql @@ -242,7 +242,7 @@ Name: MySQL%{product_suffix} Summary: MySQL: a very fast and reliable SQL database server Group: Applications/Databases -Version: 5.5.57 +Version: 5.5.59 Release: %{release}%{?distro_releasetag:.%{distro_releasetag}} Distribution: %{distro_description} License: Copyright (c) 2000, 2017, %{mysql_vendor}. All rights reserved. Under %{license_type} license as shown in the Description field. @@ -621,6 +621,12 @@ install -m 644 "%{malloc_lib_source}" \ # Remove man pages we explicitly do not want to package, avoids 'unpackaged # files' warning. # This has become obsolete: rm -f $RBR%{_mandir}/man1/make_win_bin_dist.1* +rm -f $RBR%{_mandir}/man1/mysql-stress-test.pl.1 +rm -f $RBR%{_mandir}/man1/mysql-test-run.pl.1 +rm -f $RBR%{_mandir}/man1/mysql_client_test.1 +rm -f $RBR%{_mandir}/man1/mysql_client_test_embedded.1 +rm -f $RBR%{_mandir}/man1/mysqltest.1 +rm -f $RBR%{_mandir}/man1/mysqltest_embedded.1 ############################################################################## # Post processing actions, i.e. when installed @@ -1091,7 +1097,6 @@ echo "=====" >> $STATUS_HISTORY %doc %attr(644, root, man) %{_mandir}/man1/mysqlhotcopy.1* %doc %attr(644, root, man) %{_mandir}/man1/mysqlman.1* %doc %attr(644, root, man) %{_mandir}/man1/mysql.server.1* -%doc %attr(644, root, man) %{_mandir}/man1/mysqltest.1* %doc %attr(644, root, man) %{_mandir}/man1/mysql_tzinfo_to_sql.1* %doc %attr(644, root, man) %{_mandir}/man1/mysql_zap.1* %doc %attr(644, root, man) %{_mandir}/man1/mysqlbug.1* @@ -1209,11 +1214,6 @@ echo "=====" >> $STATUS_HISTORY %attr(755, root, root) %{_bindir}/mysql_client_test %attr(755, root, root) %{_bindir}/mysql_client_test_embedded %attr(755, root, root) %{_bindir}/mysqltest_embedded -%doc %attr(644, root, man) %{_mandir}/man1/mysql_client_test.1* -%doc %attr(644, root, man) %{_mandir}/man1/mysql-stress-test.pl.1* -%doc %attr(644, root, man) %{_mandir}/man1/mysql-test-run.pl.1* -%doc %attr(644, root, man) %{_mandir}/man1/mysql_client_test_embedded.1* -%doc %attr(644, root, man) %{_mandir}/man1/mysqltest_embedded.1* # ---------------------------------------------------------------------------- %files -n MySQL-embedded%{product_suffix} @@ -1228,6 +1228,9 @@ echo "=====" >> $STATUS_HISTORY # merging BK trees) ############################################################################## %changelog +* Tue Oct 31 2017 Bjorn Munch <bjorn.munch@oracle.com> +- Remove obsoleted mysqltest man pages + * Mon Sep 26 2016 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - Include mysql-files directory diff --git a/mysql55.spec b/mysql55.spec index 9ff5dff..2ecd7ae 100644 --- a/mysql55.spec +++ b/mysql55.spec @@ -1,5 +1,5 @@ Name: mysql -Version: 5.5.57 +Version: 5.5.59 Release: 1%{?dist} Summary: MySQL client programs and shared libraries @@ -718,6 +718,14 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Tue Jan 16 2018 Remi Collet <remi@remirepo.net> - 5.5.59-1 +- update to MySQL 5.5.59 Community Server GA + http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-59.html + +* Mon Oct 16 2017 Remi Collet <remi@remirepo.net> - 5.5.58-1 +- update to MySQL 5.5.58 Community Server GA + http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-58.html + * Mon Jul 17 2017 Remi Collet <remi@remirepo.net> - 5.5.57-1 - update to MySQL 5.5.57 Community Server GA http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-57.html |