Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2012-01-27 15:19:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdelibs4 (Old)
 and      /work/SRC/openSUSE:Factory/.kdelibs4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdelibs4", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes        
2011-12-08 12:24:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2012-01-27 15:20:43.000000000 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 20:57:14 CET 2012 - [email protected]
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+-------------------------------------------------------------------
+Tue Jan 10 16:32:19 CET 2012 - [email protected]
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+-------------------------------------------------------------------
kdelibs4.changes: same change

Old:
----
  kdelibs-4.7.4.tar.bz2

New:
----
  kdelibs-4.8.0.tar.bz2

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

Other differences:
------------------
++++++ kdelibs4-apidocs.spec ++++++
--- /var/tmp/diff_new_pack.Urtpny/_old  2012-01-27 15:20:44.000000000 +0100
+++ /var/tmp/diff_new_pack.Urtpny/_new  2012-01-27 15:20:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdelibs4-apidocs
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           kdelibs4-apidocs
-Version:        4.7.4
+Version:        4.8.0
 Release:        0
 Summary:        KDE 4 API documentation
 License:        LGPL-2.1+

++++++ kdelibs4.spec ++++++
--- /var/tmp/diff_new_pack.Urtpny/_old  2012-01-27 15:20:44.000000000 +0100
+++ /var/tmp/diff_new_pack.Urtpny/_new  2012-01-27 15:20:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdelibs4
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,7 +62,7 @@
 BuildRequires:  utempter
 %endif
 BuildRequires:  xz-devel
-Version:        4.7.4
+Version:        4.8.0
 Release:        0
 %if %suse_version > 1140
 %define brandingversion 4.7
@@ -154,7 +154,7 @@
 %patch12
 %patch13
 %patch17
-%patch18 -p1
+%patch18
 %patch20
 %patch24
 
@@ -359,7 +359,6 @@
 %defattr(-,root,root)
 %doc COPYING COPYING.DOC COPYING.LIB README
 %{_datadir}/locale/all_languages
-%{_kde4_libdir}/libkactivities.so.*
 %{_kde4_libdir}/libkcmutils.so.*
 %{_kde4_libdir}/libkde3support.so.*
 %{_kde4_libdir}/libkdeclarative.so.*

++++++ kdelibs-4.7.4.tar.bz2 -> kdelibs-4.8.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/kdelibs4/kdelibs-4.7.4.tar.bz2 
/work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs-4.8.0.tar.bz2 differ: char 11, 
line 1

++++++ plasma-libs.diff ++++++
--- /var/tmp/diff_new_pack.Urtpny/_old  2012-01-27 15:20:44.000000000 +0100
+++ /var/tmp/diff_new_pack.Urtpny/_new  2012-01-27 15:20:44.000000000 +0100
@@ -1,8 +1,8 @@
-diff --git a/plasma/containment.cpp b/plasma/containment.cpp
-index c3c688f..2837882 100644
---- a/plasma/containment.cpp
-+++ b/plasma/containment.cpp
-@@ -143,6 +143,18 @@ Containment::Containment(const QString &packagePath, uint 
appletId, const QVaria
+Index: plasma/containment.cpp
+===================================================================
+--- plasma/containment.cpp.orig
++++ plasma/containment.cpp
+@@ -143,6 +143,18 @@ Containment::Containment(const QString &
      setHasConfigurationInterface(false);
  }
  
@@ -21,11 +21,11 @@
  Containment::~Containment()
  {
      delete d;
-diff --git a/plasma/containment.h b/plasma/containment.h
-index a6ebcdd..810b05f 100644
---- a/plasma/containment.h
-+++ b/plasma/containment.h
-@@ -128,6 +128,8 @@ class PLASMA_EXPORT Containment : public Applet
+Index: plasma/containment.h
+===================================================================
+--- plasma/containment.h.orig
++++ plasma/containment.h
+@@ -128,6 +128,8 @@ class PLASMA_EXPORT Containment : public
           */
          Containment(QObject *parent, const QVariantList &args);
  
@@ -34,10 +34,10 @@
          ~Containment();
  
          /**
-diff --git a/plasma/private/containment_p.h b/plasma/private/containment_p.h
-index 4025bf4..3eff519 100644
---- a/plasma/private/containment_p.h
-+++ b/plasma/private/containment_p.h
+Index: plasma/private/containment_p.h
+===================================================================
+--- plasma/private/containment_p.h.orig
++++ plasma/private/containment_p.h
 @@ -60,6 +60,7 @@ public:
            type(Containment::NoContainmentType),
            showDropZoneDelayTimer(0),
@@ -46,7 +46,7 @@
            dropZoneStarted(false),
            containmentActionsSource(Global)
      {
-@@ -183,6 +184,7 @@ public:
+@@ -187,6 +188,7 @@ public:
      QHash<KJob*, KMenu*> dropMenus;
      QTimer *showDropZoneDelayTimer;
      bool drawWallpaper : 1;
@@ -54,10 +54,10 @@
      bool dropZoneStarted : 1;
  
      enum ContainmentActionsSource {
-diff --git a/plasma/theme.cpp b/plasma/theme.cpp
-index cdb7fc6..06a78fb 100644
---- a/plasma/theme.cpp
-+++ b/plasma/theme.cpp
+Index: plasma/theme.cpp
+===================================================================
+--- plasma/theme.cpp.orig
++++ plasma/theme.cpp
 @@ -80,7 +80,6 @@ public:
            colorScheme(QPalette::Active, KColorScheme::Window, 
KSharedConfigPtr(0)),
            buttonColorScheme(QPalette::Active, KColorScheme::Button, 
KSharedConfigPtr(0)),
@@ -66,18 +66,18 @@
            defaultWallpaperSuffix(DEFAULT_WALLPAPER_SUFFIX),
            defaultWallpaperWidth(DEFAULT_WALLPAPER_WIDTH),
            defaultWallpaperHeight(DEFAULT_WALLPAPER_HEIGHT),
-@@ -97,6 +96,10 @@ public:
-         ThemeConfig config;
-         cacheTheme = config.cacheTheme();
- 
-+        KSharedConfigPtr defaultconfig = 
KSharedConfig::openConfig("plasma-desktoprc");
-+        KConfigGroup group = KConfigGroup(defaultconfig, "Defaults");
-+        defaultWallpaperTheme = group.readEntry("wallpaper", 
DEFAULT_WALLPAPER_THEME);
+@@ -108,6 +107,10 @@ public:
+         updateNotificationTimer->setInterval(500);
+         QObject::connect(updateNotificationTimer, SIGNAL(timeout()), q, 
SLOT(notifyOfChanged()));
+ 
++      KSharedConfigPtr defaultconfig = 
KSharedConfig::openConfig("plasma-desktoprc");
++      KConfigGroup group = KConfigGroup(defaultconfig, "Defaults");
++      defaultWallpaperTheme = group.readEntry("wallpaper", 
DEFAULT_WALLPAPER_THEME);
 +
          if (QPixmap::defaultDepth() > 8) {
              QObject::connect(KWindowSystem::self(), 
SIGNAL(compositingChanged(bool)), q, SLOT(compositingChanged(bool)));
  #ifdef Q_WS_X11
-@@ -533,7 +536,10 @@ void ThemePrivate::processWallpaperSettings(KConfigBase 
*metadata)
+@@ -564,7 +567,10 @@ void ThemePrivate::processWallpaperSetti
          cg = config();
      }
  
@@ -89,12 +89,12 @@
      defaultWallpaperSuffix = cg.readEntry("defaultFileSuffix", 
DEFAULT_WALLPAPER_SUFFIX);
      defaultWallpaperWidth = cg.readEntry("defaultWidth", 
DEFAULT_WALLPAPER_WIDTH);
      defaultWallpaperHeight = cg.readEntry("defaultHeight", 
DEFAULT_WALLPAPER_HEIGHT);
-@@ -785,6 +791,10 @@ QString Theme::wallpaperPath(const QSize &size) const
+@@ -814,6 +820,10 @@ QString Theme::wallpaperPath(const QSize
          }
      }
  
 +    if (!QFile::exists(fullPath)) {
-+      fullPath = KStandardDirs::locate("wallpaper", d->defaultWallpaperTheme);
++        fullPath = KStandardDirs::locate("wallpaper", 
d->defaultWallpaperTheme);
 +    }
 +
      return fullPath;


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

Reply via email to