Skip to content

Commit f6806fa

Browse files
committed
Updated for 5.7.9
1 parent df7dbf7 commit f6806fa

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

packaging/rpm-fedora/mysql.spec.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
# NOTE: "vendor" is used in upgrade/downgrade check, so you can't
1919
# change these, has to be exactly as is.
2020

21-
%global milestone rc
22-
2321
%global mysql_vendor Oracle and/or its affiliates
2422
%global mysqldatadir /var/lib/mysql
2523

@@ -40,7 +38,7 @@
4038
%global compatlib 18
4139
%global compatsrc https://cdn.mysql.com/Downloads/MySQL-5.6/mysql-%{compatver}.tar.gz
4240

43-
%global src_dir %{src_base}-%{version}%{?milestone:-%{milestone}}
41+
%global src_dir %{src_base}-%{version}
4442

4543
# No debuginfo for now, ships /usr/sbin/mysqld-debug and libmysqlcliet-debug.a
4644
%if 0%{?nodebuginfo}
@@ -64,7 +62,7 @@ Name: mysql-%{product_suffix}
6462
Summary: A very fast and reliable SQL database server
6563
Group: Applications/Databases
6664
Version: @MYSQL_NO_DASH_VERSION@
67-
Release: 0.2%{?milestone:.%{milestone}}%{?dist}
65+
Release: 0.1%{?dist}
6866
License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{?license_type} license as shown in the Description field.
6967
Source0: https://cdn.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
7068
URL: http://www.mysql.com/
@@ -773,6 +771,9 @@ datadir=$(/usr/bin/my_print_defaults server mysqld | grep '^--datadir=' | sed -n
773771
%attr(755, root, root) %{_libdir}/mysql/libmysqld.so
774772

775773
%changelog
774+
* Mon Jul 6 2015 Balasubramanian Kandasamy <[email protected]> - 5.7.9-0.1
775+
- Updated for 5.7.9
776+
776777
* Wed May 20 2015 Balasubramanian Kandasamy <[email protected]> - 5.7.8-0.2.rc
777778
- Added libtest_framework.so, libtest_services.so, libtest_services_threaded.so plugins
778779
- Build and ship mecab plugin

packaging/rpm-oel/mysql.spec.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
# NOTE: "vendor" is used in upgrade/downgrade check, so you can't
2323
# change these, has to be exactly as is.
2424

25-
%global milestone rc
26-
2725
%global mysql_vendor Oracle and/or its affiliates
2826
%global mysqldatadir /var/lib/mysql
2927

@@ -78,7 +76,7 @@
7876
%endif
7977
%endif
8078

81-
%global src_dir %{src_base}-%{version}%{?milestone:-%{milestone}}
79+
%global src_dir %{src_base}-%{version}
8280

8381
# No debuginfo for now, ships /usr/sbin/mysqld-debug and libmysqlcliet-debug.a
8482
%if 0%{?nodebuginfo}
@@ -99,7 +97,7 @@ Name: mysql-%{product_suffix}
9997
Summary: A very fast and reliable SQL database server
10098
Group: Applications/Databases
10199
Version: @MYSQL_NO_DASH_VERSION@
102-
Release: 0.3%{?milestone:.%{milestone}}%{?commercial:.1}%{?dist}
100+
Release: 0.1%{?commercial:.1}%{?dist}
103101
License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{?license_type} license as shown in the Description field.
104102
Source0: https://cdn.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
105103
URL: http://www.mysql.com/
@@ -1000,6 +998,9 @@ fi
1000998
%endif
1001999

10021000
%changelog
1001+
* Mon Jul 6 2015 Balasubramanian Kandasamy <[email protected]> - 5.7.9-0.1
1002+
- Updated for 5.7.9
1003+
10031004
* Wed May 20 2015 Balasubramanian Kandasamy <[email protected]> - 5.7.8-0.2.rc
10041005
- Added libtest_framework.so, libtest_services.so, libtest_services_threaded.so plugins
10051006
- Build and ship mecab plugin

packaging/rpm-sles/mysql.spec.in

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston
1515
# MA 02110-1301 USA.
1616

17-
%global milestone rc
1817
%global mysql_version @VERSION@
1918

2019
%global mysql_vendor Oracle and/or its affiliates
@@ -38,7 +37,7 @@
3837
%{!?compilation_comment_debug: %global compilation_comment_debug MySQL Community Server - Debug (GPL)}
3938
%{!?src_base: %global src_base mysql}
4039

41-
%global src_dir %{src_base}-%{version}%{?milestone:-%{milestone}}
40+
%global src_dir %{src_base}-%{version}
4241

4342
# multiarch
4443
%global multiarchs ppc %{power64} %{ix86} x86_64 %{sparc}
@@ -76,7 +75,7 @@ Name: mysql-%{product_suffix}
7675
Summary: A very fast and reliable SQL database server
7776
Group: Applications/Databases
7877
Version: @MYSQL_NO_DASH_VERSION@
79-
Release: 0.2%{?milestone:.%{milestone}}%{?commercial:.1}%{?dist}
78+
Release: 0.1%{?commercial:.1}%{?dist}
8079
License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{?license_type} license as shown in the Description field.
8180
Source0: https://cdn.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
8281
URL: http://www.mysql.com/
@@ -812,6 +811,9 @@ fi
812811
%attr(755, root, root) %{_libdir}/mysql/libmysqld.so
813812

814813
%changelog
814+
* Mon Jul 6 2015 Balasubramanian Kandasamy <[email protected]> - 5.7.9-0.1
815+
- Updated for 5.7.9
816+
815817
* Wed May 20 2015 Balasubramanian Kandasamy <[email protected]> - 5.7.8-0.2.rc
816818
- Added libtest_framework.so, libtest_services.so, libtest_services_threaded.so plugins
817819
- Build and ship mecab plugin

0 commit comments

Comments
 (0)