commit knemo for openSUSE:Factory

2017-12-14 Thread root
Hello community,

here is the log from the commit of package knemo for openSUSE:Factory checked 
in at 2017-12-14 10:59:13

Comparing /work/SRC/openSUSE:Factory/knemo (Old)
 and  /work/SRC/openSUSE:Factory/.knemo.new (New)


Package is "knemo"

Thu Dec 14 10:59:13 2017 rev:17 rq:556155 
version:0.7.7git.20170520T005915~f3afe2e

Changes:

--- /work/SRC/openSUSE:Factory/knemo/knemo.changes  2016-12-01 
10:28:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.knemo.new/knemo.changes 2017-12-14 
10:59:33.589600052 +0100
@@ -1,0 +2,21 @@
+Mon Dec 11 18:01:04 UTC 2017 - wba...@tmo.at
+
+- Split out translations in a separate lang package
+
+---
+Sat Dec  9 20:56:57 UTC 2017 - wba...@tmo.at
+
+- Update to latest snapshot of the "frameworks" git branch (using
+  Qt5 and KDE Frameworks 5), the KDE4 version cannot be built or
+  installed anymore on Tumbleweed and Leap 15 as QtWebKit4 is to be
+  dropped and parts needed to build knemo have been stripped from
+  kdebase4-workspace therefore
+- Add knemo-translations.tar.xz containing the translations from
+  the 0.7.7 version
+
+---
+Thu Dec  8 19:58:09 UTC 2016 - fab...@ritter-vogt.de
+
+- Revert kde4_runtime_requires change
+
+---

Old:

  12956-knemo-0.7.7.tar.xz

New:

  knemo-0.7.7git.20170520T005915~f3afe2e.tar.xz
  knemo-translations.tar.xz



Other differences:
--
++ knemo.spec ++
--- /var/tmp/diff_new_pack.ixoe1z/_old  2017-12-14 10:59:34.717545601 +0100
+++ /var/tmp/diff_new_pack.ixoe1z/_new  2017-12-14 10:59:34.721545408 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knemo
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2007-2009,2011,2012 Herbert Graeber
 # Copyright (c) 2010 Pascal Bleser
 #
@@ -17,46 +17,64 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   knemo
-Version:0.7.7
+Version:0.7.7git.20170520T005915~f3afe2e
 Release:0
 Summary:The KDE Network Monitor
 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.xz
+Source: %{name}-%{version}.tar.xz
 Source1:knemo-rpmlintrc
-BuildRequires:  kdebase4-workspace-devel
+Source2:knemo-translations.tar.xz
+BuildRequires:  extra-cmake-modules
+BuildRequires:  kcmutils-devel
+BuildRequires:  kconfig-devel
+BuildRequires:  kconfigwidgets-devel
+BuildRequires:  kcoreaddons-devel
+BuildRequires:  kdbusaddons-devel
+BuildRequires:  kdelibs4support-devel
+BuildRequires:  kglobalaccel-devel
+BuildRequires:  kguiaddons-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kio-devel
+BuildRequires:  knotifications-devel
+BuildRequires:  knotifyconfig-devel
+BuildRequires:  kwidgetsaddons-devel
+BuildRequires:  kwindowsystem-devel
+BuildRequires:  kxmlgui-devel
 BuildRequires:  libiw-devel
-BuildRequires:  libkde4-devel
+BuildRequires:  libksysguard5-devel
 BuildRequires:  libnl3-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  wireless-tools
-Provides:   kde4-knemo = %{version}
-Obsoletes:  kde4-knemo < %{version}
+BuildRequires:  plasma-framework-devel
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Sql)
+BuildRequires:  pkgconfig(Qt5Widgets)
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{?kde4_runtime_requires}
 
 %description
 KNemo offers a network monitor similar to the one found in Windows. For every
 network interface it displays an icon in the systray.
 
+%lang_package
+
 %prep
-%setup -q
+%setup -q -a 2
+# build translations
+echo "add_subdirectory( po )" >> CMakeLists.txt
 
 %build
-%cmake_kde4 -d build
+%cmake_kf5 -d build
 %make_jobs
 
 %install
-cd build
-%kde4_makeinstall
-cd ..
+%kf5_makeinstall -C build
 
-%suse_update_desktop_file knemo Qt KDE System Monitor
-%kde_post_install
-
-rm -rf "%{buildroot}%{_datadir}/locale"/sr@ijekavian*
+%suse_update_desktop_file %{buildroot}%_kf5_applicationsdir/knemo.desktop Qt 
KDE System Monitor
 
 %find_lang %{name} %{name}.lang
 %find_lang kcm_%{name} %{name}.lang
@@ -65,17 +83,25 @@
 
 %postun -p /sbin/ldconfig
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README
-%{_bindir}/knemo
-%{_libdir}/kde4/kcm_knemo.so
-%{_datadir}/applications/kde4/knemo.desktop
-%{_datadir}/autostart/knemo.desktop
-%{_datadir}/icons/hi

commit knemo for openSUSE:Factory

2016-12-01 Thread h_root
Hello community,

here is the log from the commit of package knemo for openSUSE:Factory checked 
in at 2016-12-01 10:28:07

Comparing /work/SRC/openSUSE:Factory/knemo (Old)
 and  /work/SRC/openSUSE:Factory/.knemo.new (New)


Package is "knemo"

Changes:

--- /work/SRC/openSUSE:Factory/knemo/knemo.changes  2015-08-25 
08:50:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.knemo.new/knemo.changes 2016-12-01 
10:28:08.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 29 07:20:36 UTC 2016 - o...@aepfle.de
+
+- Expand macro kde4_runtime_requires only when its available
+  to fix quilt setup
+
+---



Other differences:
--
++ knemo.spec ++
--- /var/tmp/diff_new_pack.WEe3CF/_old  2016-12-01 10:28:09.0 +0100
+++ /var/tmp/diff_new_pack.WEe3CF/_new  2016-12-01 10:28:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knemo
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2007-2009,2011,2012 Herbert Graeber
 # Copyright (c) 2010 Pascal Bleser
 #
@@ -35,7 +35,7 @@
 Provides:   kde4-knemo = %{version}
 Obsoletes:  kde4-knemo < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
+%{?kde4_runtime_requires}
 
 %description
 KNemo offers a network monitor similar to the one found in Windows. For every




commit knemo for openSUSE:Factory

2015-08-24 Thread h_root
Hello community,

here is the log from the commit of package knemo for openSUSE:Factory checked 
in at 2015-08-25 07:19:46

Comparing /work/SRC/openSUSE:Factory/knemo (Old)
 and  /work/SRC/openSUSE:Factory/.knemo.new (New)


Package is "knemo"

Changes:

--- /work/SRC/openSUSE:Factory/knemo/knemo.changes  2014-09-18 
07:56:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.knemo.new/knemo.changes 2015-08-25 
08:50:26.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug 21 15:27:10 UTC 2015 - wba...@tmo.at
+
+- update to version 0.7.7
+  * Add a global shortcut to toggle traffic plotters.
+  * Find the interface of the default gateway again. (BR 328752)
+  * Log statistics to the correct time if we're resuming from
+suspend. (BR 332086)
+  * Fix translation word puzzles, missing contexts.
+(BR 329095, BR 329097)
+  * Add an include to fix broken compilation when using
+libnl >= 3.2.26.
+- Remove fix-show-icon-when-not-configured.patch, included upstream
+
+---

Old:

  12956-knemo-0.7.6.tar.bz2
  fix-show-icon-when-not-configured.patch

New:

  12956-knemo-0.7.7.tar.xz



Other differences:
--
++ knemo.spec ++
--- /var/tmp/diff_new_pack.HuM6If/_old  2015-08-25 08:50:27.0 +0200
+++ /var/tmp/diff_new_pack.HuM6If/_new  2015-08-25 08:50:27.0 +0200
@@ -19,15 +19,13 @@
 
 
 Name:   knemo
-Version:0.7.6
+Version:0.7.7
 Release:0
 Summary:The KDE Network Monitor
 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 fix-show-icon-when-not-configured.patch -- show icon when 
no configuration is present (kde#328752)
-Patch:  fix-show-icon-when-not-configured.patch
+Source: 
http://kde-apps.org/CONTENT/content-files/12956-knemo-%{version}.tar.xz
 Source1:knemo-rpmlintrc
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libiw-devel
@@ -45,7 +43,6 @@
 
 %prep
 %setup -q
-%patch -p4
 
 %build
 %cmake_kde4 -d build




commit knemo for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package knemo for openSUSE:Factory checked 
in at 2014-09-18 07:56:18

Comparing /work/SRC/openSUSE:Factory/knemo (Old)
 and  /work/SRC/openSUSE:Factory/.knemo.new (New)


Package is "knemo"

Changes:

--- /work/SRC/openSUSE:Factory/knemo/knemo.changes  2014-08-01 
07:08:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.knemo.new/knemo.changes 2014-09-18 
07:56:19.0 +0200
@@ -1,0 +2,5 @@
+Sat Aug  2 15:56:17 UTC 2014 - wba...@tmo.at
+
+- Add fix-show-icon-when-not-configured.patch: fixes kde#328752
+
+---

New:

  fix-show-icon-when-not-configured.patch



Other differences:
--
++ knemo.spec ++
--- /var/tmp/diff_new_pack.LTOacz/_old  2014-09-18 07:56:20.0 +0200
+++ /var/tmp/diff_new_pack.LTOacz/_new  2014-09-18 07:56:20.0 +0200
@@ -26,6 +26,8 @@
 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 fix-show-icon-when-not-configured.patch -- show icon when 
no configuration is present (kde#328752)
+Patch:  fix-show-icon-when-not-configured.patch
 Source1:knemo-rpmlintrc
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libiw-devel
@@ -43,6 +45,7 @@
 
 %prep
 %setup -q
+%patch -p4
 
 %build
 %cmake_kde4 -d build

++ fix-show-icon-when-not-configured.patch ++
--- trunk/extragear/network/knemo/src/knemod/backends/netlinkbackend.cpp
2014/04/28 20:57:26 1385643
+++ trunk/extragear/network/knemo/src/knemod/backends/netlinkbackend.cpp
2014/04/28 21:14:32 1385644
@@ -46,7 +46,7 @@
 {
 rtnl_addr_alloc_cache( rtsock, &addrCache );
 rtnl_link_alloc_cache( rtsock, AF_UNSPEC, &linkCache );
-rtnl_route_alloc_cache( rtsock, AF_UNSPEC, NL_AUTO_PROVIDE, 
&routeCache );
+rtnl_route_alloc_cache( rtsock, AF_UNSPEC, 0, &routeCache );
 }
 #ifdef HAVE_LIBIW
 wireless.openSocket();
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knemo for openSUSE:Factory

2014-07-31 Thread h_root
Hello community,

here is the log from the commit of package knemo for openSUSE:Factory checked 
in at 2014-08-01 07:07:59

Comparing /work/SRC/openSUSE:Factory/knemo (Old)
 and  /work/SRC/openSUSE:Factory/.knemo.new (New)


Package is "knemo"

Changes:

--- /work/SRC/openSUSE:Factory/knemo/knemo.changes  2012-12-07 
14:31:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.knemo.new/knemo.changes 2014-08-01 
07:08:08.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 14:26:59 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---

Old:

  rpmlintrc

New:

  knemo-rpmlintrc



Other differences:
--
++ knemo.spec ++
--- /var/tmp/diff_new_pack.DqJxQM/_old  2014-08-01 07:08:10.0 +0200
+++ /var/tmp/diff_new_pack.DqJxQM/_new  2014-08-01 07:08:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package knemo
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2007-2009,2011,2012 Herbert Graeber
 # Copyright (c) 2010 Pascal Bleser
 #
@@ -26,6 +26,7 @@
 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
+Source1:knemo-rpmlintrc
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libiw-devel
 BuildRequires:  libkde4-devel

++ knemo-rpmlintrc ++
addFilter("no-manual-page-for-binary knemo")
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knemo for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package knemo for openSUSE:Factory checked 
in at 2012-12-07 14:31:05

Comparing /work/SRC/openSUSE:Factory/knemo (Old)
 and  /work/SRC/openSUSE:Factory/.knemo.new (New)


Package is "knemo", Maintainer is "hvo...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/knemo/knemo.changes  2012-11-12 
11:42:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.knemo.new/knemo.changes 2012-12-07 
14:31:07.0 +0100
@@ -1,0 +2,10 @@
+Wed Dec  5 22:07:02 UTC 2012 - herb...@graeber-clan.de
+
+- update to version 0.7.6
+  * Tweak the dialogs to make them a bit more compact
+  * Make the traffic plotter widgets behave more like those in the KDE
+System Monitor
+  * Fix a few minor bugs that gave us wrong values in the traffic plotter
+range 
+
+---

Old:

  12956-knemo-0.7.5.tar.bz2

New:

  12956-knemo-0.7.6.tar.bz2



Other differences:
--
++ knemo.spec ++
--- /var/tmp/diff_new_pack.cQy3ZG/_old  2012-12-07 14:31:08.0 +0100
+++ /var/tmp/diff_new_pack.cQy3ZG/_new  2012-12-07 14:31:08.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   knemo
-Version:0.7.5
+Version:0.7.6
 Release:0
 Summary:The KDE Network Monitor
 License:GPL-2.0+
@@ -49,7 +49,7 @@
 
 %install
 cd build
-%make_install
+%kde4_makeinstall
 cd ..
 
 %suse_update_desktop_file knemo Qt KDE System Monitor

++ 12956-knemo-0.7.5.tar.bz2 -> 12956-knemo-0.7.6.tar.bz2 ++
 57479 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knemo for openSUSE:Factory

2012-11-12 Thread h_root
Hello community,

here is the log from the commit of package knemo for openSUSE:Factory checked 
in at 2012-11-12 11:42:29

Comparing /work/SRC/openSUSE:Factory/knemo (Old)
 and  /work/SRC/openSUSE:Factory/.knemo.new (New)


Package is "knemo", Maintainer is "hvo...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/knemo/knemo.changes  2012-11-08 
07:45:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.knemo.new/knemo.changes 2012-11-12 
11:42:32.0 +0100
@@ -1,0 +2,9 @@
+Fri Nov  9 19:51:04 UTC 2012 - herb...@graeber-clan.de
+
+- Update to version 0.7.5 
+  * Fix building on ARM architecture
+  * Version 0.7.4 failed to create tables in new statistics databases. Fix 
that.
+  * Possibly fix a plotter crash
+- Remove knemo-arm.patch, because fixed upstream
+
+---

Old:

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

New:

  12956-knemo-0.7.5.tar.bz2



Other differences:
--
++ knemo.spec ++
--- /var/tmp/diff_new_pack.iBVnVJ/_old  2012-11-12 11:42:33.0 +0100
+++ /var/tmp/diff_new_pack.iBVnVJ/_new  2012-11-12 11:42:33.0 +0100
@@ -19,15 +19,13 @@
 
 
 Name:   knemo
-Version:0.7.4
+Version:0.7.5
 Release:0
 Summary:The KDE Network Monitor
 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
@@ -44,7 +42,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake_kde4 -d build

++ 12956-knemo-0.7.4.tar.bz2 -> 12956-knemo-0.7.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knemo-0.7.4/CMakeLists.txt 
new/knemo-0.7.5/CMakeLists.txt
--- old/knemo-0.7.4/CMakeLists.txt  2012-10-30 15:48:12.0 +0100
+++ new/knemo-0.7.5/CMakeLists.txt  2012-11-09 04:28:26.0 +0100
@@ -1,6 +1,6 @@
 project( knemo )
 
-set( KNEMO_VERSION 0.7.4 )
+set( KNEMO_VERSION 0.7.5 )
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules 
${CMAKE_MODULE_PATH})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knemo-0.7.4/ChangeLog new/knemo-0.7.5/ChangeLog
--- old/knemo-0.7.4/ChangeLog   2012-10-30 15:45:31.0 +0100
+++ new/knemo-0.7.5/ChangeLog   2012-11-09 04:26:02.0 +0100
@@ -1,3 +1,9 @@
+Version 0.7.5
+ * Fix building on ARM architecture
+ * Version 0.7.4 failed to create tables in new statistics databases. Fix
+   that.
+ * Possibly fix a plotter crash
+
 Version 0.7.4
  * Fix bugs in the BSD backend, thanks to Alberto Villa
- KDE bug #301546: Wrong traffic reported on FreeBSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knemo-0.7.4/po/es/knemo.po 
new/knemo-0.7.5/po/es/knemo.po
--- old/knemo-0.7.4/po/es/knemo.po  2012-10-30 15:46:06.0 +0100
+++ new/knemo-0.7.5/po/es/knemo.po  2012-11-09 04:26:30.0 +0100
@@ -6,28 +6,29 @@
 # Raul Moratalla , 2004.
 # Pedro Jurado Maqueda , 2004.
 # Enrique Matias Sanchez (aka Quique) , 2006, 2007, 2009, 
2010.
+# Raul Gonzalez , 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: knemo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2012-10-19 03:45+0200\n"
-"PO-Revision-Date: 2010-10-01 11:41+0200\n"
-"Last-Translator: Enrique Matias Sanchez (aka Quique) \n"
+"PO-Revision-Date: 2012-10-31 13:56+0100\n"
+"Last-Translator: Raul Gonzalez \n"
 "Language-Team: Spanish \n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.0\n"
+"X-Generator: Lokalize 1.5\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Enrique Matías Sánchez (Quique)"
+msgstr "Raúl González,Enrique Matías Sánchez (Quique)"
 
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "cronop...@gmail.com"
+msgstr "raulg...@gmail.com,cronop...@gmail.com"
 
 #: backends/bsdbackend.cpp:209
 msgid " anycast"
@@ -850,6 +851,10 @@
 "\n"
 "Please upgrade to a more recent KNemo release."
 msgstr ""
+"La base de datos de estadísticas para la interfaz «%1» es incompatible con "
+"esta versión de KNemo.\n"
+"\n"
+"Por favor actualícese a una versión más reciente de KNemo."
 
 #~ msgid "Automatic range detection"
 #~ msgstr "Detección automática del intervalo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit knemo for openSUSE:Factory

2012-11-07 Thread h_root
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 "hvo...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/knemo/knemo.changes  2012-01-27 
15:21:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.knemo.new/knemo.changes 2012-11-08 
07:45:15.0 +0100
@@ -1,0 +2,16 @@
+Tue Nov  6 17:39:17 UTC 2012 - herb...@graeber-clan.de
+
+- Fix build for arm
+
+---
+Wed Oct 31 17:54:08 UTC 2012 - herb...@graeber-clan.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.TOOmmM/_new  2012-11-08 07:45:16.0 +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 trafficList;
+QList trafficList;
 if ( mOutgoingVisible )
trafficList.append( outgoingBytes );
 if ( mIncomingVisible )
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knemo for openSUSE:Factory

2012-01-27 Thread h_root
Hello community,

here is the log from the commit of package knemo for openSUSE:Factory checked 
in at 2012-01-27 15:20:16

Comparing /work/SRC/openSUSE:Factory/knemo (Old)
 and  /work/SRC/openSUSE:Factory/.knemo.new (New)


Package is "knemo", Maintainer is "hvo...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/knemo/knemo.changes  2011-09-23 
02:06:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.knemo.new/knemo.changes 2012-01-27 
15:21:13.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 21:08:35 UTC 2012 - herb...@graeber-clan.de
+
+- update to version 0.7.3
+  * By request, add a configure switch to disable wireless support.
+- update rpmlintrc file
+
+---

Old:

  12956-knemo-0.7.2.tar.bz2

New:

  12956-knemo-0.7.3.tar.bz2



Other differences:
--
++ knemo.spec ++
--- /var/tmp/diff_new_pack.zYIEx3/_old  2012-01-27 15:21:14.0 +0100
+++ /var/tmp/diff_new_pack.zYIEx3/_new  2012-01-27 15:21:14.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package knemo
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2007-2009,2011 Herbert Graeber
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007-2009,2011,2012 Herbert Graeber
 # Copyright (c) 2010   Pascal Bleser
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 
 
 Name:   knemo
-Version:0.7.2
+Version:0.7.3
 Release:0
 License:GPL-2.0+
 Summary:The KDE Network Monitor

++ 12956-knemo-0.7.2.tar.bz2 -> 12956-knemo-0.7.3.tar.bz2 ++
 6097 lines of diff (skipped)

++ rpmlintrc ++
--- /var/tmp/diff_new_pack.zYIEx3/_old  2012-01-27 15:21:15.0 +0100
+++ /var/tmp/diff_new_pack.zYIEx3/_new  2012-01-27 15:21:15.0 +0100
@@ -1 +1 @@
-addFilter("useless-explicit-requires kdebase4-runtime")
+addFilter("no-manual-page-for-binary knemo")

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knemo for openSUSE:Factory

2011-09-22 Thread h_root

Hello community,

here is the log from the commit of package knemo for openSUSE:Factory
checked in at Thu Sep 22 10:47:13 CEST 2011.




--- knemo/knemo.changes 2011-08-07 18:22:10.0 +0200
+++ /mounts/work_src_done/STABLE/knemo/knemo.changes2011-09-21 
14:47:21.0 +0200
@@ -1,0 +2,12 @@
+Wed Sep 21 12:48:00 UTC 2011 - idon...@suse.com
+
+- Select libnl-1_1-devel for Factory
+- Cleanup spec file
+
+---
+Mon Sep 19 05:42:31 UTC 2011 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  Use SPDX syntax (http://www.spdx.org/licenses)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ knemo.spec ++
--- /var/tmp/diff_new_pack.hmzmoE/_old  2011-09-22 10:47:09.0 +0200
+++ /var/tmp/diff_new_pack.hmzmoE/_new  2011-09-22 10:47:09.0 +0200
@@ -1,29 +1,44 @@
 #
 # spec file for package knemo
 #
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2007-2009,2011 Herbert Graeber
 # Copyright (c) 2010   Pascal Bleser
 #
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 
 Name:  knemo
 Version:   0.7.2
 Release:   0
-License:   GPL
-Group: System/GUI/KDE
+License:GPL-2.0+
 Summary:   The KDE Network Monitor
-URL:   http://kde-apps.org/content/show.php/KNemo?content=12956
+Url:http://kde-apps.org/content/show.php/KNemo?content=12956
+Group:  System/GUI/KDE
 Source:
http://kde-apps.org/CONTENT/content-files/12956-knemo-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libiw-devel
 BuildRequires: libkde4-devel
-BuildRequires: wireless-tools libiw-devel libnl-devel 
-%kde4_runtime_requires
+%if 0%{?suse_version} >= 1210
+BuildRequires:  libnl-1_1-devel
+%else
+BuildRequires:  libnl-devel
+%endif
+BuildRequires:  wireless-tools
 Provides:  kde4-knemo = %{version}
 Obsoletes: kde4-knemo < %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%kde4_runtime_requires
 
 %description
 KNemo offers a network monitor similar to the one found in Windows. For every
@@ -37,13 +52,14 @@
 %make_jobs  
   
 %install  
-pushd build  
-%makeinstall 
+cd build
+%make_install
+cd ..
+
 %suse_update_desktop_file knemo Qt KDE System Monitor
 %kde_post_install  
-popd #build
 
-%__rm -rf "%{buildroot}%{_datadir}/locale"/sr@ijekavian*
+rm -rf "%{buildroot}%{_datadir}/locale"/sr@ijekavian*
 
 %find_lang %{name} %{name}.lang
 %find_lang kcm_%{name} %{name}.lang
@@ -54,7 +70,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING INSTALL README
+%doc AUTHORS ChangeLog COPYING README
 %{_bindir}/knemo
 %{_libdir}/kde4/kcm_knemo.so  
 %{_datadir}/applications/kde4/knemo.desktop






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knemo for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package knemo for openSUSE:Factory
checked in at Mon Sep 19 21:11:20 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/knemo/knemo.changes2011-08-07 
18:22:10.0 +0200
@@ -0,0 +1,129 @@
+---
+Sun Aug  7 15:37:53 UTC 2011 - herb...@graeber-clan.de
+
+- update to version 0.7.2
+  * fix loading/calculating off-peak traffic
+  * use bugs.kde.org for bug reports
+  * keep the pixmap cache size under control
+
+---
+Fri Apr 15 15:42:10 UTC 2011 - herb...@graeber-clan.de
+
+- the licenses package does not exist anymore
+
+---
+Thu Apr 14 21:26:44 UTC 2011 - herb...@graeber-clan.de
+
+- update to 0.7.1:
+  * bugfixes
+- fix a warning about K_EXPORT_COMPONENT_FACTORY
+- fix how the poll interval gets validated
+  * add url to spec file
+
+---
+Mon Dec  6 11:31:12 UTC 2010 - tittiatc...@gmail.com
+
+- update to 0.7.0:
+  * statistics changes:
+- statistics are now stored in an SQLite 3 database
+- custom billing periods are based on rules; this includes 
+  more flexible period lengths and the ability to track 
+  peak/off-peak hours
+- support for an arbitrary number of traffic notifications
+  * ui changes:
+- the statistics dialog entries have tooltips; select
+  multiple entries to get their sum
+  * bugfixes:
+- reset traffic counters when an interface becomes unavailable
+- mark pointopoint interfaces as connected only if they have 
+  an ip address
+- fix build on FreeBSD and GNU/kFreeBSD
+- netload icon theme shouldn't use the unavailable color as 
+  its background
+
+---
+Tue Jun 15 21:32:44 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 0.6.3:
+  * save changes to traffic threshold setting
+  * add option to report traffic rate in bit/s
+  * update the signal plotter from KDE SC 4.4 branch; a few minor
+plotter config options were dropped as a result
+  * on startup sync recent traffic statistics with vnstat if it's
+available; this should help KNemo account for traffic between
+sessions
+  * fix possible hang when text icon theme uses fixed fonts
+
+---
+Fri Dec  4 12:54:36 UTC 2009 - tittiatc...@gmail.com
+
+- Update to version 0.6.0
+ * backend changes:
+   - added IPv6 support
+   - polling periods can range from 0.1 to 2 seconds
+   - added notifications for when an interface becomes available/unavailable
+   - kill custom commands that are still running when KNemo closes
+ * statistics changes:
+   - added weekly statistics
+   - monthly statistics can act like "billing periods". Billing periods 
+  can start on an arbitrary day and can span 1-6 months.
+   - optional notification if a billing period's traffic exceeds a threshold
+ * ui changes:
+   - improved icon theming modeled after the network status icons in the 
+   freedesktop.org icon naming spec
+   - added a text icon theme that reports upload/download speeds in the tray
+   - status dialog supports multiple IP addresses per interface
+   - redesigned config dialog; should reduce information overload
+   - plotter properties are saved per interface and accessible by right 
+   clicking a plotter
+
+---
+Mon Sep 21 18:30:06 UTC 2009 - herb...@graeber-clan.de
+
+- Another fix to Obsoletes
+
+---
+Mon Sep 21 14:29:01 CEST 2009 - herb...@graeber-clan.de
+
+- Fix Summary and Obsoletes tags
+
+---
+Mon Aug  3 18:37:52 UTC 2009 - herb...@graeber-clan.de
+
+- Rename to knemo
+
+---
+Wed Apr  1 00:00:00 UTC 2009 - herb...@graeber-clan.de
+
+- Update to version 0.5.2
+  * fix config dialog so it preserves new position and size settings
+  * events work again
+  * sys backend uses iwlib instead of deprecated /sys/class/net/*/wireless
+  * backends check the wireless access point for the encryption status
+  * each monitored interface creates a plotter on startup but keeps it hidden;
+this way the plotter already has a history before it's made visible for 
the first time
+  * don't inadvertently force libiw as a dependency
+  * take range (or lack of it) into account when showing wireless link quality
+  * if there is no config file, KNemo will monitor the default route 
interface; this
+should reduce confusion for first time users while remaining discreet
+  * sys backend is now the def