Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma6-print-manager for 
openSUSE:Factory checked in at 2024-06-22 13:22:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma6-print-manager (Old)
 and      /work/SRC/openSUSE:Factory/.plasma6-print-manager.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma6-print-manager"

Sat Jun 22 13:22:32 2024 rev:6 rq:1181146 version:6.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/plasma6-print-manager/plasma6-print-manager.changes  
    2024-05-27 11:49:44.732356288 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma6-print-manager.new.18349/plasma6-print-manager.changes
   2024-06-22 13:22:56.293602483 +0200
@@ -1,0 +2,24 @@
+Thu Jun 13 10:58:48 UTC 2024 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 6.1.0:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.1.0
+- Changes since 6.0.90:
+  * update version for new release
+  * appstream versions
+  * update version for new release
+  * kcm/qml: Fix return value for JS url
+  * kcm/[core/qml]: Fix manual PPD file add/change
+
+-------------------------------------------------------------------
+Sat May 25 11:19:30 UTC 2024 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 6.0.90:
+  * New feature release
+  * For more details see https://kde.org/announcements/plasma/6/6.0.90
+- Too many changes to list here
+- Add patch to fix build with older CUPS, the newer version isn't
+  actually needed yet:
+  * 0001-Revert-Require-CUPS-version-2.4.x.patch
+
+-------------------------------------------------------------------

Old:
----
  print-manager-6.0.5.tar.xz
  print-manager-6.0.5.tar.xz.sig

New:
----
  0001-Revert-Require-CUPS-version-2.4.x.patch
  print-manager-6.1.0.tar.xz
  print-manager-6.1.0.tar.xz.sig

BETA DEBUG BEGIN:
  New:  actually needed yet:
  * 0001-Revert-Require-CUPS-version-2.4.x.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ plasma6-print-manager.spec ++++++
--- /var/tmp/diff_new_pack.eWizr4/_old  2024-06-22 13:22:58.453681467 +0200
+++ /var/tmp/diff_new_pack.eWizr4/_new  2024-06-22 13:22:58.457681612 +0200
@@ -17,7 +17,7 @@
 #
 
 
-%define kf6_version 6.0.0
+%define kf6_version 6.2.0
 %define qt6_version 6.6.0
 
 %define rname print-manager
@@ -27,18 +27,21 @@
 %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without released
 Name:           plasma6-print-manager
-Version:        6.0.5
+Version:        6.1.0
 Release:        0
 Summary:        Tools for managing print jobs and printers
 License:        GPL-2.0-or-later
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
+Source:         %{rname}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
+Source1:        %{rname}-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
-BuildRequires:  cups-devel
+# PATCH-FIX-OPENSUSE
+Patch1:         0001-Revert-Require-CUPS-version-2.4.x.patch
+BuildRequires:  cups-devel >= 1.5
 BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  system-config-printer-dbus-service
 BuildRequires:  cmake(KF6Config) >= %{kf6_version}
 BuildRequires:  cmake(KF6ConfigWidgets) >= %{kf6_version}
 BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
@@ -62,6 +65,7 @@
 BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 Requires:       kf6-kirigami-imports >= %{kf6_version}
 Requires:       kirigami-addons6 >= 0.10
+Requires:       system-config-printer-dbus-service
 Recommends:     samba-client
 Obsoletes:      print-manager5 < %{version}
 Provides:       print-manager5 = %{version}

++++++ 0001-Revert-Require-CUPS-version-2.4.x.patch ++++++
>From bc964a7e9f2fed1c63e5d56d4a9050afbfb556ce Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fab...@ritter-vogt.de>
Date: Sat, 25 May 2024 21:07:15 +0200
Subject: [PATCH] Revert "Require CUPS version 2.4.x"

This reverts commit 5e090189c55f1180d4d2dc3be346ec081b0e14bc.
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e210ad22..63901858 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,7 +64,7 @@ set_package_properties(PackageKitQt6
     PURPOSE "Needed to automatically install the system-config-printer 
package."
 )
 
-find_package(Cups "2.4" REQUIRED)
+find_package(Cups "1.5" REQUIRED)
 
 find_package(CupsSmb)
 set_package_properties(CupsSmb PROPERTIES
-- 
2.44.0



++++++ print-manager-6.0.5.tar.xz -> print-manager-6.1.0.tar.xz ++++++
++++ 79987 lines of diff (skipped)

Reply via email to