diff options
-rw-r--r-- | mysql.5.5.35.spec (renamed from mysql.5.5.34.spec) | 9 | ||||
-rw-r--r-- | mysql55.spec | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/mysql.5.5.34.spec b/mysql.5.5.35.spec index 11e9f9d..9160211 100644 --- a/mysql.5.5.34.spec +++ b/mysql.5.5.35.spec @@ -24,7 +24,7 @@ %global mysql_vendor_2 Sun Microsystems, Inc. %global mysql_vendor Oracle and/or its affiliates -%global mysql_version 5.5.34 +%global mysql_version 5.5.35 %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.34 +Version: 5.5.35 Release: %{release}%{?distro_releasetag:.%{distro_releasetag}} Distribution: %{distro_description} License: Copyright (c) 2000, 2013, %{mysql_vendor}. All rights reserved. Under %{license_type} license as shown in the Description field. @@ -1058,7 +1058,9 @@ echo "=====" >> $STATUS_HISTORY %doc release/Docs/INFO_BIN* %doc release/support-files/my-*.cnf +%if 0%{?commercial} %doc %attr(644, root, root) %{_infodir}/mysql.info* +%endif %doc %attr(644, root, man) %{_mandir}/man1/innochecksum.1* %doc %attr(644, root, man) %{_mandir}/man1/my_print_defaults.1* @@ -1215,6 +1217,9 @@ echo "=====" >> $STATUS_HISTORY # merging BK trees) ############################################################################## %changelog +* Wed Oct 30 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> +- Removed non gpl file docs/mysql.info from community packages + * Mon Sep 09 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - Updated logic to get the correct count of PID files diff --git a/mysql55.spec b/mysql55.spec index 83d7950..2f96450 100644 --- a/mysql55.spec +++ b/mysql55.spec @@ -10,7 +10,7 @@ %endif Name: mysql -Version: 5.5.34 +Version: 5.5.35 Release: 1%{?dist} Summary: MySQL client programs and shared libraries @@ -840,6 +840,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Tue Dec 3 2013 Remi Collet <RPMS@FamilleCollet.com> - 5.5.35-1 +- update to MySQL 5.5.35 Community Server GA + http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-35.html + * Fri Sep 20 2013 Remi Collet <RPMS@FamilleCollet.com> - 5.5.34-1 - update to MySQL 5.5.34 Community Server GA http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-34.html |