Mailinglist Archive: opensuse-commit (1772 mails)
| < Previous | Next > |
commit kdelibs4 for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 01 Feb 2011 18:42:21 +0100
- Message-id: <20110201174221.3ED9C202AD@hilbert.suse.de>
Hello community,
here is the log from the commit of package kdelibs4 for openSUSE:Factory
checked in at Tue Feb 1 18:42:21 CET 2011.
--------
--- KDE/kdelibs4/kdelibs4-apidocs.changes 2011-01-14 14:52:56.000000000
+0100
+++ /mounts/work_src_done/STABLE/kdelibs4/kdelibs4-apidocs.changes
2011-01-19 23:14:01.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Jan 19 23:13:55 CET 2011 - dmueller@xxxxxxx
+
+- update to 4.6.0
+ * For highlights, see http://kde.org/announcements/4.6
+
+
+-------------------------------------------------------------------
kdelibs4.changes: same change
calling whatdependson for head-i586
Old:
----
kdelibs-4.5.95.tar.bz2
New:
----
kdelibs-4.6.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdelibs4-apidocs.spec ++++++
--- /var/tmp/diff_new_pack.vVyjSD/_old 2011-02-01 18:41:57.000000000 +0100
+++ /var/tmp/diff_new_pack.vVyjSD/_new 2011-02-01 18:41:57.000000000 +0100
@@ -25,8 +25,8 @@
Group: System/GUI/KDE
Summary: KDE 4 API documentation
Url: http://www.kde.org
-Version: 4.5.95
-Release: 2
+Version: 4.6.0
+Release: 1
Requires: kde4-filesystem
Source0: kdelibs-%version.tar.bz2
Source1: baselibs.conf
++++++ kdelibs4.spec ++++++
--- /var/tmp/diff_new_pack.vVyjSD/_old 2011-02-01 18:41:57.000000000 +0100
+++ /var/tmp/diff_new_pack.vVyjSD/_new 2011-02-01 18:41:57.000000000 +0100
@@ -43,8 +43,8 @@
Group: System/GUI/KDE
Summary: KDE Base Libraries
Url: http://www.kde.org
-Version: 4.5.95
-Release: 2
+Version: 4.6.0
+Release: 1
Requires: soprano >= %( echo `rpm -q --queryformat '%{VERSION}'
libsoprano-devel`)
Recommends: strigi >= %( echo `rpm -q --queryformat '%{VERSION}'
strigi-devel`)
Requires: kdelibs4-core = %version
@@ -90,6 +90,10 @@
%if %suse_version > 1130
Requires: %{name}-branding = 11.4
%endif
+%if 0%{?suse_version} > 1120
+Requires: udisks
+Requires: upower
+%endif
%description
This package contains the basic packages of the K Desktop Environment.
@@ -328,10 +332,6 @@
Group: System/GUI/KDE
Summary: KDE Base Libraries
%requires_ge libqt4-x11
-%if 0%{?suse_version} > 1120
-Requires: udisks
-Requires: upower
-%endif
%description -n libkde4
This package contains the basic packages of the K Desktop Environment.
@@ -353,7 +353,7 @@
%files branding-upstream
%defattr(-,root,root)
%doc COPYING.LIB
-%_kde4_appsdir/kdeui/about/body-background.png
+%_kde4_appsdir/kdeui/about/body-background.jpg
%files -n libkde4
%defattr(-,root,root)
@@ -449,7 +449,7 @@
%exclude %_kde4_bindir/kde4-doxygen.sh
%exclude %_kde4_appsdir/ksgmltools2
%exclude %_kde4_appsdir/cmake
-%exclude %_kde4_appsdir/kdeui/about/body-background.png
+%exclude %_kde4_appsdir/kdeui/about/body-background.jpg
%config %_kde_config_dir/*
%config %_kde4_sysconfdir/xdg/menus/applications.menu.kde4
%dir %_kde4_sysconfdir/xdg/menus
++++++ kdelibs-4.5.95.tar.bz2 -> kdelibs-4.6.0.tar.bz2 ++++++
KDE/kdelibs4/kdelibs-4.5.95.tar.bz2
/mounts/work_src_done/STABLE/kdelibs4/kdelibs-4.6.0.tar.bz2 differ: char 11,
line 1
++++++ plasma-libs.diff ++++++
--- /var/tmp/diff_new_pack.vVyjSD/_old 2011-02-01 18:41:58.000000000 +0100
+++ /var/tmp/diff_new_pack.vVyjSD/_new 2011-02-01 18:41:58.000000000 +0100
@@ -1,6 +1,6 @@
---- plasma/corona.cpp 2010-11-19 11:52:27.000000000 +0100
-+++ plasma/corona.cpp 2010-12-22 13:55:23.765000006 +0100
-@@ -195,7 +195,9 @@
+--- plasma/corona.cpp
++++ plasma/corona.cpp
+@@ -196,7 +196,9 @@
if (pluginName.isEmpty() || pluginName == "default") {
// default to the desktop containment
@@ -11,17 +11,17 @@
}
bool loadingNull = pluginName == "null";
---- plasma/private/containment_p.h 2010-11-19 11:52:26.000000000 +0100
-+++ plasma/private/containment_p.h 2010-12-22 13:55:23.766000006 +0100
+--- plasma/private/containment_p.h
++++ plasma/private/containment_p.h
@@ -60,6 +60,7 @@
type(Containment::NoContainmentType),
showDropZoneDelayTimer(0),
drawWallpaper(true),
+ showToolBox(true),
- dropZoneStarted(false)
+ dropZoneStarted(false),
+ containmentActionsSource(Global)
{
- }
-@@ -183,6 +184,7 @@
+@@ -184,6 +185,7 @@
QHash<KJob*, KMenu*> dropMenus;
QTimer *showDropZoneDelayTimer;
bool drawWallpaper : 1;
@@ -29,8 +29,8 @@
bool dropZoneStarted : 1;
enum ContainmentActionsSource {
---- plasma/theme.cpp 2010-12-22 10:56:04.000000000 +0100
-+++ plasma/theme.cpp 2010-12-22 13:56:31.560000006 +0100
+--- plasma/theme.cpp
++++ plasma/theme.cpp
@@ -78,7 +78,6 @@
colorScheme(QPalette::Active, KColorScheme::Window,
KSharedConfigPtr(0)),
buttonColorScheme(QPalette::Active, KColorScheme::Button,
KSharedConfigPtr(0)),
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |