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 - an...@opensuse.org
+
+- 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 <vo...@shutoff.ru>
-    Developemnt: Christian Ehrlicher <ch.ehrlic...@gmx.de>
-    KAddressBook syncronization and some art: Stanislav Klyuhin <c...@hot.ee>
-    
-    Bulgarian translation: bu...@mail.bg
-    Catalane translation: Pau Bosch i Crespo <paubcre...@hotmail.com>
-    Chinese translation: stacker_liew_...@yahoo.com.tw
-    Czech translation: Pavel Rousar <rous...@fel.cvut.cz>
-    Dutch translation: Arend van Beelen jr. <jun...@vergeetalles.nl>
-    German translation, bug hunting (Win32): Tobias Franz <u15...@hs-harz.de>
-    German translation, bug hunting (Linux): Christoph Thielecke 
<criss...@gmx.de>
-    Greek translation: Theodore Karkoulis <bi...@debian.gr>
-    Hebrew translation: Amir Tal <t...@whatsup.org.il>
-    Franch translation: Rom351o VIU-BERGES <apostledemen...@free.fr>
-    Italian translation: Lapo Luchini <l...@lapo.it>
-    Polish translation: Rafal Bera <r...@dione.ids.pl>
-    Russian translation: Vladimir Shutoff <vo...@shutoff.ru>
-    Sloval translation:  Tom?Ol? <tomas.o...@alert.sk>
-    Spain translation: Jorge Lopez <jorg...@terra.es>
-    Swabian translation: Robert Scheck <s...@robert-scheck.de>
-    Turkish translation: Ismail Donmez <voidcart...@yahoo.com>
-    Ukranian translation: Ivan O.Krutyholova <i...@city.gov.te.ua>
-
 %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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to