summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-11 10:55:30 +0200
committerRemi Collet <remi@remirepo.net>2017-04-11 10:55:30 +0200
commitb96e027aafa81a9bafce37981ba66c4b891c7ea2 (patch)
treeea16ada2d8f006406c4c78b0d6f0c5593bb48658
parenta2ca8d26eb87154e54f37080244ebc2a0a3b5b78 (diff)
v5.5.55
-rw-r--r--.gitignore7
-rw-r--r--Makefile2
-rw-r--r--mysql.5.5.55.spec (renamed from mysql.5.5.54.spec)6
-rw-r--r--mysql55.spec16
4 files changed, 16 insertions, 15 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1ab5c4f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+package-*.xml
+*.tgz
+*.tar.gz
+*.tar.xz
+*.tar.xz.asc
+*.src.rpm
+*/*rpm
diff --git a/Makefile b/Makefile
index 1e65467..91b0fd5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
-include ../common/Makefile
+include ../../common/Makefile
diff --git a/mysql.5.5.54.spec b/mysql.5.5.55.spec
index fefc1a2..149e552 100644
--- a/mysql.5.5.54.spec
+++ b/mysql.5.5.55.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.54
+%global mysql_version 5.5.55
%global mysqld_user mysql
%global mysqld_group mysql
@@ -242,10 +242,10 @@
Name: MySQL%{product_suffix}
Summary: MySQL: a very fast and reliable SQL database server
Group: Applications/Databases
-Version: 5.5.54
+Version: 5.5.55
Release: %{release}%{?distro_releasetag:.%{distro_releasetag}}
Distribution: %{distro_description}
-License: Copyright (c) 2000, 2016, %{mysql_vendor}. All rights reserved. Under %{license_type} license as shown in the Description field.
+License: Copyright (c) 2000, 2017, %{mysql_vendor}. All rights reserved. Under %{license_type} license as shown in the Description field.
Source: http://www.mysql.com/Downloads/MySQL-5.5/%{src_dir}.tar.gz
URL: http://www.mysql.com/
Packager: MySQL Release Engineering <mysql-build@oss.oracle.com>
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 <remi@remirepo.net> - 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 <RPMS@FamilleCollet.com> - 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