Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-pk-updates for 
openSUSE:Factory checked in at 2022-02-09 20:38:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-pk-updates (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-pk-updates.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-pk-updates"

Wed Feb  9 20:38:20 2022 rev:26 rq:951779 version:0.3.2+git67

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-pk-updates/plasma5-pk-updates.changes    
2021-12-13 20:45:35.516493866 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-pk-updates.new.1898/plasma5-pk-updates.changes
  2022-02-09 20:38:35.254288071 +0100
@@ -1,0 +2,51 @@
+Sat Feb 05 16:13:52 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Use git master directly
+- Use a complete plasma5-pk-updates-lang.tar.xz
+- Update to version 0.3.2+git67:
+  * Port config dialog to QtQuick Controls 2
+  * Lower required QtQuick.Layouts version to 1.12
+  * Fix expansion handling of PackageDelegate items
+  * Consistent spacing in PackageDelegate
+  * Port completely to PC3 by using PlasmaExtras.ListItem
+  * Don't show "no updates" message when checking failed
+  * Refactor tracking of overall package selection state
+  * Fix state of "Select all packages" checkbox
+  * Port to Layouts and PlaceholderMessage as well to fix layout issues
+  * [applet] Port mostly to PlasmaComponents3
+  * Also treat ErrorNotAuthorized as temporary
+  * Limit to one automatic check each 10 minutes
+  * Don't refresh the cache forcibly
+  * Accumulate restart requests to show the notification at transaction end
+    (boo#1103679, boo#1174239)
+  * Don't default to showing that the check for updates failed
+  * Don't show an error for a failed automatic refresh
+  * Make action buttons translatable
+  * Add support for license prompts
+  * Port away from KDELibs4Support, use Solid::Power interface
+  * Remove explicit initialization of default constructed members
+  * Fix warning, remove unsigned int < 0 check
+  * Fix minor typos
+  * Make the notifications less obtrusive
+  * Use own eventIds and ComponentName instead of generic plasma workspace ones
+  * Fix usage of 0 for null pointer constants
+  * Replace KIconLoader + pixmaps with standard icon names
+  * Don't force a check for updates when the applet runs
+  * Several fixes related to the network state and applet 
messages/notifications.
+- Drop all patches, now upstream:
+  * desktop.patch
+  * 0001-Hide-updates-and-checkbox-when-system-is-offline.patch
+  * 0002-Add-its-own-messageChanged-NOTIFY-signal-to-message.patch
+  * 0003-Delay-PkUpdates-checkUpdates-calls-if-the-network-is-offline.patch
+  * 0001-Replace-KIconLoader-pixmaps-with-standard-icon-names.patch
+  * 0002-Fix-usage-of-0-for-null-pointer-constants.patch
+  * 0003-Use-own-eventIds-and-ComponentName-instead-of-generi.patch
+  * 0004-Make-the-notifications-less-obtrusive.patch
+  * 0006-Remove-explicit-initialization-of-default-constructe.patch
+  * 0007-Port-away-from-KDELibs4Support-use-Solid-Power-inter.patch
+  * 0001-Add-support-for-license-prompts.patch
+  * 0001-Don-t-show-an-error-for-a-failed-automatic-refresh.patch
+  * 0001-Limit-to-one-automatic-check-each-10-minutes.patch
+  * 0001-Also-treat-ErrorNotAuthorized-as-temporary.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Add-support-for-license-prompts.patch
  0001-Also-treat-ErrorNotAuthorized-as-temporary.patch
  0001-Don-t-show-an-error-for-a-failed-automatic-refresh.patch
  0001-Hide-updates-and-checkbox-when-system-is-offline.patch
  0001-Limit-to-one-automatic-check-each-10-minutes.patch
  0001-Replace-KIconLoader-pixmaps-with-standard-icon-names.patch
  0002-Add-its-own-messageChanged-NOTIFY-signal-to-message.patch
  0002-Fix-usage-of-0-for-null-pointer-constants.patch
  0003-Delay-PkUpdates-checkUpdates-calls-if-the-network-is-offline.patch
  0003-Use-own-eventIds-and-ComponentName-instead-of-generi.patch
  0004-Make-the-notifications-less-obtrusive.patch
  0006-Remove-explicit-initialization-of-default-constructe.patch
  0007-Port-away-from-KDELibs4Support-use-Solid-Power-inter.patch
  desktop.patch
  plasma-pk-updates-0.3.2.tar.xz

New:
----
  _service
  _servicedata
  plasma-pk-updates-0.3.2+git67.obscpio
  plasma-pk-updates.obsinfo

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

Other differences:
------------------
++++++ plasma5-pk-updates.spec ++++++
--- /var/tmp/diff_new_pack.Xe6Y3m/_old  2022-02-09 20:38:36.922292060 +0100
+++ /var/tmp/diff_new_pack.Xe6Y3m/_new  2022-02-09 20:38:36.930292080 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma5-pk-updates
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -17,34 +17,15 @@
 
 
 Name:           plasma5-pk-updates
-Version:        0.3.2
+Version:        0.3.2+git67
 Release:        0
 Summary:        Software Update Manager for Plasma
 License:        GPL-3.0-or-later
 Group:          System/Packages
 URL:            https://www.kde.org/
-Source:         
https://download.kde.org/stable/plasma-pk-updates/%{version}/plasma-pk-updates-%{version}.tar.xz
+Source:         plasma-pk-updates-%{version}.tar.xz
 # Updated translations
 Source1:        plasma5-pk-updates-lang.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch0:         desktop.patch
-# PATCH-FIX-UPSTREAM boo#1103678
-Patch1:         0001-Hide-updates-and-checkbox-when-system-is-offline.patch
-Patch2:         0002-Add-its-own-messageChanged-NOTIFY-signal-to-message.patch
-Patch3:         
0003-Delay-PkUpdates-checkUpdates-calls-if-the-network-is-offline.patch
-# PATCH-FIX-UPSTREAM
-Patch4:         0001-Replace-KIconLoader-pixmaps-with-standard-icon-names.patch
-Patch5:         0002-Fix-usage-of-0-for-null-pointer-constants.patch
-Patch6:         0003-Use-own-eventIds-and-ComponentName-instead-of-generi.patch
-Patch7:         0004-Make-the-notifications-less-obtrusive.patch
-Patch8:         0006-Remove-explicit-initialization-of-default-constructe.patch
-Patch9:         0007-Port-away-from-KDELibs4Support-use-Solid-Power-inter.patch
-# PATCH-FEATURE-UPSTREAM
-Patch10:        0001-Add-support-for-license-prompts.patch
-Patch11:        0001-Don-t-show-an-error-for-a-failed-automatic-refresh.patch
-# To be sent upstream if confirmed to work as expected
-Patch12:        0001-Limit-to-one-automatic-check-each-10-minutes.patch
-Patch13:        0001-Also-treat-ErrorNotAuthorized-as-temporary.patch
 BuildRequires:  PackageKit-Qt5-devel
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= 1.3.0
@@ -72,6 +53,7 @@
 
 %prep
 %autosetup -p1 -n plasma-pk-updates-%{version} -a 1
+echo -e 'find_package(KF5I18n CONFIG REQUIRED)\nki18n_install(po)' >> 
CMakeLists.txt
 
 %build
   %cmake_kf5 -d build

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="disabled">
   <param name="changesgenerate">enable</param>
   <param name="versionformat">0.3.2+git@TAG_OFFSET@</param>
   <param name="url">https://invent.kde.org/system/plasma-pk-updates.git</param>
   <param name="scm">git</param>
   <param name="parent-tag">v0.3.2</param>
   <param name="changesgenerate">enable</param>
  </service>
  <service name="set_version" mode="disabled"/>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
   <param name="file">*.tar</param>
   <param name="compression">xz</param>
  </service>
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://invent.kde.org/system/plasma-pk-updates.git</param>
              <param 
name="changesrevision">c1bdc0e737b666f5c9ae07e472bf01db613e06d4</param></service></servicedata>
(No newline at EOF)

++++++ plasma-pk-updates.obsinfo ++++++
name: plasma-pk-updates
version: 0.3.2+git67
mtime: 1644077153
commit: c1bdc0e737b666f5c9ae07e472bf01db613e06d4


++++++ plasma5-pk-updates-lang.tar.xz ++++++
++++ 83574 lines of diff (skipped)

Reply via email to