Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package keysmith for openSUSE:Factory 
checked in at 2024-03-11 15:30:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keysmith (Old)
 and      /work/SRC/openSUSE:Factory/.keysmith.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keysmith"

Mon Mar 11 15:30:29 2024 rev:10 rq:1150924 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/keysmith/keysmith.changes        2023-12-09 
22:54:44.478893124 +0100
+++ /work/SRC/openSUSE:Factory/.keysmith.new.1770/keysmith.changes      
2024-03-11 15:35:10.913178362 +0100
@@ -1,0 +2,14 @@
+Fri Feb 23 13:59:12 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.02.0
+  * New feature release
+- Changes since 24.01.95:
+  * Fix section header (kde#480085)
+
+-------------------------------------------------------------------
+Fri Feb  9 16:08:19 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

Old:
----
  keysmith-23.08.4.tar.xz
  keysmith-23.08.4.tar.xz.sig

New:
----
  keysmith-24.02.0.tar.xz
  keysmith-24.02.0.tar.xz.sig

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

Other differences:
------------------
++++++ keysmith.spec ++++++
--- /var/tmp/diff_new_pack.ilybLS/_old  2024-03-11 15:35:17.493420415 +0100
+++ /var/tmp/diff_new_pack.ilybLS/_new  2024-03-11 15:35:17.493420415 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package keysmith
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,37 +16,40 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without  released
 Name:           keysmith
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        OTP client
 License:        GPL-3.0-or-later
 URL:            https://apps.kde.org/keysmith
-Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+Source:         %{name}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
-BuildRequires:  AppStream
-BuildRequires:  extra-cmake-modules
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  fdupes
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  libsodium-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5Kirigami2)
-BuildRequires:  cmake(KF5WindowSystem)
-BuildRequires:  cmake(Qt5Concurrent)
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5Gui)
-BuildRequires:  cmake(Qt5Quick)
-BuildRequires:  cmake(Qt5QuickControls2)
-BuildRequires:  cmake(Qt5Svg)
-Requires:       kirigami2
+BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF6DBusAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6Kirigami) >= %{kf6_version}
+BuildRequires:  cmake(KF6WindowSystem) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Concurrent) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Core5Compat) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Gui) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Quick) >= %{qt6_version}
+BuildRequires:  cmake(Qt6QuickControls2) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Svg) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
+BuildRequires:  pkgconfig(libsodium)
+Requires:       kf6-kirigami-imports >= %{kf6_version}
 # keysmith's build system doesn't look for it, but it's required at runtime
-Requires:       kirigami-addons
+Requires:       kirigami-addons6
 
 %description
 OTP client for Plasma Mobile and Desktop
@@ -57,22 +60,22 @@
 %autosetup -p1
 
 %build
+%cmake_kf6
 
-%cmake_kf5 -d build
-%cmake_build
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
 %find_lang %{name} --all-name
 
 %files
 %doc README.md
 %license LICENSES/*
-%{_kf5_applicationsdir}/org.kde.keysmith.desktop
-%{_kf5_appstreamdir}/org.kde.keysmith.appdata.xml
-%{_kf5_bindir}/keysmith
-%{_kf5_iconsdir}/hicolor/*/*/*.svg
+%{_kf6_applicationsdir}/org.kde.keysmith.desktop
+%{_kf6_appstreamdir}/org.kde.keysmith.appdata.xml
+%{_kf6_bindir}/keysmith
+%{_kf6_iconsdir}/hicolor/scalable/apps/keysmith.svg
 
 %files lang -f %{name}.lang
 

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.ilybLS/_old and 
/var/tmp/diff_new_pack.ilybLS/_new differ

++++++ keysmith-23.08.4.tar.xz -> keysmith-24.02.0.tar.xz ++++++
++++ 18533 lines of diff (skipped)

Reply via email to