SHA256
1
0
forked from pool/mariadb
Michal Hrusecky (old before rename to _miska_) 2012-04-15 09:06:13 +00:00 committed by Git OBS Bridge
parent 137276621e
commit 52ce812dff
8 changed files with 39 additions and 41 deletions

View File

@ -1,2 +1,2 @@
libmariadbclient16 libmariadbclient18
libmariadbclient_r16 libmariadbclient_r18

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f381090447bd538860087dad8be357b2da9e9ee82a11f1ea6037d68b8c759028 oid sha256:e53bcb6172cccecbc918b4126248b98bb23db16c5b87cc17c5ab3bc08d7ce05e
size 214 size 219

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad53295814e1b1077e140d0c6d921788e969677757c54be5fb7c4a1a406944c8
size 20352462

3
mariadb-5.5.23.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a1ac784a9e69a35a901b057c64d03d118aa58a4b41e3eed948638e3651f5b74
size 20969691

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Apr 15 09:51:54 CEST 2012 - mhrusecky@suse.cz
- migrated to MariaDB 5.5.23, see:
http://kb.askmonty.org/en/what-is-mariadb-55
http://kb.askmonty.org/en/release-notes-mariadb-55-series
http://kb.askmonty.org/en/changelogs-mariadb-55-series
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 10 11:42:16 CEST 2012 - mhrusecky@suse.cz Tue Apr 10 11:42:16 CEST 2012 - mhrusecky@suse.cz

View File

@ -18,12 +18,12 @@
# norootforbuild # norootforbuild
# Few definitions which will alter build # Few definitions which will alter build
%define prefered 0 %define prefered 1
%define use_cmake 0 %define use_cmake 1
%define cluster 0 %define cluster 0
%define builtin_plugins partition,csv,heap,aria,pbxt,myisam,myisammrg,xtradb %define builtin_plugins partition,csv,heap,aria,pbxt,myisam,myisammrg,xtradb
%define use_extra_provides 1 %define use_extra_provides 1
%define extra_provides mariadb_53 %define extra_provides mariadb_55
%if %{?rel:0}%{!?rel:1} %if %{?rel:0}%{!?rel:1}
%define rel 1 %define rel 1
@ -34,9 +34,9 @@
Name: mariadb Name: mariadb
Summary: Server part of MariaDB Summary: Server part of MariaDB
Version: 5.3.6 Version: 5.5.23
Release: 1 Release: 1
%define srv_vers 5.1.62 %define srv_vers 5.5.23
License: SUSE-GPL-2.0-with-FLOSS-exception License: SUSE-GPL-2.0-with-FLOSS-exception
Group: Productivity/Databases/Servers Group: Productivity/Databases/Servers
Url: http://www.mariab.org Url: http://www.mariab.org
@ -101,8 +101,8 @@ 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: libmysqlclient16 = %version Requires: libmysqlclient18 = %version
Requires: libmysqlclient_r16 = %version Requires: libmysqlclient_r18 = %version
Requires: glibc-devel Requires: glibc-devel
Requires: openssl-devel Requires: openssl-devel
Requires: zlib-devel Requires: zlib-devel
@ -114,12 +114,12 @@ Group: Development/Libraries/C and C++
This package contains the development header files and libraries 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 libmysqld16 %package -n libmysqld18
License: SUSE-GPL-2.0-with-FLOSS-exception 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++
%description -n libmysqld16 %description -n libmysqld18
This package contains the development header files and libraries This package contains the development header files and libraries
for developing applications that embed the MariaDB. for developing applications that embed the MariaDB.
@ -129,7 +129,7 @@ Summary: MariaDB embedded server development files
# the headers files are the shared # the headers files are the shared
Requires: libmysqlclient-devel = %version Requires: libmysqlclient-devel = %version
Requires: tcpd-devel Requires: tcpd-devel
Requires: libmysqld16 = %version Requires: libmysqld18 = %version
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
%description -n libmysqld-devel %description -n libmysqld-devel
@ -137,21 +137,21 @@ This package contains the development header files and libraries
for developing applications that embed the MariaDB. for developing applications that embed the MariaDB.
%endif %endif
%package -n libmariadbclient16 %package -n libmariadbclient18
Summary: Shared Libraries for MariaDB Summary: Shared Libraries for MariaDB
License: SUSE-GPL-2.0-with-FLOSS-exception License: SUSE-GPL-2.0-with-FLOSS-exception
Group: Development/Libraries/Other Group: Development/Libraries/Other
%description -n libmariadbclient16 %description -n libmariadbclient18
This package contains the shared libraries (.so) which certain This package contains the shared libraries (.so) which certain
languages and applications need to dynamically load and use MariaDB. languages and applications need to dynamically load and use MariaDB.
%package -n libmariadbclient_r16 %package -n libmariadbclient_r18
Summary: Shared Libraries for MariaDB Summary: Shared Libraries for MariaDB
License: SUSE-GPL-2.0-with-FLOSS-exception License: SUSE-GPL-2.0-with-FLOSS-exception
Group: Development/Libraries/Other Group: Development/Libraries/Other
%description -n libmariadbclient_r16 %description -n libmariadbclient_r18
This package contains the shared libraries (.so) which certain This package contains the shared libraries (.so) which certain
languages and applications need to dynamically load and use MariaDB. languages and applications need to dynamically load and use MariaDB.
@ -410,13 +410,13 @@ fi
# Various ldconfig post scripts # # Various ldconfig post scripts #
####################################################################### #######################################################################
%post -n libmariadbclient16 -p /sbin/ldconfig %post -n libmariadbclient18 -p /sbin/ldconfig
%postun -n libmariadbclient16 -p /sbin/ldconfig %postun -n libmariadbclient18 -p /sbin/ldconfig
%post -n libmariadbclient_r16 -p /sbin/ldconfig %post -n libmariadbclient_r18 -p /sbin/ldconfig
%postun -n libmariadbclient_r16 -p /sbin/ldconfig %postun -n libmariadbclient_r18 -p /sbin/ldconfig
%if 0%{cluster} > 1 %if 0%{cluster} > 1
@ -484,7 +484,7 @@ fi
%_libdir/libmysqld.so.* %_libdir/libmysqld.so.*
%endif %endif
%files -n libmariadbclient16 %files -n libmariadbclient18
%defattr(-, root, root) %defattr(-, root, root)
%{_libdir}/libmariadbclient.so.* %{_libdir}/libmariadbclient.so.*
@ -495,7 +495,7 @@ fi
%{_libdir}/libndbclient.so.* %{_libdir}/libndbclient.so.*
%endif %endif
%files -n libmariadbclient_r16 %files -n libmariadbclient_r18
%defattr(-, root, root) %defattr(-, root, root)
%{_libdir}/libmariadbclient_r.so.* %{_libdir}/libmariadbclient_r.so.*

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:58d09931800018a2ae2376463d0fee5374cbb284dedcd4e81b2931dd42828b28 oid sha256:cdf9fa30d8988fd0012643ab0a10cfc16512a5c99a70fbb1155bd69b6a849395
size 16629 size 10796

14
series
View File

@ -1,21 +1,11 @@
mysql-community-server-5.1.31-shebang.patch
mariadb-5.3.2-scripts-paths.patch
mysql-community-server-5.1.33-ssl-lib64-macro.patch
mysql-community-server-5.1.36-bmove512.patch
mysql-community-server-5.1.36-hotcopy.patch mysql-community-server-5.1.36-hotcopy.patch
mariadb-5.2.6-group.patch
mysql-community-server-5.1.45-multi-configuration.patch mysql-community-server-5.1.45-multi-configuration.patch
mariadb-5.2.6-safe-process-in-bin.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.2.6-install_db-quiet.patch
mariadb-5.3.3-myslq-test.patch
mysql-community-server-5.1.51-mysql_config.patch mysql-community-server-5.1.51-mysql_config.patch
mysql-community-server-5.1.51-mysqld_multi-features.patch mysql-community-server-5.1.51-mysqld_multi-features.patch
mariadb-5.3.2-plugins-avoid-version.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
mariadb-5.2.4-libmysql-no-pkglibdir.patch mysql-community-server-5.5.6-safe-process-in-bin.patch
mysql-community-server-5.1.53-ssl-compilation-fix.patch mariadb-5.5.20-group.patch
mariadb-5.3.3-compilation-fix.patch
mariadb-5.3.3-readline-includes.patch