commit kdeaccessibility4 for openSUSE:Factory
Hello community, here is the log from the commit of package kdeaccessibility4 for openSUSE:Factory checked in at Wed May 20 02:50:19 CEST 2009. -------- --- KDE/kdeaccessibility4/kdeaccessibility4.changes 2009-04-30 21:02:03.000000000 +0200 +++ kdeaccessibility4/kdeaccessibility4.changes 2009-05-15 21:07:36.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 14 19:31:22 CEST 2009 - dmueller@suse.de + +- update to 4.2.85 (KDE 4.3 Beta1) + +------------------------------------------------------------------- kdeaccessibility4-icons.changes: same change calling whatdependson for head-i586 Old: ---- 4_2_BRANCH.diff kdeaccessibility-4.2.3.tar.bz2 _upstream New: ---- 4_3_BRANCH.diff kdeaccessibility-4.2.85.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdeaccessibility4-icons.spec ++++++ --- /var/tmp/diff_new_pack.DG2376/_old 2009-05-20 02:49:18.000000000 +0200 +++ /var/tmp/diff_new_pack.DG2376/_new 2009-05-20 02:49:18.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package kdeaccessibility4-icons (Version 4.2.3) +# spec file for package kdeaccessibility4-icons (Version 4.2.85) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -26,7 +26,7 @@ Group: System/GUI/KDE Summary: Monochrome Icon Set for KDE Url: http://www.kde.org -Version: 4.2.3 +Version: 4.2.85 Release: 1 Source0: kdeaccessibility-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -65,6 +65,8 @@ /usr/share/icons/mono %changelog +* Thu May 14 2009 dmueller@suse.de +- update to 4.2.85 (KDE 4.3 Beta1) * Thu Apr 30 2009 dmueller@suse.de - update to 4.2.3 * see http://kde.org/announcements/changelogs/changelog4_2_2to4_2_3.php ++++++ kdeaccessibility4.spec ++++++ --- /var/tmp/diff_new_pack.DG2376/_old 2009-05-20 02:49:18.000000000 +0200 +++ /var/tmp/diff_new_pack.DG2376/_new 2009-05-20 02:49:18.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package kdeaccessibility4 (Version 4.2.3) +# spec file for package kdeaccessibility4 (Version 4.2.85) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,11 +23,10 @@ Group: System/GUI/KDE Summary: kdeaccessibility Base Package Url: http://www.kde.org -Version: 4.2.3 +Version: 4.2.85 Release: 1 Source0: kdeaccessibility-%version.tar.bz2 -Source1: _upstream -Patch: 4_2_BRANCH.diff +Patch: 4_3_BRANCH.diff Patch1: desktop-files.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %kde4_runtime_requires @@ -180,6 +179,8 @@ /usr/share/kde4/apps/color-schemes %changelog +* Thu May 14 2009 dmueller@suse.de +- update to 4.2.85 (KDE 4.3 Beta1) * Thu Apr 30 2009 dmueller@suse.de - update to 4.2.3 * see http://kde.org/announcements/changelogs/changelog4_2_2to4_2_3.php ++++++ 4_2_BRANCH.diff -> 4_3_BRANCH.diff ++++++ --- KDE/kdeaccessibility4/4_2_BRANCH.diff 2009-03-27 00:37:27.000000000 +0100 +++ kdeaccessibility4/4_3_BRANCH.diff 2009-05-14 12:26:50.000000000 +0200 @@ -1,7 +1,33 @@ -package: kdeaccessibility-4.1.3.tar.bz2 +package: kdeaccessibility-4.2.85.tar.bz2 kdemod: kdeaccessibility --- BRANCH_STATUS +++ BRANCH_STATUS @@ -0,0 +1,2 @@ -+current HEAD: 878038 -+svn di between //tags/KDE/4.1.3/kdeaccessibility and //branches/KDE/4.1/kdeaccessibility ++current HEAD: 967879 ++svn di between //tags/KDE/4.2.85/kdeaccessibility and //trunk/KDE/kdeaccessibility +--- kttsd/filters/xmltransformer/xmltransformerproc.cpp ++++ kttsd/filters/xmltransformer/xmltransformerproc.cpp +@@ -27,6 +27,7 @@ + + // Qt includes. + #include <QtCore/QFile> ++#include <QtCore/QLatin1String> + #include <QtCore/QRegExp> + #include <QtCore/QTextStream> + +@@ -223,7 +224,7 @@ + QTextStream wstream (&inFile); + // TODO: Is encoding an issue here? + // If input does not have xml processing instruction, add it. +- if (!inputText.startsWith("<?xml")) wstream << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"; ++ if (!inputText.startsWith(QLatin1String("<?xml"))) wstream << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"; + // FIXME: Temporary Fix until Konqi returns properly formatted xhtml with & coded as & + // This will change & inside a CDATA section, which is not good, and also within comments and + // processing instructions, which is OK because we don't speak those anyway. + +Property changes on: . +___________________________________________________________________ +Added: svn:externals + + + + ++++++ kdeaccessibility-4.2.3.tar.bz2 -> kdeaccessibility-4.2.85.tar.bz2 ++++++ KDE/kdeaccessibility4/kdeaccessibility-4.2.3.tar.bz2 kdeaccessibility4/kdeaccessibility-4.2.85.tar.bz2 differ: byte 11, line 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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