Accepting request 140631 from server:database
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/140631 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=22
This commit is contained in:
commit
2a0eb174ed
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cd45a03bc1587ff7cc75c2bb0683068c85ce125b32d65c5648a9aaa5f05ae7ed
|
oid sha256:ce0f1567f04b02c50fc1b8e67000e6b1791b986393c210b3645f138e0dc4cac7
|
||||||
size 220
|
size 215
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:37fe39ca343c6fabab50edb446b19a5c68966933249f75451806607c689d68a8
|
|
||||||
size 20987206
|
|
3
mariadb-5.5.28.tar.bz2
Normal file
3
mariadb-5.5.28.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22cff1db4fd215b5949978a0b73bc32a5ff86bc6cc64159e166610947e899ba0
|
||||||
|
size 21255655
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 31 22:31:34 CET 2012 - mhrusecky@suse.cz
|
||||||
|
|
||||||
|
- updated to MariaDB 5.5.28
|
||||||
|
* Release notes:
|
||||||
|
http://kb.askmonty.org/v/mariadb-5527-release-notes
|
||||||
|
http://kb.askmonty.org/v/mariadb-5528-release-notes
|
||||||
|
* Changelog:
|
||||||
|
http://kb.askmonty.org/v/mariadb-5527-changelog
|
||||||
|
http://kb.askmonty.org/v/mariadb-5528-changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 28 11:53:55 UTC 2012 - xgpub@tellas.gr
|
Tue Aug 28 11:53:55 UTC 2012 - xgpub@tellas.gr
|
||||||
|
|
||||||
|
31
mariadb.spec
31
mariadb.spec
@ -35,9 +35,9 @@ Name: mariadb
|
|||||||
Summary: Server part of MariaDB
|
Summary: Server part of MariaDB
|
||||||
License: SUSE-GPL-2.0-with-FLOSS-exception
|
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
Version: 5.5.25
|
Version: 5.5.28
|
||||||
Release: 0
|
Release: 1
|
||||||
%define srv_vers 5.5.25
|
%define srv_vers 5.5.28
|
||||||
Url: http://www.mariab.org
|
Url: http://www.mariab.org
|
||||||
Source: mariadb-%{version}.tar.bz2
|
Source: mariadb-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
@ -83,11 +83,10 @@ Recommends: logrotate
|
|||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
%endif
|
%endif
|
||||||
# required by rcmysql
|
# required by rcmysql
|
||||||
Requires: %{name}-client
|
Requires: %{name}-client perl-base
|
||||||
Requires: %{name}-errormessages = %version
|
Requires: %{name}-errormessages = %version
|
||||||
Requires: perl-base
|
|
||||||
Provides: mysql = %{srv_vers}
|
|
||||||
Provides: mysql-Max = %{srv_vers}
|
Provides: mysql-Max = %{srv_vers}
|
||||||
|
Provides: mysql = %{srv_vers}
|
||||||
%if 0%{?use_extra_provides} > 0
|
%if 0%{?use_extra_provides} > 0
|
||||||
Provides: %{extra_provides} = %{version}
|
Provides: %{extra_provides} = %{version}
|
||||||
Obsoletes: %{extra_provides} < %{version}
|
Obsoletes: %{extra_provides} < %{version}
|
||||||
@ -111,12 +110,13 @@ This package only contains the server-side programs.
|
|||||||
# mysql-devel was last used in openSUSE 10.2
|
# mysql-devel was last used in openSUSE 10.2
|
||||||
Provides: mysql-devel = %srv_vers-%release
|
Provides: mysql-devel = %srv_vers-%release
|
||||||
Obsoletes: mysql-devel < %srv_vers
|
Obsoletes: mysql-devel < %srv_vers
|
||||||
Requires: glibc-devel
|
|
||||||
Requires: libmysqlclient18 = %version
|
Requires: libmysqlclient18 = %version
|
||||||
Requires: libmysqlclient_r18 = %version
|
Requires: libmysqlclient_r18 = %version
|
||||||
|
Requires: glibc-devel
|
||||||
Requires: openssl-devel
|
Requires: openssl-devel
|
||||||
Requires: zlib-devel
|
Requires: zlib-devel
|
||||||
Summary: MariaDB development header files and libraries
|
Summary: MariaDB development header files and libraries
|
||||||
|
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n libmysqlclient-devel
|
%description -n libmysqlclient-devel
|
||||||
@ -124,6 +124,7 @@ This package contains the development header files and libraries
|
|||||||
necessary to develop client applications for MariaDB.
|
necessary to develop client applications for MariaDB.
|
||||||
|
|
||||||
%package -n libmysqld18
|
%package -n libmysqld18
|
||||||
|
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||||
Summary: MariaDB embedded server development files
|
Summary: MariaDB embedded server development files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
@ -132,12 +133,13 @@ This package contains the development header files and libraries
|
|||||||
for developing applications that embed the MariaDB.
|
for developing applications that embed the MariaDB.
|
||||||
|
|
||||||
%package -n libmysqld-devel
|
%package -n libmysqld-devel
|
||||||
|
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||||
Summary: MariaDB embedded server development files
|
Summary: MariaDB embedded server development files
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
# the headers files are the shared
|
# the headers files are the shared
|
||||||
Requires: libmysqlclient-devel = %version
|
Requires: libmysqlclient-devel = %version
|
||||||
Requires: libmysqld18 = %version
|
|
||||||
Requires: tcpd-devel
|
Requires: tcpd-devel
|
||||||
|
Requires: libmysqld18 = %version
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n libmysqld-devel
|
%description -n libmysqld-devel
|
||||||
This package contains the development header files and libraries
|
This package contains the development header files and libraries
|
||||||
@ -146,6 +148,7 @@ for developing applications that embed the MariaDB.
|
|||||||
|
|
||||||
%package -n libmariadbclient18
|
%package -n libmariadbclient18
|
||||||
Summary: Shared Libraries for MariaDB
|
Summary: Shared Libraries for MariaDB
|
||||||
|
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
|
|
||||||
%description -n libmariadbclient18
|
%description -n libmariadbclient18
|
||||||
@ -154,6 +157,7 @@ languages and applications need to dynamically load and use MariaDB.
|
|||||||
|
|
||||||
%package -n libmariadbclient_r18
|
%package -n libmariadbclient_r18
|
||||||
Summary: Shared Libraries for MariaDB
|
Summary: Shared Libraries for MariaDB
|
||||||
|
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
|
|
||||||
%description -n libmariadbclient_r18
|
%description -n libmariadbclient_r18
|
||||||
@ -186,8 +190,7 @@ This package provides the translated error messages for the standalone
|
|||||||
server daemon as well as the embedded server
|
server daemon as well as the embedded server
|
||||||
|
|
||||||
%package bench
|
%package bench
|
||||||
Requires: %{name}-client
|
Requires: %{name}-client perl-DBD-mysql
|
||||||
Requires: perl-DBD-mysql
|
|
||||||
Summary: Benchmarks for MariaDB
|
Summary: Benchmarks for MariaDB
|
||||||
Group: Productivity/Databases/Tools
|
Group: Productivity/Databases/Tools
|
||||||
Provides: mysql-bench = %{srv_vers}
|
Provides: mysql-bench = %{srv_vers}
|
||||||
@ -211,8 +214,8 @@ the directory /usr/share/sql-bench after starting MariaDB.
|
|||||||
Summary: MariaDB with debug options turned on
|
Summary: MariaDB with debug options turned on
|
||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Provides: %{name}-debug = %{srv_vers}
|
|
||||||
Provides: mysql-debug = %{srv_vers}
|
Provides: mysql-debug = %{srv_vers}
|
||||||
|
Provides: %{name}-debug = %{srv_vers}
|
||||||
%if 0%{?use_extra_provides} > 0
|
%if 0%{?use_extra_provides} > 0
|
||||||
Provides: %{extra_provides}-debug-verion = %{version}
|
Provides: %{extra_provides}-debug-verion = %{version}
|
||||||
Obsoletes: %{extra_provides}-debug-version < %{version}
|
Obsoletes: %{extra_provides}-debug-version < %{version}
|
||||||
@ -233,10 +236,10 @@ information on how to use the debug server.
|
|||||||
Summary: Testsuite for MariaDB
|
Summary: Testsuite for MariaDB
|
||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: %{name}-bench = %{version}
|
|
||||||
Requires: %{name}-client = %{version}
|
Requires: %{name}-client = %{version}
|
||||||
Requires: %{name}-tools = %{version}
|
|
||||||
Requires: perl-DBD-mysql
|
Requires: perl-DBD-mysql
|
||||||
|
Requires: %{name}-tools = %{version}
|
||||||
|
Requires: %{name}-bench = %{version}
|
||||||
Provides: mysql-test = %{srv_vers}
|
Provides: mysql-test = %{srv_vers}
|
||||||
%if 0%{?use_extra_provides} > 0
|
%if 0%{?use_extra_provides} > 0
|
||||||
Provides: %{extra_provides}-test = %{version}
|
Provides: %{extra_provides}-test = %{version}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:fd455e9fb3f3dd1d6f50436742d8273ca4fd7ec2954cf86ac9a571325e28dbd6
|
oid sha256:3eb64291dc913c22f9f3e0d9a097e1e4ef3b541faef26e44febf7760c25d0b45
|
||||||
size 11057
|
size 11019
|
||||||
|
6
series
6
series
@ -1,12 +1,12 @@
|
|||||||
mysql-community-server-5.1.36-hotcopy.patch
|
mariadb-5.5.28-hotcopy.patch
|
||||||
mysql-community-server-5.1.45-multi-configuration.patch
|
mysql-community-server-5.1.45-multi-configuration.patch
|
||||||
mysql-community-server-5.1.46-logrotate.patch
|
mysql-community-server-5.1.46-logrotate.patch
|
||||||
mariadb-5.1.50-strncat-overflow.patch
|
mariadb-5.1.50-strncat-overflow.patch
|
||||||
mariadb-5.2.6-install_db-quiet.patch
|
mariadb-5.5.28-install_db-quiet.patch
|
||||||
mysql-community-server-5.1.51-mysql_config.patch
|
mysql-community-server-5.1.51-mysql_config.patch
|
||||||
mariadb-5.5.25-mysqld_multi-features.patch
|
mariadb-5.5.25-mysqld_multi-features.patch
|
||||||
mariadb-5.1.50-upgrade-exit-status.patch
|
mariadb-5.1.50-upgrade-exit-status.patch
|
||||||
mariadb-5.2.3-cnf.patch
|
mariadb-5.2.3-cnf.patch
|
||||||
mysql-community-server-5.5.6-safe-process-in-bin.patch
|
mysql-community-server-5.5.6-safe-process-in-bin.patch
|
||||||
mariadb-5.5.20-group.patch
|
mariadb-5.5.28-group.patch
|
||||||
mariadb-5.5.24-ppc64-libdir.patch
|
mariadb-5.5.24-ppc64-libdir.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user