commit koffice2 for openSUSE:Factory
Hello community, here is the log from the commit of package koffice2 for openSUSE:Factory checked in at Mon Mar 1 18:02:06 CET 2010. -------- --- KDE/koffice2/koffice2-doc.changes 2010-02-18 15:17:13.000000000 +0100 +++ /mounts/work_src_done/STABLE/koffice2/koffice2-doc.changes 2010-03-01 18:01:22.524831000 +0100 @@ -1,0 +2,5 @@ +Mon Mar 1 15:51:26 UTC 2010 - llunak@novell.com + +- fix build with gcc-4.5 + +------------------------------------------------------------------- koffice2.changes: same change calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ koffice2-doc.spec ++++++ --- /var/tmp/diff_new_pack.QPhooS/_old 2010-03-01 18:01:40.000000000 +0100 +++ /var/tmp/diff_new_pack.QPhooS/_new 2010-03-01 18:01:40.000000000 +0100 @@ -27,7 +27,7 @@ Summary: Documentation of the KDE Office Suite Url: http://www.koffice.org Version: 2.1.1 -Release: 3 +Release: 4 Source0: koffice-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ++++++ koffice2.spec ++++++ --- /var/tmp/diff_new_pack.QPhooS/_old 2010-03-01 18:01:40.000000000 +0100 +++ /var/tmp/diff_new_pack.QPhooS/_new 2010-03-01 18:01:40.000000000 +0100 @@ -34,7 +34,7 @@ Summary: Libraries and Base Files for the KDE Office Suite Url: http://www.koffice.org Version: 2.1.1 -Release: 3 +Release: 4 Source0: koffice-%version.tar.bz2 Patch1: koffice_remove_kohyphen.diff Patch2: koffice_remove_python_shebangs.diff ++++++ gcc-45.diff ++++++ --- /var/tmp/diff_new_pack.QPhooS/_old 2010-03-01 18:01:40.000000000 +0100 +++ /var/tmp/diff_new_pack.QPhooS/_new 2010-03-01 18:01:40.000000000 +0100 @@ -87,3 +87,14 @@ m_histogram->setChannel(m_activeCh); +--- filters/kword/msword-odf/texthandler.cpp.sav 2010-01-08 11:37:47.000000000 +0100 ++++ filters/kword/msword-odf/texthandler.cpp 2010-03-01 13:14:38.490349887 +0100 +@@ -863,7 +863,7 @@ bool KWordTextHandler::writeListInfo(KoX + unsigned int code = text[0].unicode(); + if ( (code & 0xFF00) == 0xF000 ) // see wv2 + code &= 0x00FF; +- listStyleWriter.addAttribute( "text:bullet-char", QString::QString( code ).toUtf8() ); ++ listStyleWriter.addAttribute( "text:bullet-char", QString( code ).toUtf8() ); + } + else + kWarning(30513) << "Bullet with more than one character, not supported"; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de