Hello community, here is the log from the commit of package kdenetwork4 checked in at Wed Nov 28 23:30:09 CET 2007. -------- --- KDE/kdenetwork4/kdenetwork4.changes 2007-11-14 17:36:38.000000000 +0100 +++ /mounts/work_src_done/STABLE/kdenetwork4/kdenetwork4.changes 2007-11-21 18:57:42.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 21 18:57:42 CET 2007 - dmueller@suse.de + +- update to 3.96.1 + +------------------------------------------------------------------- Old: ---- dont-install-Variants.diff kdenetwork-3.96.0.tar.bz2 New: ---- kdenetwork-3.96.1.tar.bz2 r738934.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdenetwork4.spec ++++++ --- /var/tmp/diff_new_pack.z17585/_old 2007-11-28 23:29:15.000000000 +0100 +++ /var/tmp/diff_new_pack.z17585/_new 2007-11-28 23:29:15.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package kdenetwork4 (Version 3.96.0) +# spec file for package kdenetwork4 (Version 3.96.1) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,16 +16,16 @@ Group: Productivity/Networking/Other Summary: KDE Network Base Package Url: http://www.kde.org -Version: 3.96.0 +Version: 3.96.1 Release: 1 -%define rversion 3.96.0 +%define rversion 3.96.1 Source0: kdenetwork-%rversion.tar.bz2 Source1: _upstream BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: kdebase4-runtime Patch2: desktop-files.diff Patch4: FIXME.diff -Patch5: dont-install-Variants.diff +Patch6: r738934.diff %define with_kopete 1 Suggests: kde4-kget %if %with_kopete @@ -53,7 +53,7 @@ %setup -q -n kdenetwork-%rversion %patch2 #%patch4 -%patch5 +%patch6 -R %build %cmake_kde4 -d build @@ -146,7 +146,6 @@ -------- The KDE Team <kde@kde.org> - %files -n kde4-kopete-devel -f filelists/kopete.devel %defattr(-,root,root) %doc COPYING COPYING-DOCS README @@ -359,7 +358,10 @@ %files -f filelists/exclude %defattr(-,root,root) %doc COPYING COPYING-DOCS README + %changelog +* Wed Nov 21 2007 - dmueller@suse.de +- update to 3.96.1 * Wed Nov 14 2007 - dmueller@suse.de - update to 3.96.0 * Wed Nov 07 2007 - dmueller@suse.de ++++++ desktop-files.diff ++++++ --- /var/tmp/diff_new_pack.z17585/_old 2007-11-28 23:29:15.000000000 +0100 +++ /var/tmp/diff_new_pack.z17585/_new 2007-11-28 23:29:15.000000000 +0100 @@ -1,9 +1,8 @@ --- kget/desktop/kget.desktop +++ kget/desktop/kget.desktop -@@ -3,7 +3,6 @@ - Encoding=UTF-8 +@@ -4,6 +4,5 @@ Type=Application - Exec=kget -caption "%c" %i %m + Exec=kget -caption "%c" %i -Icon=kget Terminal=false Name=KGet ++++++ kdenetwork-3.96.0.tar.bz2 -> kdenetwork-3.96.1.tar.bz2 ++++++ KDE/kdenetwork4/kdenetwork-3.96.0.tar.bz2 /mounts/work_src_done/STABLE/kdenetwork4/kdenetwork-3.96.1.tar.bz2 differ: byte 11, line 1 ++++++ r738934.diff ++++++ Index: kget/plasma/applet/errorgraph.cpp =================================================================== --- kget/plasma/applet/errorgraph.cpp (revision 738933) +++ kget/plasma/applet/errorgraph.cpp (revision 738934) @@ -23,7 +23,7 @@ #include <plasma/widgets/icon.h> #include <plasma/widgets/label.h> -#include <plasma/widgets/boxlayout.h> +#include <plasma/layouts/boxlayout.h> #include <plasma/widgets/pushbutton.h> #include <KIcon> @@ -41,9 +41,12 @@ m_launchButton = new Plasma::PushButton(KIcon("kget"), "Launch KGet", m_applet); //m_layout->addItem(m_errorLabel); - m_layout->addItem(m_launchButton); + //m_layout->addItem(m_launchButton); + m_applet->updateGeometry(); + m_errorLabel->updateGeometry(); + connect(m_launchButton, SIGNAL(clicked()), SLOT(launchKGet())); } Index: kget/plasma/applet/barchart.cpp =================================================================== --- kget/plasma/applet/barchart.cpp (revision 738933) +++ kget/plasma/applet/barchart.cpp (revision 738934) @@ -22,7 +22,7 @@ #include "transfergraph.h" #include <plasma/widgets/label.h> -#include <plasma/widgets/boxlayout.h> +#include <plasma/layouts/boxlayout.h> #include <plasma/widgets/progressbar.h> //#include <plasma/widgets/layoutanimator.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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