commit kdebase4-runtime for openSUSE:Factory
Hello community, here is the log from the commit of package kdebase4-runtime for openSUSE:Factory checked in at 2012-12-21 09:15:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdebase4-runtime (Old) and /work/SRC/openSUSE:Factory/.kdebase4-runtime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kdebase4-runtime", Maintainer is "kde-maintainers@suse.de" Changes: -------- --- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes 2012-12-10 11:15:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes 2012-12-21 09:15:39.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Dec 19 18:33:28 UTC 2012 - tittiatcoke@gmail.com + +- Update to 4.9.95 + * This is the first RC release for 4.10. Contains bugfixes + +------------------------------------------------------------------- Old: ---- kde-runtime-4.9.90.tar.xz New: ---- kde-runtime-4.9.95.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebase4-runtime.spec ++++++ --- /var/tmp/diff_new_pack.e3TA83/_old 2012-12-21 09:15:41.000000000 +0100 +++ /var/tmp/diff_new_pack.e3TA83/_new 2012-12-21 09:15:41.000000000 +0100 @@ -17,7 +17,7 @@ Name: kdebase4-runtime -Version: 4.9.90 +Version: 4.9.95 Release: 0 Summary: The KDE Runtime Components License: GPL-2.0+ @@ -146,7 +146,7 @@ %patch7 %patch10 %patch11 -%patch13 -p1 +%patch13 %patch15 %patch16 %patch17 @@ -234,6 +234,7 @@ # --- man file manuals --- %doc %{_kde4_mandir}/man1/kdesu.1* +%doc %{_kde4_mandir}/man1/plasmapkg.1.gz %doc %{_kde4_mandir}/man8/nepomukserver.8.gz %doc %{_kde4_mandir}/man8/nepomukservicestub.8.gz ++++++ ksuseinstall.diff ++++++ --- /var/tmp/diff_new_pack.e3TA83/_old 2012-12-21 09:15:41.000000000 +0100 +++ /var/tmp/diff_new_pack.e3TA83/_new 2012-12-21 09:15:41.000000000 +0100 @@ -1,5 +1,5 @@ ---- a/drkonqi/backtracewidget.cpp 2011-04-29 21:38:13.000000000 +0200 -+++ b/drkonqi/backtracewidget.cpp 2011-04-30 08:52:05.680000631 +0200 +--- drkonqi/backtracewidget.cpp 2011-04-29 21:38:13.000000000 +0200 ++++ drkonqi/backtracewidget.cpp 2011-04-30 08:52:05.680000631 +0200 @@ -39,6 +39,10 @@ #include <KToolInvocation> #include <KGlobalSettings> @@ -11,7 +11,7 @@ const char *extraDetailsLabelMargin = " margin: 5px; "; BacktraceWidget::BacktraceWidget(BacktraceGenerator *generator, QWidget *parent, -@@ -50,7 +54,11 @@ +@@ -50,7 +54,11 @@ BacktraceWidget::BacktraceWidget(BacktraceGenerator *generator, QWidget *parent, ui.setupUi(this); //Debug package installer @@ -23,9 +23,9 @@ connect(m_debugPackageInstaller, SIGNAL(error(QString)), this, SLOT(debugPackageError(QString))); connect(m_debugPackageInstaller, SIGNAL(packagesInstalled()), this, SLOT(regenerateBacktrace())); connect(m_debugPackageInstaller, SIGNAL(canceled()), this, SLOT(debugPackageCanceled())); ---- a/drkonqi/backtracewidget.h 2011-04-29 21:38:13.000000000 +0200 -+++ b/drkonqi/backtracewidget.h 2011-04-30 08:52:05.681000631 +0200 -@@ -29,6 +29,10 @@ +--- drkonqi/backtracewidget.h 2011-04-29 21:38:13.000000000 +0200 ++++ drkonqi/backtracewidget.h 2011-04-30 08:52:05.681000631 +0200 +@@ -29,6 +29,10 @@ class QSyntaxHighlighter; class BacktraceRatingWidget; class BacktraceGenerator; @@ -36,7 +36,7 @@ class BacktraceWidget: public QWidget { Q_OBJECT -@@ -55,7 +59,11 @@ +@@ -55,7 +59,11 @@ private: Ui::Form ui; BacktraceRatingWidget * m_backtraceRatingWidget; QSyntaxHighlighter *m_highlighter; @@ -45,12 +45,12 @@ +#else DebugPackageInstaller * m_debugPackageInstaller; +#endif - + private Q_SLOTS: void loadData(); ---- a/drkonqi/CMakeLists.txt 2011-04-29 21:38:13.000000000 +0200 -+++ b/drkonqi/CMakeLists.txt 2011-04-30 08:52:48.179000716 +0200 -@@ -40,6 +40,7 @@ +--- drkonqi/CMakeLists.txt 2011-04-29 21:38:13.000000000 +0200 ++++ drkonqi/CMakeLists.txt 2011-04-30 08:52:48.179000716 +0200 +@@ -45,6 +45,7 @@ set(drkonqi_SRCS debugpackageinstaller.cpp systeminformation.cpp crashedapplication.cpp @@ -58,16 +58,16 @@ debugger.cpp debuggerlaunchers.cpp debuggermanager.cpp -@@ -78,6 +79,7 @@ +@@ -83,6 +84,7 @@ target_link_libraries(drkonqi ${QT_QTWEBKIT_LIBRARY} ${KDE4_KDEWEBKIT_LIBRARY} ${KDEPIMLIBS_KXMLRPCCLIENT_LIBRARY} + ksuseinstall drkonqi_backtrace_parser ) - ---- a/drkonqi/susedebugpackageinstaller.cpp 1970-01-01 01:00:00.000000000 +0100 -+++ b/drkonqi/susedebugpackageinstaller.cpp 2011-04-30 08:52:05.679000631 +0200 + +--- drkonqi/susedebugpackageinstaller.cpp 1970-01-01 01:00:00.000000000 +0100 ++++ drkonqi/susedebugpackageinstaller.cpp 2011-04-30 08:52:05.679000631 +0200 @@ -0,0 +1,51 @@ +/******************************************************************* +* debugpackageinstaller.cpp @@ -120,8 +120,8 @@ + else + emit error(i18nc("@info", "Could not find debug symbol packages for this application.")); +} ---- a/drkonqi/susedebugpackageinstaller.h 1970-01-01 01:00:00.000000000 +0100 -+++ b/drkonqi/susedebugpackageinstaller.h 2011-04-30 08:52:05.680000631 +0200 +--- drkonqi/susedebugpackageinstaller.h 1970-01-01 01:00:00.000000000 +0100 ++++ drkonqi/susedebugpackageinstaller.h 2011-04-30 08:52:05.680000631 +0200 @@ -0,0 +1,46 @@ +/******************************************************************* +* debugpackageinstaller.h -- 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