Hello community,

here is the log from the commit of package knemo for openSUSE:Factory checked 
in at 2012-11-08 07:45:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knemo (Old)
 and      /work/SRC/openSUSE:Factory/.knemo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/knemo/knemo.changes      2012-01-27 
15:21:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.knemo.new/knemo.changes 2012-11-08 
07:45:15.000000000 +0100
@@ -1,0 +2,16 @@
+Tue Nov  6 17:39:17 UTC 2012 - [email protected]
+
+- Fix build for arm
+
+-------------------------------------------------------------------
+Wed Oct 31 17:54:08 UTC 2012 - [email protected]
+
+- Update to version 0.7.4
+  * Add monochrome icon theme contributed by Vinícius Sabino.
+  * Port to libnl3
+  * Remove support for the legacy system tray icon
+  * Transition from deprecated KCalendarSystem calls
+  * Drop embedded plotter code in favor of libksignalplotter
+  * Several fixes for FreeBSD
+
+-------------------------------------------------------------------

Old:
----
  12956-knemo-0.7.3.tar.bz2

New:
----
  12956-knemo-0.7.4.tar.bz2
  knemo-arm.patch

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

Other differences:
------------------
++++++ knemo.spec ++++++
--- /var/tmp/diff_new_pack.TOOmmM/_old  2012-11-08 07:45:16.000000000 +0100
+++ /var/tmp/diff_new_pack.TOOmmM/_new  2012-11-08 07:45:16.000000000 +0100
@@ -18,22 +18,20 @@
 #
 
 
-
 Name:           knemo
-Version:        0.7.3
+Version:        0.7.4
 Release:        0
-License:        GPL-2.0+
 Summary:        The KDE Network Monitor
-Url:            http://kde-apps.org/content/show.php/KNemo?content=12956
+License:        GPL-2.0+
 Group:          System/GUI/KDE
+Url:            http://kde-apps.org/content/show.php/KNemo?content=12956
 Source:         
http://kde-apps.org/CONTENT/content-files/12956-knemo-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM knemo-arm.patch
+Patch0:         knemo-arm.patch
+BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libiw-devel
 BuildRequires:  libkde4-devel
-%if 0%{?suse_version} >= 1210
-BuildRequires:  libnl-1_1-devel
-%else
-BuildRequires:  libnl-devel
-%endif
+BuildRequires:  libnl3-devel
 BuildRequires:  wireless-tools
 Provides:       kde4-knemo = %{version}
 Obsoletes:      kde4-knemo < %{version}
@@ -46,6 +44,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake_kde4 -d build

++++++ 12956-knemo-0.7.3.tar.bz2 -> 12956-knemo-0.7.4.tar.bz2 ++++++
++++ 122988 lines of diff (skipped)

++++++ knemo-arm.patch ++++++
diff -up knemo-0.7.4/src/knemod/interfaceplotterdialog.cpp.arm 
knemo-0.7.4/src/knemod/interfaceplotterdialog.cpp
--- knemo-0.7.4/src/knemod/interfaceplotterdialog.cpp.arm       2012-11-06 
18:33:01.539411547 +0100
+++ knemo-0.7.4/src/knemod/interfaceplotterdialog.cpp   2012-11-06 
18:33:36.570973590 +0100
@@ -289,7 +289,7 @@ void InterfacePlotterDialog::useBitrate(
 
 void InterfacePlotterDialog::updatePlotter( const double incomingBytes, const 
double outgoingBytes )
 {
-    QList<double> trafficList;
+    QList<qreal> trafficList;
     if ( mOutgoingVisible )
        trafficList.append( outgoingBytes );
     if ( mIncomingVisible )
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to