Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2015-05-11 19:31:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-nm5 (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-nm5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-nm5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes    2015-03-25 
09:59:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new/plasma-nm5.changes       
2015-05-11 19:31:31.000000000 +0200
@@ -1,0 +2,39 @@
+Thu Apr 23 13:27:33 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.3 Final:
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.3.0.php
+- Obsolete plasma-nm for openSUSE > 13.2
+
+-------------------------------------------------------------------
+Wed Apr 15 18:35:10 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Don't build openconnect plugin on SLE
+
+-------------------------------------------------------------------
+Sat Apr 11 18:53:49 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.95 aka 5.3 beta:
+  * New feature release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.2.95.php
+- Update required Qt version to 5.4.0
+- Update required NetworkManager-devel version to 0.9.8.4
+- Update required extra-cmake-modules version to 1.3.0
+- Update required libKF5NetworkManagerQt-devel to 5.8.0
+- Update required libKF5ModemManagerQt-devel to 5.9.0
+- Add explicit pkgconfig(ModemManager) >= 1.0.0 BuildRequires
+- Drop patches merged upstream:
+  0001-Update-CMakeLists.txt-to-use-a-new-version-of-mm-qt.patch
+  and 0002-Adapt-to-modemmanager-qt-API-changes.patch
+
+-------------------------------------------------------------------
+Sun Apr  5 13:50:01 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added patches from upstream:
+  0001-Update-CMakeLists.txt-to-use-a-new-version-of-mm-qt.patch
+  and 0002-Adapt-to-modemmanager-qt-API-changes.patch
+- Add explicit pkgconfig(ModemManager) BuildRequires
+- Raise libKF5ModemManagerQt-devel BuildRequires to 5.8.0
+
+-------------------------------------------------------------------

Old:
----
  plasma-nm-5.2.2.tar.xz

New:
----
  plasma-nm-5.3.0.tar.xz

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

Other differences:
------------------
++++++ plasma-nm5.spec ++++++
--- /var/tmp/diff_new_pack.reysKG/_old  2015-05-11 19:31:31.000000000 +0200
+++ /var/tmp/diff_new_pack.reysKG/_new  2015-05-11 19:31:31.000000000 +0200
@@ -16,9 +16,10 @@
 #
 
 
+%bcond_without lang
 %define mm_support 1
 Name:           plasma-nm5
-Version:        5.2.2
+Version:        5.3.0
 Release:        0
 Summary:        Plasma applet written in QML for managing network connections
 License:        (LGPL-2.1 or LGPL-3.0) and (GPL-2.0 or GPL-3.0)
@@ -26,8 +27,8 @@
 Url:            https://projects.kde.org/projects/playground/network/plasma-nm
 Source:         plasma-nm-%{version}.tar.xz
 Source99:       %{name}-rpmlintrc
-BuildRequires:  NetworkManager-devel >= 0.9.8.0
-BuildRequires:  extra-cmake-modules
+BuildRequires:  NetworkManager-devel >= 0.9.8.4
+BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel
 BuildRequires:  kconfigwidgets-devel
@@ -46,38 +47,47 @@
 BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  kwindowsystem-devel
 BuildRequires:  kxmlgui-devel
-BuildRequires:  libKF5NetworkManagerQt-devel
+BuildRequires:  libKF5NetworkManagerQt-devel >= 5.8.0
 BuildRequires:  mobile-broadband-provider-info
 BuildRequires:  plasma-framework-devel
 BuildRequires:  solid-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent)
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Declarative)
-BuildRequires:  pkgconfig(Qt5Designer)
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5OpenGL)
-BuildRequires:  pkgconfig(Qt5Quick)
-BuildRequires:  pkgconfig(Qt5Script)
-BuildRequires:  pkgconfig(Qt5ScriptTools)
-BuildRequires:  pkgconfig(Qt5Sql)
-BuildRequires:  pkgconfig(Qt5Svg)
-BuildRequires:  pkgconfig(Qt5Test)
-BuildRequires:  pkgconfig(Qt5WebKit)
-BuildRequires:  pkgconfig(Qt5WebKitWidgets)
-BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRequires:  pkgconfig(Qt5X11Extras)
+BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Core) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5DBus) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Declarative) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Designer) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Network) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Quick) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Script) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5ScriptTools) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Sql) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Svg) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5WebKit) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.4.0
+%if %suse_version != 1315
 BuildRequires:  pkgconfig(openconnect) >= 4.00
+%endif
 Requires:       kded
 Requires:       kwalletd5
 Requires:       mobile-broadband-provider-info
+%if %{with lang}
 Recommends:     %{name}-lang
+%endif
 Provides:       NetworkManager-client
 Provides:       plasma-nm-kf5 = %{version}
 Obsoletes:      plasma-nm-kf5 < %{version}
+%if 0%{?suse_version} > 1320
+Provides:       plasma-nm = %{version}
+Obsoletes:      plasma-nm < %{version}
+%endif
 %if 0%{?mm_support}
-BuildRequires:  libKF5ModemManagerQt-devel
+BuildRequires:  libKF5ModemManagerQt-devel >= 5.9.0
+BuildRequires:  pkgconfig(ModemManager) >= 1.0.0
 %endif
 
 %description
@@ -205,11 +215,13 @@
 %{_kf5_plugindir}/*_vpncui.so
 %{_kf5_servicesdir}/plasmanetworkmanagement_vpncui.desktop
 
+%if %suse_version != 1315
 %files openconnect
 %defattr(-,root,root)
 %doc COPYING*
 %{_kf5_plugindir}/*_openconnectui.so
 %{_kf5_servicesdir}/plasmanetworkmanagement_openconnectui.desktop
+%endif
 
 %files openswan
 %defattr(-,root,root)
@@ -235,8 +247,10 @@
 %{_kf5_plugindir}/*_pptpui.so
 %{_kf5_servicesdir}/plasmanetworkmanagement_pptpui.desktop
 
+%if %{with lang}
 %files lang
 %defattr(-,root,root)
 %{_kf5_localedir}/
+%endif
 
 %changelog

++++++ plasma-nm-5.2.2.tar.xz -> plasma-nm-5.3.0.tar.xz ++++++
++++ 62185 lines of diff (skipped)


Reply via email to