diff options
| -rw-r--r-- | mysql.5.5.41.spec (renamed from mysql.5.5.40.spec) | 30 | ||||
| -rw-r--r-- | mysql55.spec | 8 | 
2 files changed, 22 insertions, 16 deletions
diff --git a/mysql.5.5.40.spec b/mysql.5.5.41.spec index ec562ff..638cc82 100644 --- a/mysql.5.5.40.spec +++ b/mysql.5.5.41.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.40 +%global mysql_version   5.5.41  %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.40 +Version:        5.5.41  Release:        %{release}%{?distro_releasetag:.%{distro_releasetag}}  Distribution:   %{distro_description}  License:        Copyright (c) 2000, 2014, %{mysql_vendor}. All rights reserved. Under %{license_type} license as shown in the Description field. @@ -499,12 +499,14 @@ mkdir debug    # Attempt to remove any optimisation flags from the debug build    CFLAGS=`echo " ${CFLAGS} " | \              sed -e 's/ -O[0-9]* / /' \ +                -e 's/-Wp,-D_FORTIFY_SOURCE=2/ /' \                  -e 's/ -unroll2 / /' \                  -e 's/ -ip / /' \                  -e 's/^ //' \                  -e 's/ $//'`    CXXFLAGS=`echo " ${CXXFLAGS} " | \                sed -e 's/ -O[0-9]* / /' \ +                  -e 's/-Wp,-D_FORTIFY_SOURCE=2/ /' \                    -e 's/ -unroll2 / /' \                    -e 's/ -ip / /' \                    -e 's/^ //' \ @@ -1250,12 +1252,12 @@ echo "====="                                     >> $STATUS_HISTORY  * Mon Jun 11 2012 Joerg Bruehe <joerg.bruehe@oracle.com>  - Make sure newly added "SPECIFIC-ULN/" directory does not disturb packaging. -   +  * Wed Sep 28 2011 Joerg Bruehe <joerg.bruehe@oracle.com>  - Fix duplicate mentioning of "mysql_plugin" and its manual page,    it is better to keep alphabetic order in the files list (merging!). -   +  * Wed Sep 14 2011 Joerg Bruehe <joerg.bruehe@oracle.com>  - Let the RPM capabilities ("obsoletes" etc) ensure that an upgrade may replace @@ -1288,7 +1290,7 @@ echo "====="                                     >> $STATUS_HISTORY  * Fri Aug 19 2011 Joerg Bruehe <joerg.bruehe@oracle.com>  - Null-upmerge the fix of bug#37165: This spec file is not affected. -- Replace "/var/lib/mysql" by the spec file variable "%{mysqldatadir}". +- Replace "/var/lib/mysql" by the spec file variable "%%{mysqldatadir}".  * Fri Aug 12 2011 Daniel Fischer <daniel.fischer@oracle.com> @@ -1309,13 +1311,13 @@ echo "====="                                     >> $STATUS_HISTORY    not in an RPM upgrade.    This affects both the "mkdir" and the call of "mysql_install_db". -* Thu Feb 09 2011 Joerg Bruehe <joerg.bruehe@oracle.com> +* Wed Feb 09 2011 Joerg Bruehe <joerg.bruehe@oracle.com>  - Fix bug#56581: If an installation deviates from the default file locations    ("datadir" and "pid-file"), the mechanism to detect a running server (on upgrade)    should still work, and use these locations.    The problem was that the fix for bug#27072 did not check for local settings. -   +  * Mon Jan 31 2011 Joerg Bruehe <joerg.bruehe@oracle.com>  - Install the new "manifest" files: "INFO_SRC" and "INFO_BIN". @@ -1430,7 +1432,7 @@ echo "====="                                     >> $STATUS_HISTORY  - Fix some problems with the directives around "tcmalloc" (experimental),    remove erroneous traces of the InnoDB plugin (that is 5.1 only). -* Fri Oct 06 2009 Magnus Blaudd <mvensson@mysql.com> +* Tue Oct 06 2009 Magnus Blaudd <mvensson@mysql.com>  - Removed mysql_fix_privilege_tables @@ -1548,7 +1550,7 @@ echo "====="                                     >> $STATUS_HISTORY  * Thu Nov 30 2006 Joerg Bruehe <joerg@mysql.com> -- Call "make install" using "benchdir_root=%{_datadir}", +- Call "make install" using "benchdir_root=%%{_datadir}",    because that is affecting the regression test suite as well.  * Thu Nov 16 2006 Joerg Bruehe <joerg@mysql.com> @@ -1627,7 +1629,7 @@ echo "====="                                     >> $STATUS_HISTORY  - Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS -* Wed Mar 07 2006 Kent Boortz <kent@mysql.com> +* Tue Mar 07 2006 Kent Boortz <kent@mysql.com>  - Changed product name from "Community Edition" to "Community Server" @@ -1665,7 +1667,7 @@ echo "====="                                     >> $STATUS_HISTORY  - Added zlib to the list of (static) libraries installed  - Added check against libtool wierdness (WRT: sql/mysqld || sql/.libs/mysqld)  - Compile MySQL with bundled zlib -- Fixed %packager name to "MySQL Production Engineering Team" +- Fixed %%packager name to "MySQL Production Engineering Team"  * Mon Dec 05 2005 Joerg Bruehe <joerg@mysql.com> @@ -1815,7 +1817,7 @@ echo "====="                                     >> $STATUS_HISTORY  - ISAM and merge storage engines were purged. As well as appropriate    tools and manpages (isamchk and isamlog) -* Thu Dec 31 2004 Lenz Grimmer <lenz@mysql.com> +* Fri Dec 31 2004 Lenz Grimmer <lenz@mysql.com>  - enabled the "Archive" storage engine for the max binary  - enabled the "CSV" storage engine for the max binary @@ -1875,7 +1877,7 @@ echo "====="                                     >> $STATUS_HISTORY  - marked /etc/logrotate.d/mysql as a config file (BUG 2156) -* Fri Dec 13 2003 Lenz Grimmer <lenz@mysql.com> +* Sat Dec 13 2003 Lenz Grimmer <lenz@mysql.com>  - fixed file permissions (BUG 1672) @@ -2017,7 +2019,7 @@ echo "====="                                     >> $STATUS_HISTORY  - Added separate libmysql_r directory; now both a threaded    and non-threaded library is shipped. -* Wed Sep 28 1999 David Axmark <davida@mysql.com> +* Tue Sep 28 1999 David Axmark <davida@mysql.com>  - Added the support-files/my-example.cnf to the docs directory. diff --git a/mysql55.spec b/mysql55.spec index d4c6cf0..3e7cef5 100644 --- a/mysql55.spec +++ b/mysql55.spec @@ -10,7 +10,7 @@  #endif  Name: mysql -Version: 5.5.40 +Version: 5.5.41  Release: 1%{?dist}  Summary: MySQL client programs and shared libraries @@ -556,7 +556,7 @@ echo -e "\nWARNING : This MySQL RPM is not an official Fedora / Red Hat build an  echo -e "overrides the official one. Don't file bugs on Fedora Project nor Red Hat."  echo -e "Use dedicated forums http://forums.famillecollet.com/\n" -%if %{?fedora}%{!?fedora:99} <= 16 +%if %{?fedora}%{!?fedora:99} <= 18  echo -e "WARNING : Fedora %{fedora} is now EOL :"  echo -e "You should consider upgrading to a supported release.\n"  %endif @@ -845,6 +845,10 @@ fi  %{_mandir}/man1/mysql_client_test.1*  %changelog +* Sat Nov 29 2014 Remi Collet <RPMS@FamilleCollet.com> - 5.5.41-1 +- update to MySQL 5.5.41 Community Server GA +  http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-41.html +  * Wed Sep 24 2014 Remi Collet <RPMS@FamilleCollet.com> - 5.5.40-1  - update to MySQL 5.5.40 Community Server GA    http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-40.html  | 
