Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2018-06-13 15:32:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old)
 and      /work/SRC/openSUSE:Factory/.systemsettings5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemsettings5"

Wed Jun 13 15:32:37 2018 rev:66 rq:615766 version:5.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2018-05-08 13:36:01.388404643 +0200
+++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes     
2018-06-13 15:32:39.591423818 +0200
@@ -1,0 +2,44 @@
+Thu Jun  7 20:03:52 CEST 2018 - [email protected]
+
+- Update to 5.13.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.0.php
+- Changes since 5.12.90:
+  * None
+
+-------------------------------------------------------------------
+Sat May 19 14:16:38 CEST 2018 - [email protected]
+
+- Update to 5.12.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.90.php
+- Changes since 5.12.5:
+  * WArning--
+  * Fix sidebar view regression of not prompting about unsaved changes 
(kde#392160)
+  * Enlarge default window size. Use (adjusted) calculation in `SizeHint` to 
determine minimum window width. (kde#389617)
+  * Fix build with Qt 5.11 (missing QStyle)
+  * QML applets need to manage padding by themselves
+  * Add QtQuickSettings
+  * Add hidden system setting group
+  * Update systemsettings docbook to 5.12
+  * Use platform detection in SystemSettings
+  * Make the item heights rounded to avoid font rendering issues
+  * Add explicit includes to fix build with Qt 5.11
+  * Use nullptr
+  * Use override
+  * Port from deprecated KRun::run() to KRun::runService()
+  * Remove module prefix from Qt includes
+  * Use non-deprecated KDEInstallDirs variables
+  * Remove '(' and ')'
+  * Use nullptr
+  * Increase version
+  * Use debug categories
+  * Make it compiles with strict definition
+  * Use nullptr
+- Refresh install_administration_category.diff
+- Remove patches, now upstream:
+  * 0001-Use-platform-detection-in-SystemSettings.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Use-platform-detection-in-SystemSettings.patch
  systemsettings-5.12.5.tar.xz

New:
----
  systemsettings-5.13.0.tar.xz

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

Other differences:
------------------
++++++ systemsettings5.spec ++++++
--- /var/tmp/diff_new_pack.GMhoyd/_old  2018-06-13 15:32:40.231400258 +0200
+++ /var/tmp/diff_new_pack.GMhoyd/_new  2018-06-13 15:32:40.235400110 +0200
@@ -18,19 +18,17 @@
 
 %bcond_without lang
 Name:           systemsettings5
-Version:        5.12.5
+Version:        5.13.0
 Release:        0
 Summary:        KDE's control center
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org/
-Source:         
http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz
+Source:         systemsettings-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System 
Administration category, needed at least for YaST KCM
 Patch0:         install_administration_category.diff
 # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to 
Configure Desktop, in order to cause less confusion for KDE4 users
 Patch1:         systemsettings-desktop.diff
-# PATCH-FIX-UPSTREAM
-Patch2:         0001-Use-platform-detection-in-SystemSettings.patch
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  kirigami2-devel
@@ -57,10 +55,7 @@
 BuildRequires:  cmake(Qt5QuickWidgets) >= 5.4.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 Requires:       kirigami2 >= 2.1
-%if %{with lang}
 Recommends:     %{name}-lang
-%endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Provides KDE's control center modules.
@@ -96,8 +91,7 @@
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_bindir}/systemsettings5
 %{_kf5_libdir}/libsystemsettingsview.so.*
 %{_kf5_plugindir}/
@@ -112,9 +106,9 @@
 %dir %{_kf5_sharedir}/kpackage
 %dir %{_kf5_sharedir}/kpackage/genericqml
 %{_kf5_sharedir}/kpackage/genericqml/org.kde.systemsettings.sidebar
+%{_kf5_debugdir}/*.categories
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libsystemsettingsview.so
 %{_includedir}/*
 

++++++ install_administration_category.diff ++++++
--- /var/tmp/diff_new_pack.GMhoyd/_old  2018-06-13 15:32:40.275398638 +0200
+++ /var/tmp/diff_new_pack.GMhoyd/_new  2018-06-13 15:32:40.275398638 +0200
@@ -1,13 +1,13 @@
-diff --git a/categories/CMakeLists.txt b/categories/CMakeLists.txt
-index 9bc8307..32e5c7c 100644
---- a/categories/CMakeLists.txt
-+++ b/categories/CMakeLists.txt
-@@ -33,6 +33,8 @@ install( FILES
+Index: 
systemsettings-5.12.80git.20180208T023536~71c020d/categories/CMakeLists.txt
+===================================================================
+--- 
systemsettings-5.12.80git.20180208T023536~71c020d.orig/categories/CMakeLists.txt
++++ systemsettings-5.12.80git.20180208T023536~71c020d/categories/CMakeLists.txt
+@@ -34,6 +34,8 @@ install( FILES
      settings-hardware-peripherals.desktop
      settings-hardware-powermanagement.desktop
      settings-hardware-removable-storage.desktop
 +    
 +    old/settings-system-administration.desktop
  
-     DESTINATION  ${SERVICES_INSTALL_DIR} )
+     DESTINATION  ${KDE_INSTALL_KSERVICES5DIR} )
  

++++++ systemsettings-5.12.5.tar.xz -> systemsettings-5.13.0.tar.xz ++++++
++++ 17764 lines of diff (skipped)


Reply via email to