Update to 10.1.11
This commit is contained in:
parent
d9ffe7958a
commit
0619ce4c5b
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
|||||||
/mariadb-10.0.21.tar.gz
|
/mariadb-10.0.21.tar.gz
|
||||||
/mariadb-10.1.8.tar.gz
|
/mariadb-10.1.8.tar.gz
|
||||||
/mariadb-10.1.10.tar.gz
|
/mariadb-10.1.10.tar.gz
|
||||||
|
/mariadb-10.1.11.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- mariadb-10.1.8/scripts/CMakeLists.txt.systemd 2015-10-15 17:43:45.000000000 +0200
|
--- mariadb-10.1.11.orig/scripts/CMakeLists.txt 2016-01-28 13:12:51.000000000 +0100
|
||||||
+++ mariadb-10.1.8/scripts/CMakeLists.txt 2015-10-21 17:39:41.179737915 +0200
|
+++ mariadb-10.1.11/scripts/CMakeLists.txt 2016-02-03 12:46:26.306109293 +0100
|
||||||
@@ -323,6 +323,33 @@ ELSE()
|
@@ -320,6 +320,33 @@ ELSE()
|
||||||
COMPONENT ${${file}_COMPONENT}
|
COMPONENT ${${file}_COMPONENT}
|
||||||
)
|
)
|
||||||
ENDFOREACH()
|
ENDFOREACH()
|
||||||
@ -33,4 +33,4 @@
|
|||||||
+ ENDFOREACH()
|
+ ENDFOREACH()
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
# Install libgcc as mylibgcc.a
|
# Configure two scripts from one 'in' file.
|
||||||
|
@ -112,7 +112,7 @@
|
|||||||
# Make long macros shorter
|
# Make long macros shorter
|
||||||
%global sameevr %{epoch}:%{version}-%{release}
|
%global sameevr %{epoch}:%{version}-%{release}
|
||||||
%global compatver 10.1
|
%global compatver 10.1
|
||||||
%global bugfixver 10
|
%global bugfixver 11
|
||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: %{compatver}.%{bugfixver}
|
Version: %{compatver}.%{bugfixver}
|
||||||
@ -1001,6 +1001,7 @@ fi
|
|||||||
%{_bindir}/aria_ftdump
|
%{_bindir}/aria_ftdump
|
||||||
%{_bindir}/aria_pack
|
%{_bindir}/aria_pack
|
||||||
%{_bindir}/aria_read_log
|
%{_bindir}/aria_read_log
|
||||||
|
%{_bindir}/maria_add_gis_sp.sql
|
||||||
%{_bindir}/myisamchk
|
%{_bindir}/myisamchk
|
||||||
%{_bindir}/myisam_ftdump
|
%{_bindir}/myisam_ftdump
|
||||||
%{_bindir}/myisamlog
|
%{_bindir}/myisamlog
|
||||||
@ -1033,6 +1034,7 @@ fi
|
|||||||
%{?with_tokudb:%{_bindir}/tokuft_logprint}
|
%{?with_tokudb:%{_bindir}/tokuft_logprint}
|
||||||
|
|
||||||
%config(noreplace) %{_sysconfdir}/my.cnf.d/%{pkg_name}-server.cnf
|
%config(noreplace) %{_sysconfdir}/my.cnf.d/%{pkg_name}-server.cnf
|
||||||
|
%config(noreplace) %{_sysconfdir}/my.cnf.d/auth_gssapi.cnf
|
||||||
%{?with_tokudb:%config(noreplace) %{_sysconfdir}/my.cnf.d/tokudb.cnf}
|
%{?with_tokudb:%config(noreplace) %{_sysconfdir}/my.cnf.d/tokudb.cnf}
|
||||||
|
|
||||||
%{_libexecdir}/mysqld
|
%{_libexecdir}/mysqld
|
||||||
@ -1169,6 +1171,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 3 2016 Jakub Dorňák <jdornak@redhat.com> - 1:10.1.11-1
|
||||||
|
- Update to 10.1.11
|
||||||
|
|
||||||
* Tue Jan 19 2016 Jakub Dorňák <jdornak@redhat.com> - 1:10.1.10-1
|
* Tue Jan 19 2016 Jakub Dorňák <jdornak@redhat.com> - 1:10.1.10-1
|
||||||
- Update to 10.1.10
|
- Update to 10.1.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user