Hello community,
here is the log from the commit of package libKF5NetworkManagerQt for
openSUSE:Factory checked in at 2015-04-13 20:28:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libKF5NetworkManagerQt (Old)
and /work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libKF5NetworkManagerQt"
Changes:
--------
---
/work/SRC/openSUSE:Factory/libKF5NetworkManagerQt/libKF5NetworkManagerQt.changes
2015-03-16 09:35:14.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new/libKF5NetworkManagerQt.changes
2015-04-13 20:28:06.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Apr 4 14:41:02 UTC 2015 - [email protected]
+
+- Update to 5.9.0
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- NetworkManager is a public dep, so add the correct requires to
+ devel package (pkgconfig(NetworkManager), pkgconfig(libnm-glib)
+ and pkgconfig(libnm-util))
+
+-------------------------------------------------------------------
Old:
----
networkmanager-qt-5.8.0.tar.xz
New:
----
networkmanager-qt-5.9.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libKF5NetworkManagerQt.spec ++++++
--- /var/tmp/diff_new_pack.WIo2vf/_old 2015-04-13 20:28:07.000000000 +0200
+++ /var/tmp/diff_new_pack.WIo2vf/_new 2015-04-13 20:28:07.000000000 +0200
@@ -17,9 +17,9 @@
%define soversion 6
-%define _tar_path 5.8
+%define _tar_path 5.9
Name: libKF5NetworkManagerQt
-Version: %{_tar_path}.0
+Version: 5.9.0
Release: 0
Summary: A Qt wrapper for NetworkManager DBus API
License: LGPL-2.1 or LGPL-3.0
@@ -28,7 +28,7 @@
Source:
http://download.kde.org/stable/frameworks/%{_tar_path}/networkmanager-qt-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: cmake
-BuildRequires: extra-cmake-modules >= 1.8.0
+BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig(NetworkManager) >= 0.9.8.4
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
@@ -48,9 +48,12 @@
Summary: A Qt wrapper for NetworkManager DBus API
Group: Development/Libraries/KDE
Requires: libKF5NetworkManagerQt%{soversion} = %{version}
+Requires: pkgconfig(NetworkManager) >= 0.9.8.4
Requires: pkgconfig(Qt5Core) >= 5.2.0
Requires: pkgconfig(Qt5DBus) >= 5.2.0
Requires: pkgconfig(Qt5Network) >= 5.2.0
+Requires: pkgconfig(libnm-glib) >= 0.9.8.4
+Requires: pkgconfig(libnm-util) >= 0.9.8.4
%description devel
NetworkManagerQt provides access to all NetworkManager features
++++++ networkmanager-qt-5.8.0.tar.xz -> networkmanager-qt-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/networkmanager-qt-5.8.0/CMakeLists.txt
new/networkmanager-qt-5.9.0/CMakeLists.txt
--- old/networkmanager-qt-5.8.0/CMakeLists.txt 2015-03-06 16:13:35.000000000
+0100
+++ new/networkmanager-qt-5.9.0/CMakeLists.txt 2015-04-04 13:51:08.000000000
+0200
@@ -2,7 +2,7 @@
project(NetworkManagerQt)
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake
${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
@@ -28,7 +28,7 @@
include(ECMSetupVersion)
include(ECMGenerateHeaders)
-set(KF5_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX NETWORKMANAGERQT
VERSION_HEADER
"${CMAKE_CURRENT_BINARY_DIR}/networkmanagerqt_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/networkmanager-qt-5.8.0/autotests/CMakeLists.txt
new/networkmanager-qt-5.9.0/autotests/CMakeLists.txt
--- old/networkmanager-qt-5.8.0/autotests/CMakeLists.txt 2015-03-06
16:13:35.000000000 +0100
+++ new/networkmanager-qt-5.9.0/autotests/CMakeLists.txt 2015-04-04
13:51:08.000000000 +0200
@@ -11,7 +11,6 @@
include_directories (
${CMAKE_SOURCE_DIR}/src/settings
- ${CMAKE_SOURCE_DIR}/src/fakeNetwork
)
include(ECMAddTests)