Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libksysguard5 for openSUSE:Factory 
checked in at 2022-10-11 18:01:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libksysguard5 (Old)
 and      /work/SRC/openSUSE:Factory/.libksysguard5.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libksysguard5"

Tue Oct 11 18:01:06 2022 rev:149 rq:1009116 version:5.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes      
2022-09-08 14:21:04.070295677 +0200
+++ /work/SRC/openSUSE:Factory/.libksysguard5.new.2275/libksysguard5.changes    
2022-10-11 18:03:27.521881982 +0200
@@ -1,0 +2,37 @@
+Thu Oct  6 14:48:43 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.26.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.0
+- Changes since 5.25.90:
+  * Install po folder
+
+-------------------------------------------------------------------
+Thu Sep 15 20:47:00 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.25.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.25.90
+- Changes since 5.25.5:
+  * Make AggregateSensor::SensorIterator satisfy LegacyInputIterator
+  * Add FreeBSD Qt6 CI support
+  * Add missing license files
+  * Remove no longer needed ifdefs
+  * KMessageBox::sorry is deprecated in kf5.97
+  * Actually use ${KF5_MIN_VERSION} when searching for KF5 build dependencies
+  * Add support for an iterator based aggregate function in AggregateSensor
+  * Remove extra ';'
+  * Faces: Add a property to disable editing of labels in Choices
+  * Faces: Add a method to the controller to replace sensors
+  * Keep track of and expose sensors that fail to resolve
+  * Move "Choices" into the Faces QML plugin
+  * Refactor SensorTreeItem::{indexOf,itemAt}
+  * Use std::unique_ptr for storing SensorTreeItem
+  * Sensors: Port SensorTreeModel to std::map so we can use a custom compare 
(kde#440310)
+  * Use cmakedefine01
+  * Remove some unused preprocessor variables
+  * Add missing QPointer include
+
+-------------------------------------------------------------------

Old:
----
  libksysguard-5.25.5.tar.xz
  libksysguard-5.25.5.tar.xz.sig

New:
----
  libksysguard-5.26.0.tar.xz
  libksysguard-5.26.0.tar.xz.sig

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

Other differences:
------------------
++++++ libksysguard5.spec ++++++
--- /var/tmp/diff_new_pack.XZOMdH/_old  2022-10-11 18:03:29.149884614 +0200
+++ /var/tmp/diff_new_pack.XZOMdH/_new  2022-10-11 18:03:29.157884627 +0200
@@ -19,7 +19,7 @@
 %bcond_without released
 %global systemstatssover 1
 Name:           libksysguard5
-Version:        5.25.5
+Version:        5.26.0
 Release:        0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -29,17 +29,18 @@
 License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
 URL:            http://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz
+Source:         libksysguard-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz.sig
+Source1:        libksysguard-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 Source3:        %{name}-rpmlintrc
-BuildRequires:  extra-cmake-modules >= 1.2.0
+BuildRequires:  extra-cmake-modules >= 5.98.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz
 %if 0%{?suse_version} <= 1500
 # It does not build with the default compiler (GCC 7) on Leap 15.x
+BuildRequires:  gcc10-PIE
 BuildRequires:  gcc10-c++
 %endif
 BuildRequires:  cmake(KF5Auth)
@@ -148,14 +149,8 @@
 %build
 %if 0%{?suse_version} <= 1500
     export CC=gcc-10 CXX=g++-10
-  # gcc-PIE only sets the default for gcc-7, get cmake to do it for us 
(boo#1195628)
-  # Set CMAKE_CXX_LINK_PIE_SUPPORTED to work without "check_pie_supported()"...
-  %{cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} \
-      -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_CXX_LINK_PIE_SUPPORTED=ON}
-%else
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
 %endif
-
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %cmake_build
 
 %install
@@ -235,21 +230,10 @@
 %files imports
 %license LICENSES/*
 %dir %{_kf5_qmldir}/org/kde/ksysguard
-%dir %{_kf5_qmldir}/org/kde/ksysguard/faces
-%dir %{_kf5_qmldir}/org/kde/ksysguard/formatter
-%dir %{_kf5_qmldir}/org/kde/ksysguard/process
-%dir %{_kf5_qmldir}/org/kde/ksysguard/sensors
-%{_kf5_qmldir}/org/kde/ksysguard/faces/ExtendedLegend.qml
-%{_kf5_qmldir}/org/kde/ksysguard/faces/SensorRangeSpinBox.qml
-%{_kf5_qmldir}/org/kde/ksysguard/faces/SensorFace.qml
-%{_kf5_qmldir}/org/kde/ksysguard/faces/libFacesPlugin.so
-%{_kf5_qmldir}/org/kde/ksysguard/faces/qmldir
-%{_kf5_qmldir}/org/kde/ksysguard/formatter/libFormatterPlugin.so
-%{_kf5_qmldir}/org/kde/ksysguard/formatter/qmldir
-%{_kf5_qmldir}/org/kde/ksysguard/process/libProcessPlugin.so
-%{_kf5_qmldir}/org/kde/ksysguard/process/qmldir
-%{_kf5_qmldir}/org/kde/ksysguard/sensors/libSensorsPlugin.so
-%{_kf5_qmldir}/org/kde/ksysguard/sensors/qmldir
+%{_kf5_qmldir}/org/kde/ksysguard/faces
+%{_kf5_qmldir}/org/kde/ksysguard/formatter
+%{_kf5_qmldir}/org/kde/ksysguard/process
+%{_kf5_qmldir}/org/kde/ksysguard/sensors
 
 %files devel
 %license LICENSES/*

++++++ libksysguard-5.25.5.tar.xz -> libksysguard-5.26.0.tar.xz ++++++
++++ 44005 lines of diff (skipped)

Reply via email to