Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kactivitymanagerd for 
openSUSE:Factory checked in at 2023-02-13 16:39:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kactivitymanagerd (Old)
 and      /work/SRC/openSUSE:Factory/.kactivitymanagerd.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kactivitymanagerd"

Mon Feb 13 16:39:36 2023 rev:129 rq:1064504 version:5.27.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kactivitymanagerd/kactivitymanagerd.changes      
2023-01-06 17:03:51.987612169 +0100
+++ 
/work/SRC/openSUSE:Factory/.kactivitymanagerd.new.1848/kactivitymanagerd.changes
    2023-02-13 16:41:40.399641975 +0100
@@ -1,0 +2,22 @@
+Thu Feb  9 14:19:37 UTC 2023 - Fabian Vogt <[email protected]>
+
+- Update to 5.27.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.27.0
+- No code changes since 5.26.90
+
+-------------------------------------------------------------------
+Thu Jan 19 14:42:33 UTC 2023 - Fabian Vogt <[email protected]>
+
+- Update to 5.26.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.90
+- Changes since 5.26.5:
+  * Not use forward and includes
+  * Use ecm_set_disabled_deprecation_versions
+  * Port away from deprecated KWindowSystem API
+  * Remove unused includes
+
+-------------------------------------------------------------------

Old:
----
  kactivitymanagerd-5.26.5.tar.xz
  kactivitymanagerd-5.26.5.tar.xz.sig

New:
----
  kactivitymanagerd-5.27.0.tar.xz
  kactivitymanagerd-5.27.0.tar.xz.sig

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

Other differences:
------------------
++++++ kactivitymanagerd.spec ++++++
--- /var/tmp/diff_new_pack.Ed90Le/_old  2023-02-13 16:41:40.827644497 +0100
+++ /var/tmp/diff_new_pack.Ed90Le/_new  2023-02-13 16:41:40.831644520 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kactivitymanagerd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,48 +12,45 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %global kf5_version 5.98.0
 %global qt5_version 5.15.0
 
 %bcond_without released
 Name:           kactivitymanagerd
-Version:        5.26.5
+Version:        5.27.0
 Release:        0
 Summary:        KDE Plasma Activities support
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
-Url:            http://projects.kde.org/kactivitymanagerd
-Source:         
https://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz
+URL:            https://projects.kde.org/kactivitymanagerd
+Source:         kactivitymanagerd-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz.sig
+Source1:        kactivitymanagerd-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel >= 1.49.0
-%endif
 BuildRequires:  cmake >= 3.16
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
-BuildRequires:  cmake(KF5KCMUtils) >= %{kf5_version}
+BuildRequires:  kf5-filesystem
+BuildRequires:  libboost_headers-devel
+BuildRequires:  systemd-rpm-macros
+BuildRequires:  xz
 BuildRequires:  cmake(KF5Config) >= %{kf5_version}
 BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}
+BuildRequires:  cmake(KF5Crash) >= %{kf5_version}
 BuildRequires:  cmake(KF5DBusAddons) >= %{kf5_version}
 BuildRequires:  cmake(KF5Declarative) >= %{kf5_version}
-BuildRequires:  cmake(KF5Crash) >= %{kf5_version}
-BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5GlobalAccel) >= %{kf5_version}
 BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
+BuildRequires:  cmake(KF5KCMUtils) >= %{kf5_version}
 BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
 BuildRequires:  cmake(KF5Service) >= %{kf5_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{kf5_version}
 BuildRequires:  cmake(KF5XmlGui) >= %{kf5_version}
-BuildRequires:  systemd-rpm-macros
-BuildRequires:  xz
 BuildRequires:  cmake(Qt5Core) >= %{qt5_version}
 BuildRequires:  cmake(Qt5DBus) >= %{qt5_version}
 BuildRequires:  cmake(Qt5Gui) >= %{qt5_version}
@@ -62,7 +59,6 @@
 BuildRequires:  cmake(Qt5Sql) >= %{qt5_version}
 BuildRequires:  cmake(Qt5Test) >= %{qt5_version}
 BuildRequires:  cmake(Qt5Widgets) >= %{qt5_version}
-Recommends:     %{name}-lang
 # for kactivitymanagerd_plugin_sqlite.so
 Requires:       libQt5Sql5-sqlite
 Provides:       kactivities4 = %{version}
@@ -87,16 +83,15 @@
 %setup -q -n kactivitymanagerd-%{version}
 
 %build
-  %cmake_kf5 -d build
-  %cmake_build
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %fdupes %{buildroot}
+%kf5_makeinstall -C build
+
+%fdupes %{buildroot}
 
-%if %{with released}
 %find_lang kactivities5
-%endif
 
 %post 
 /sbin/ldconfig
@@ -109,9 +104,7 @@
 /sbin/ldconfig
 %{systemd_user_postun plasma-kactivitymanagerd.service}
 
-%if %{with released}
 %files -n %name-lang -f kactivities5.lang
-%endif
 
 %files
 %license LICENSES/*

++++++ kactivitymanagerd-5.26.5.tar.xz -> kactivitymanagerd-5.27.0.tar.xz ++++++
++++ 6669 lines of diff (skipped)

Reply via email to