Hello community,

here is the log from the commit of package kdebase4-runtime for openSUSE:Factory
checked in at Thu Oct 6 16:18:19 CEST 2011.



--------
--- openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes  2011-09-23 
02:06:01.000000000 +0200
+++ kdebase4-runtime/kdebase4-runtime.changes   2011-10-02 16:44:47.000000000 
+0200
@@ -1,0 +2,6 @@
+Sun Oct  2 16:43:13 CEST 2011 - [email protected]
+
+- update to 4.7.2
+  * see http://kde.org/announcements/changelogs/changelog4_7_1to4_7_2.php for 
details
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  kde-runtime-4.7.1.tar.bz2

New:
----
  kde-runtime-4.7.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdebase4-runtime.spec ++++++
--- /var/tmp/diff_new_pack.FC0AIt/_old  2011-10-06 16:17:54.000000000 +0200
+++ /var/tmp/diff_new_pack.FC0AIt/_new  2011-10-06 16:17:54.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           kdebase4-runtime
-Version:        4.7.1
+Version:        4.7.2
 Release:        1
 License:        GPLv2+
 Summary:        The KDE Runtime Components


++++++ hotplug-kde3.diff ++++++
--- /var/tmp/diff_new_pack.FC0AIt/_old  2011-10-06 16:17:54.000000000 +0200
+++ /var/tmp/diff_new_pack.FC0AIt/_new  2011-10-06 16:17:54.000000000 +0200
@@ -4,9 +4,11 @@
 Patch-upstream: never
 Relates: kdelibs4/hotplug-kde3.diff, kdebase4-workspace/hotplug-kde3.diff
 
---- soliduiserver/deviceserviceaction.cpp
+Index: soliduiserver/deviceserviceaction.cpp
+===================================================================
+--- soliduiserver/deviceserviceaction.cpp.orig
 +++ soliduiserver/deviceserviceaction.cpp
-@@ -114,6 +114,15 @@ int MacroExpander::expandEscapedMacro(co
+@@ -115,6 +115,15 @@ int MacroExpander::expandEscapedMacro(co
                         << " is not a StorageAccess device" << endl;
          }
          break;
@@ -22,9 +24,11 @@
      case 'd': // Device node
      case 'D': // case insensitive
          if (m_device.is<Solid::Block>()) {
---- soliduiserver/soliduiserver.cpp
+Index: soliduiserver/soliduiserver.cpp
+===================================================================
+--- soliduiserver/soliduiserver.cpp.orig
 +++ soliduiserver/soliduiserver.cpp
-@@ -76,6 +76,8 @@ void SolidUiServer::showActionsDialog(co
+@@ -79,6 +79,8 @@ void SolidUiServer::showActionsDialog(co
  
      foreach (const QString &desktop, desktopFiles) {
          QString filePath = KStandardDirs::locate("data", 
"solid/actions/"+desktop);

++++++ kde-runtime-4.7.1.tar.bz2 -> kde-runtime-4.7.2.tar.bz2 ++++++
++++ 1832 lines of diff (skipped)

++++++ kdesu-remember-keep-password.diff ++++++
--- /var/tmp/diff_new_pack.FC0AIt/_old  2011-10-06 16:17:56.000000000 +0200
+++ /var/tmp/diff_new_pack.FC0AIt/_new  2011-10-06 16:17:56.000000000 +0200
@@ -8,7 +8,7 @@
 ===================================================================
 --- kdesu/kdesu/kdesu.cpp.orig
 +++ kdesu/kdesu/kdesu.cpp
-@@ -353,6 +353,9 @@ static int startApp()
+@@ -351,6 +351,9 @@ static int startApp()
      // Read configuration
      KConfigGroup config(KGlobal::config(), "Passwords");
      int timeout = config.readEntry("Timeout", defTimeout);
@@ -18,7 +18,7 @@
  
      // Check if we need a password
      SuProcess proc;
-@@ -384,8 +387,7 @@ static int startApp()
+@@ -382,8 +385,7 @@ static int startApp()
          KDEsuDialog dlg(user, auth_user, keep && !terminal, icon, 
withIgnoreButton);
          if (prompt)
              dlg.addCommentLine(i18n("Command:"), command);
@@ -28,7 +28,7 @@
  
          if ((priority != 50) || (scheduler != SuProcess::SchedNormal))
          {
-@@ -414,6 +416,7 @@ static int startApp()
+@@ -412,6 +414,7 @@ static int startApp()
              change_uid = false;
          password = dlg.password();
          keep = dlg.keepPassword();

++++++ khelpcenter-gnome-support.patch ++++++
--- /var/tmp/diff_new_pack.FC0AIt/_old  2011-10-06 16:17:56.000000000 +0200
+++ /var/tmp/diff_new_pack.FC0AIt/_new  2011-10-06 16:17:56.000000000 +0200
@@ -3,8 +3,8 @@
 Patch-upstream: no
 Index: khelpcenter/table-of-contents.xslt
 ===================================================================
---- khelpcenter/table-of-contents.xslt (revision 1032022)
-+++ khelpcenter/table-of-contents.xslt (working copy)
+--- khelpcenter/table-of-contents.xslt.orig
++++ khelpcenter/table-of-contents.xslt
 @@ -8,6 +8,12 @@
  </table-of-contents>
  </xsl:template>
@@ -36,8 +36,8 @@
  </xsl:stylesheet>
 Index: khelpcenter/navigatorappitem.cpp
 ===================================================================
---- khelpcenter/navigatorappitem.cpp   (revision 1032022)
-+++ khelpcenter/navigatorappitem.cpp   (working copy)
+--- khelpcenter/navigatorappitem.cpp.orig
++++ khelpcenter/navigatorappitem.cpp
 @@ -21,6 +21,8 @@
  #include "navigatorappitem.h"
  #include "docentry.h"
@@ -47,7 +47,7 @@
  #include <KDebug>
  #include <KService>
  #include <KServiceGroup>
-@@ -134,6 +136,37 @@
+@@ -132,6 +134,37 @@ void NavigatorAppItem::populate( bool re
  
  QString NavigatorAppItem::documentationURL( const KService *s )
  {
@@ -85,7 +85,7 @@
    QString docPath = s->property( QLatin1String("DocPath") ).toString();
    if ( docPath.isEmpty() ) {
      docPath = s->property( QLatin1String("X-DocPath") ).toString();
-@@ -142,7 +175,7 @@
+@@ -140,7 +173,7 @@ QString NavigatorAppItem::documentationU
      }
    }
  
@@ -96,8 +96,8 @@
    return QLatin1String( "help:/" ) + docPath;
 Index: khelpcenter/docentry.h
 ===================================================================
---- khelpcenter/docentry.h     (revision 1032022)
-+++ khelpcenter/docentry.h     (working copy)
+--- khelpcenter/docentry.h.orig
++++ khelpcenter/docentry.h
 @@ -4,12 +4,14 @@
  
  #include <QString>
@@ -115,8 +115,8 @@
        DocEntry();
 Index: khelpcenter/docentry.cpp
 ===================================================================
---- khelpcenter/docentry.cpp   (revision 1032022)
-+++ khelpcenter/docentry.cpp   (working copy)
+--- khelpcenter/docentry.cpp.orig
++++ khelpcenter/docentry.cpp
 @@ -2,6 +2,7 @@
  
  #include <QRegExp>
@@ -169,7 +169,7 @@
  DocEntry::DocEntry()
  {
    init();
-@@ -207,6 +245,9 @@
+@@ -204,6 +242,9 @@ bool DocEntry::isDirectory() const
  bool DocEntry::readFromFile( const QString &fileName )
  {
    KDesktopFile file( fileName );
@@ -181,9 +181,9 @@
    mName = file.readName();
 Index: khelpcenter/navigator.cpp
 ===================================================================
---- khelpcenter/navigator.cpp  (revision 1032022)
-+++ khelpcenter/navigator.cpp  (working copy)
-@@ -67,6 +67,7 @@
+--- khelpcenter/navigator.cpp.orig
++++ khelpcenter/navigator.cpp
+@@ -65,6 +65,7 @@
  #include "searchwidget.h"
  #include "searchengine.h"
  #include "docmetainfo.h"
@@ -191,7 +191,7 @@
  #include "docentrytraverser.h"
  #include "glossary.h"
  #include "toc.h"
-@@ -279,6 +280,11 @@
+@@ -268,6 +269,11 @@ void Navigator::createItemFromDesktopFil
                                             const QString &file )
  {
      KDesktopFile desktopFile( file );
@@ -203,7 +203,7 @@
      QString docPath = desktopFile.readDocPath();
      if ( !docPath.isNull() ) {
        // First parameter is ignored if second is an absolute path
-@@ -321,6 +327,9 @@
+@@ -310,6 +316,9 @@ void Navigator::selectItem( const KUrl &
    {
       alternativeURL.setQuery("anchor="+url.ref());
       alternativeURL.setRef(QString());
@@ -213,9 +213,11 @@
    }
  
    // If the navigator already has the given URL selected, do nothing.
---- khelpcenter/navigatoritem.cpp.sav  2010-05-17 15:40:52.000000000 +0200
-+++ khelpcenter/navigatoritem.cpp      2010-05-17 15:53:45.233053786 +0200
-@@ -94,14 +94,42 @@ void NavigatorItem::scheduleTOCBuild()
+Index: khelpcenter/navigatoritem.cpp
+===================================================================
+--- khelpcenter/navigatoritem.cpp.orig
++++ khelpcenter/navigatoritem.cpp
+@@ -96,14 +96,42 @@ void NavigatorItem::scheduleTOCBuild()
      mToc = new TOC( this );
  
      kDebug( 1400 ) << "Trying to build TOC for " << entry()->name() << endl;

++++++ khelpcenter-use-susehelp.patch ++++++
--- /var/tmp/diff_new_pack.FC0AIt/_old  2011-10-06 16:17:56.000000000 +0200
+++ /var/tmp/diff_new_pack.FC0AIt/_new  2011-10-06 16:17:56.000000000 +0200
@@ -1,8 +1,8 @@
 Index: khelpcenter/khelpcenter.desktop
 ===================================================================
---- khelpcenter/khelpcenter.desktop    (revision 1032022)
-+++ khelpcenter/khelpcenter.desktop    (working copy)
-@@ -173,5 +173,5 @@
+--- khelpcenter/khelpcenter.desktop.orig
++++ khelpcenter/khelpcenter.desktop
+@@ -185,5 +185,5 @@ Icon=help-browser
  X-DocPath=khelpcenter/index.html
  Type=Service
  Terminal=false

++++++ ksuseinstall.diff ++++++
--- /var/tmp/diff_new_pack.FC0AIt/_old  2011-10-06 16:17:56.000000000 +0200
+++ /var/tmp/diff_new_pack.FC0AIt/_new  2011-10-06 16:17:56.000000000 +0200
@@ -1,5 +1,7 @@
---- drkonqi/backtracewidget.cpp        2011-04-29 21:38:13.000000000 +0200
-+++ drkonqi/backtracewidget.cpp        2011-04-30 08:52:05.680000631 +0200
+Index: drkonqi/backtracewidget.cpp
+===================================================================
+--- drkonqi/backtracewidget.cpp.orig
++++ drkonqi/backtracewidget.cpp
 @@ -39,6 +39,10 @@
  #include <KToolInvocation>
  #include <KGlobalSettings>
@@ -11,7 +13,7 @@
  const char *extraDetailsLabelMargin = " margin: 5px; ";
  
  BacktraceWidget::BacktraceWidget(BacktraceGenerator *generator, QWidget 
*parent,
-@@ -50,7 +54,11 @@
+@@ -50,7 +54,11 @@ BacktraceWidget::BacktraceWidget(Backtra
      ui.setupUi(this);
  
      //Debug package installer
@@ -23,20 +25,22 @@
      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()));
---- 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 @@
+Index: drkonqi/backtracewidget.h
+===================================================================
+--- drkonqi/backtracewidget.h.orig
++++ drkonqi/backtracewidget.h
+@@ -29,6 +29,10 @@ class QSyntaxHighlighter;
  class BacktraceRatingWidget;
  class BacktraceGenerator;
  
-+#if 1 
++#if 1
 +class SUSEDebugPackageInstaller;
 +#endif
 +
  class BacktraceWidget: public QWidget
  {
      Q_OBJECT
-@@ -55,7 +59,11 @@
+@@ -55,7 +59,11 @@ private:
      Ui::Form    ui;
      BacktraceRatingWidget *   m_backtraceRatingWidget;
      QSyntaxHighlighter *m_highlighter;
@@ -48,9 +52,11 @@
      
  private Q_SLOTS:
      void loadData();
---- drkonqi/CMakeLists.txt     2011-04-29 21:38:13.000000000 +0200
-+++ drkonqi/CMakeLists.txt     2011-04-30 08:52:48.179000716 +0200
-@@ -40,6 +40,7 @@
+Index: drkonqi/CMakeLists.txt
+===================================================================
+--- drkonqi/CMakeLists.txt.orig
++++ drkonqi/CMakeLists.txt
+@@ -40,6 +40,7 @@ set(drkonqi_SRCS
      debugpackageinstaller.cpp
      systeminformation.cpp
      crashedapplication.cpp
@@ -58,16 +64,18 @@
      debugger.cpp
      debuggerlaunchers.cpp
      debuggermanager.cpp
-@@ -70,6 +71,6 @@
- 
+@@ -71,6 +72,6 @@ kde4_add_ui_files(drkonqi_SRCS
+ kde4_add_app_icon(drkonqi_SRCS 
"${KDE4_INSTALL_DIR}/share/icons/oxygen/*/apps/kbugbuster.png")
  kde4_add_executable(drkonqi ${drkonqi_SRCS})
  
 -target_link_libraries(drkonqi ${KDE4_KIO_LIBS} ${QT_QTWEBKIT_LIBRARY} 
${KDE4_KDEWEBKIT_LIBRARY} drkonqi_backtrace_parser)
 +target_link_libraries(drkonqi ${KDE4_KIO_LIBS} ${QT_QTWEBKIT_LIBRARY} 
${KDE4_KDEWEBKIT_LIBRARY} ksuseinstall drkonqi_backtrace_parser)
  
  install(TARGETS drkonqi DESTINATION ${LIBEXEC_INSTALL_DIR})
---- drkonqi/susedebugpackageinstaller.cpp      1970-01-01 01:00:00.000000000 
+0100
-+++ drkonqi/susedebugpackageinstaller.cpp      2011-04-30 08:52:05.679000631 
+0200
+Index: drkonqi/susedebugpackageinstaller.cpp
+===================================================================
+--- /dev/null
++++ drkonqi/susedebugpackageinstaller.cpp
 @@ -0,0 +1,51 @@
 +/*******************************************************************
 +* debugpackageinstaller.cpp
@@ -120,8 +128,10 @@
 +    else
 +        emit error(i18nc("@info", "Could not find debug symbol packages for 
this application."));
 +}
---- drkonqi/susedebugpackageinstaller.h        1970-01-01 01:00:00.000000000 
+0100
-+++ drkonqi/susedebugpackageinstaller.h        2011-04-30 08:52:05.680000631 
+0200
+Index: drkonqi/susedebugpackageinstaller.h
+===================================================================
+--- /dev/null
++++ drkonqi/susedebugpackageinstaller.h
 @@ -0,0 +1,46 @@
 +/*******************************************************************
 +* debugpackageinstaller.h
@@ -149,21 +159,21 @@
 +class SUSEDebugPackageInstaller: public QObject
 +{
 +    Q_OBJECT
-+    
++
 +    enum Results { ResultInstalled = 0, ResultError = 1,
 +                   ResultSymbolsNotFound = 2, ResultCanceled = 3 };
-+    
++
 +    public:
 +        explicit SUSEDebugPackageInstaller(QWidget *parent = 0);
 +        bool canInstallDebugPackages() const;
 +        void setMissingLibraries(const QStringList &);
 +        void installDebugPackages();
-+        
++
 +    Q_SIGNALS:
 +        void packagesInstalled();
 +        void error(const QString &);
 +        void canceled();
-+        
++
 +    private:
 +        QStringList             m_missingLibraries;
 +};


++++++ simple-ccsm-kde.diff ++++++
--- /var/tmp/diff_new_pack.FC0AIt/_old  2011-10-06 16:17:56.000000000 +0200
+++ /var/tmp/diff_new_pack.FC0AIt/_new  2011-10-06 16:17:56.000000000 +0200
@@ -7,7 +7,7 @@
 ===================================================================
 --- kcontrol/componentchooser/windowmanagers/compiz.desktop.orig
 +++ kcontrol/componentchooser/windowmanagers/compiz.desktop
-@@ -80,5 +80,7 @@
+@@ -82,5 +82,7 @@ Name[zh_CN]=Compiz
  Name[zh_TW]=Compiz
  Exec=compiz ccp
  TryExec=compiz

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to