Hello community, here is the log from the commit of package mysql-community-server for openSUSE:Factory checked in at Mon Sep 19 21:24:24 CEST 2011.
-------- --- mysql-community-server/mysql-community-server.changes 2011-09-07 22:02:39.000000000 +0200 +++ /mounts/work_src_done/STABLE/mysql-community-server/mysql-community-server.changes 2011-09-16 10:45:54.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Sep 9 20:11:57 UTC 2011 - [email protected] + +- Update baselibs.conf to also provide libmysqlclient-devel-32bit +- Add default_plugins.cnf/old-ssl.series to specfile + (osc warning:" (W) Attention, default_plugins.cnf is not + mentioned in spec files as source or patch.") + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mysql-community-server.spec ++++++ --- /var/tmp/diff_new_pack.9GjIgb/_old 2011-09-19 21:24:20.000000000 +0200 +++ /var/tmp/diff_new_pack.9GjIgb/_new 2011-09-19 21:24:20.000000000 +0200 @@ -33,8 +33,8 @@ Name: mysql-community-server Summary: A True Multiuser, Multithreaded SQL Database Server Version: 5.5.15 -Release: 1 %define srv_vers 5.5.15 +Release: 1 License: GPLv2 ; with additional permissions: EXCEPTIONS-CLIENT Group: Productivity/Databases/Servers Url: http://www.mysql.com @@ -50,6 +50,8 @@ Source10: build.inc Source11: install.inc Source12: series +Source13: default_plugins.cnf +Source14: old-ssl.series BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} PreReq: pwdutils @@ -117,7 +119,6 @@ %if 0%{?prefered} > 0 #------------------------------------------------------------------------------- - %package -n libmysqlclient-devel #------------------------------------------------------------------------------- # mysql-devel was last used in openSUSE 10.2 @@ -165,7 +166,6 @@ %endif #------------------------------------------------------------------------------- - %package -n libmysqlclient18 #------------------------------------------------------------------------------- Summary: MySQL Shared Libraries @@ -241,31 +241,23 @@ #------------------------------------------------------------------------------- %if %{defined mdkversion} - %package debuging - -Group: Productivity/Databases/Servers %else - %package debug -Group: Productivity/Databases/Servers %endif #------------------------------------------------------------------------------- License: GPLv2 ; with additional permissions: EXCEPTIONS-CLIENT Summary: MySQL server with debug options turned on +Group: Productivity/Databases/Servers Requires: %{name} = %{version} Provides: mysql-debug = %{srv_vers} Obsoletes: mysql-debug < %{srv_vers} Conflicts: otherproviders(mysql-debug) %if %{defined mdkversion} - %description debuging - %else - %description debug - %endif A version of the mysql server that has some debug code turned on. It should be only used to track down problems with the standard @@ -278,8 +270,8 @@ Michael Widenius <[email protected]> David Axmark <[email protected]> -#------------------------------------------------------------------------------- +#------------------------------------------------------------------------------- %package test #------------------------------------------------------------------------------- License: GPLv2 ; with additional permissions: EXCEPTIONS-CLIENT @@ -392,7 +384,6 @@ %endif #------------------------------------------------------------------------------- - %prep #------------------------------------------------------------------------------- %setup -q -n mysql-%version -D -a 9 @@ -414,19 +405,16 @@ sed -i 's|@localstatedir@|/var/log|' support-files/mysql-log-rotate.sh #------------------------------------------------------------------------------- - %build #------------------------------------------------------------------------------- %{expand:%(cat %_sourcedir/build.inc)} #------------------------------------------------------------------------------- - %install #------------------------------------------------------------------------------- %{expand:%(cat %_sourcedir/install.inc)} #------------------------------------------------------------------------------- - %pre #------------------------------------------------------------------------------- /usr/sbin/groupadd -r mysql >/dev/null 2>/dev/null || : @@ -435,7 +423,6 @@ /usr/sbin/usermod -g mysql -s /bin/false mysql || : #------------------------------------------------------------------------------- - %preun #------------------------------------------------------------------------------- [ $1 = 1 ] || /usr/sbin/rcmysql stop @@ -457,7 +444,6 @@ fi #------------------------------------------------------------------------------- - %posttrans #------------------------------------------------------------------------------- %install_info --info-dir=%{_infodir} %{_infodir}/mysql.info.* @@ -475,28 +461,24 @@ fi #------------------------------------------------------------------------------- - %post -n libmysqlclient18 #------------------------------------------------------------------------------- /sbin/ldconfig #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %postun -n libmysqlclient18 #------------------------------------------------------------------------------- /sbin/ldconfig #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %post -n libmysqlclient_r18 #------------------------------------------------------------------------------- /sbin/ldconfig #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %postun -n libmysqlclient_r18 #------------------------------------------------------------------------------- /sbin/ldconfig @@ -504,14 +486,12 @@ %if 0%{prefered} > 0 #------------------------------------------------------------------------------- - %post -n libmysqld18 #------------------------------------------------------------------------------- /sbin/ldconfig #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %postun -n libmysqld18 #------------------------------------------------------------------------------- /sbin/ldconfig @@ -519,7 +499,6 @@ %endif #------------------------------------------------------------------------------- - %postun #------------------------------------------------------------------------------- if [ $1 = 0 ]; then @@ -529,14 +508,12 @@ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %clean #------------------------------------------------------------------------------- [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && %{__rm} -rf $RPM_BUILD_ROOT #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %files -f mysql.files #------------------------------------------------------------------------------- %defattr(-, root, root) @@ -558,7 +535,6 @@ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %files client -f mysql-client.files #------------------------------------------------------------------------------- %defattr(-, root, root) @@ -567,7 +543,6 @@ %if 0%{prefered} > 0 #------------------------------------------------------------------------------- - %files -n libmysqlclient-devel -f libmysqlclient-devel.files #------------------------------------------------------------------------------- %defattr(-, root, root) @@ -578,7 +553,6 @@ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %files -n libmysqld-devel #------------------------------------------------------------------------------- %defattr(-,root,root) @@ -587,7 +561,6 @@ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %files -n libmysqld18 #------------------------------------------------------------------------------- %defattr(-,root,root) @@ -596,7 +569,6 @@ %endif #------------------------------------------------------------------------------- - %files -n libmysqlclient18 #------------------------------------------------------------------------------- %defattr(-, root, root) @@ -604,7 +576,6 @@ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %files -n libmysqlclient_r18 #------------------------------------------------------------------------------- %defattr(-, root, root) @@ -612,7 +583,6 @@ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %files bench -f mysql-bench.files #------------------------------------------------------------------------------- %defattr(-, root, root) @@ -621,10 +591,8 @@ #------------------------------------------------------------------------------- %if %{defined mdkversion} - %files debuging %else - %files debug %endif #------------------------------------------------------------------------------- @@ -634,7 +602,6 @@ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %files test -f mysql-test.files #------------------------------------------------------------------------------- %defattr(-, root, root) @@ -648,7 +615,6 @@ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %files tools -f mysql-tools.files %defattr(-, root, root) %_bindir/mysqlrepair @@ -658,22 +624,18 @@ %if 0%{cluster} > 0 #------------------------------------------------------------------------------- - %files ndb-storage -f mysql-ndb-storage.files #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %files ndb-management -f mysql-ndb-management.files #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %files ndb-tools -f mysql-ndb-tools.files #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- - %files ndb-extra -f mysql-ndb-extra.files #------------------------------------------------------------------------------- %endif ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.9GjIgb/_old 2011-09-19 21:24:20.000000000 +0200 +++ /var/tmp/diff_new_pack.9GjIgb/_new 2011-09-19 21:24:20.000000000 +0200 @@ -1,2 +1,6 @@ libmysqlclient18 libmysqlclient_r18 +libmysqlclient-devel + requires -libmysqlclient-<targettype> + requires "libmysqlclient18-<targettype> = <version>" + requires "libmysqlclient_r18-<targettype> = <version>" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
