From b96e027aafa81a9bafce37981ba66c4b891c7ea2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Apr 2017 10:55:30 +0200 Subject: v5.5.55 --- mysql55.spec | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'mysql55.spec') diff --git a/mysql55.spec b/mysql55.spec index 4a0ad4a..8a309e9 100644 --- a/mysql55.spec +++ b/mysql55.spec @@ -6,7 +6,7 @@ %global with_dtrace 0 Name: mysql -Version: 5.5.54 +Version: 5.5.55 Release: 1%{?dist} Summary: MySQL client programs and shared libraries @@ -69,7 +69,6 @@ Patch20: mysql-string-overflow.patch Patch22: mysql-innodbwarn.patch Patch24: mysql-ssltest.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gperf BuildRequires: perl, readline-devel, openssl-devel BuildRequires: gcc-c++, cmake, ncurses-devel, zlib-devel, libaio-devel @@ -404,8 +403,6 @@ cd ../.. %endif %install -rm -rf $RPM_BUILD_ROOT - make DESTDIR=$RPM_BUILD_ROOT install # List the installed tree for RPM package maintenance purposes. @@ -539,8 +536,6 @@ install -m 0644 mysql-test/rh-skipped-tests.list ${RPM_BUILD_ROOT}%{_datadir}/my # we don't care about scripts for solaris rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/solaris/postinstall-solaris -%clean -rm -rf $RPM_BUILD_ROOT %pre libs echo -e "\nWARNING : This MySQL RPM is not an official Fedora / Red Hat build and it" @@ -805,19 +800,16 @@ fi %config(noreplace) %{_sysconfdir}/logrotate.d/mysqld %files devel -%defattr(-,root,root) /usr/include/mysql /usr/share/aclocal/mysql.m4 %{_libdir}/mysql/libmysqlclient.so %{_libdir}/mysql/libmysqlclient_r.so %files embedded -%defattr(-,root,root) %doc README COPYING README.mysql-license %{_libdir}/mysql/libmysqld.so.* %files embedded-devel -%defattr(-,root,root) %{_libdir}/mysql/libmysqld.so %{_bindir}/mysql_client_test_embedded %{_bindir}/mysqltest_embedded @@ -825,11 +817,9 @@ fi %{_mandir}/man1/mysqltest_embedded.1* %files bench -%defattr(-,root,root) %{_datadir}/sql-bench %files test -%defattr(-,root,root) %{_bindir}/mysql_client_test %{_bindir}/my_safe_process %attr(-,mysql,mysql) %{_datadir}/mysql-test @@ -837,6 +827,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Tue Apr 11 2017 Remi Collet - 5.5.55-1 +- update to MySQL 5.5.55 Community Server GA + http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-55.html + * Mon Dec 12 2016 Remi Collet - 5.5.54-1 - update to MySQL 5.5.54 Community Server GA http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-54.html -- cgit