Hello community, here is the log from the commit of package kde3-sim for openSUSE:Factory checked in at 2013-02-04 19:04:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kde3-sim (Old) and /work/SRC/openSUSE:Factory/.kde3-sim.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde3-sim", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/kde3-sim/kde3-sim.changes 2011-10-06 16:15:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kde3-sim.new/kde3-sim.changes 2013-02-04 19:04:41.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Feb 3 12:48:01 UTC 2013 - [email protected] + +- fix build with new libxml2 buffer (kde3-sim-libxml2-new-buffer.patch) + +------------------------------------------------------------------- Old: ---- sim-0.9.4.3.tar.bz2 New: ---- kde3-sim-libxml2-new-buffer.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kde3-sim.spec ++++++ --- /var/tmp/diff_new_pack.7uEN3Z/_old 2013-02-04 19:04:42.000000000 +0100 +++ /var/tmp/diff_new_pack.7uEN3Z/_new 2013-02-04 19:04:42.000000000 +0100 @@ -32,6 +32,7 @@ Patch3: sim-fix_compiler_warnings.diff Patch4: fix-memset-call.patch Patch5: sim-0.9.4.3-double-message-fix.patch +Patch6: kde3-sim-libxml2-new-buffer.patch Provides: sim = %{version} Obsoletes: sim = %{version} @@ -45,38 +46,14 @@ SIM has a lot of features, many of them are listed at: http://sim-icq.sourceforge.net/ - - -Authors: --------- - Maintainer: Vladimir Shutoff <[email protected]> - Developemnt: Christian Ehrlicher <[email protected]> - KAddressBook syncronization and some art: Stanislav Klyuhin <[email protected]> - - Bulgarian translation: [email protected] - Catalane translation: Pau Bosch i Crespo <[email protected]> - Chinese translation: [email protected] - Czech translation: Pavel Rousar <[email protected]> - Dutch translation: Arend van Beelen jr. <[email protected]> - German translation, bug hunting (Win32): Tobias Franz <[email protected]> - German translation, bug hunting (Linux): Christoph Thielecke <[email protected]> - Greek translation: Theodore Karkoulis <[email protected]> - Hebrew translation: Amir Tal <[email protected]> - Franch translation: Rom351o VIU-BERGES <[email protected]> - Italian translation: Lapo Luchini <[email protected]> - Polish translation: Rafal Bera <[email protected]> - Russian translation: Vladimir Shutoff <[email protected]> - Sloval translation: Tom?Ol? <[email protected]> - Spain translation: Jorge Lopez <[email protected]> - Swabian translation: Robert Scheck <[email protected]> - Turkish translation: Ismail Donmez <[email protected]> - Ukranian translation: Ivan O.Krutyholova <[email protected]> - %prep %setup -q -n sim-%{version} #%patch3 %patch4 -p1 #%patch5 -p1 +%if %suse_version > 1220 +%patch6 -p1 +%endif %build . /etc/opt/kde3/common_options @@ -108,9 +85,6 @@ %suse_update_desktop_file -G "Instant Messenger" sim-im Network InstantMessaging kde_post_install -%clean -rm -rf $RPM_BUILD_ROOT - %files -f sim.lang %defattr(-,root,root) %doc COPYING AUTHORS AUTHORS.sim README ++++++ kde3-sim-libxml2-new-buffer.patch ++++++ diff -wruN sim-0.9.5.3209.orig/sim/xsl.cpp sim-0.9.5.3209/sim/xsl.cpp --- sim-0.9.5.3209.orig/sim/xsl.cpp 2006-12-18 21:49:50.000000000 +0300 +++ sim-0.9.5.3209/sim/xsl.cpp 2013-02-03 16:01:02.793704642 +0400 @@ -123,7 +123,7 @@ xsltSaveResultTo(buf, res, d->styleSheet); xmlFreeDoc(res); - QString result = QString::fromUtf8((char*)(buf->buffer->content)); + QString result = QString::fromUtf8((char*)(xmlOutputBufferGetContent(buf))); xmlOutputBufferClose(buf);; return result; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
