Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kongress"

Mon Mar 11 15:30:56 2024 rev:10 rq:1150988 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kongress/kongress.changes        2023-12-09 
22:55:38.856888664 +0100
+++ /work/SRC/openSUSE:Factory/.kongress.new.1770/kongress.changes      
2024-03-11 15:36:08.223287393 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 13:59:55 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.02.0
+  * New feature release
+- No code change since 24.01.95
+
+-------------------------------------------------------------------
+Fri Feb  9 16:09:01 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kongress.spec ++++++
--- /var/tmp/diff_new_pack.mdigtw/_old  2024-03-11 15:36:08.699304923 +0100
+++ /var/tmp/diff_new_pack.mdigtw/_new  2024-03-11 15:36:08.699304923 +0100
@@ -1,6 +1,6 @@
 # spec file for kongress
 #
-# 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
@@ -15,41 +15,38 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without  released
 Name:           kongress
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 License:        GPL-3.0-or-later
 Summary:        Companion application for conferences
 Url:            https://apps.kde.org/kongress/
-Source0:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+Source0:        %{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:  extra-cmake-modules
-%if 0%{?suse_version} == 1500
-BuildRequires:  gcc10-c++
-BuildRequires:  gcc10-PIE
-%endif
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  cmake(KF5CalendarCore)
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5Kirigami2)
-BuildRequires:  cmake(KF5Notifications)
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5DBus)
-BuildRequires:  cmake(Qt5Gui)
-BuildRequires:  cmake(Qt5Network)
-BuildRequires:  cmake(Qt5Qml)
-BuildRequires:  cmake(Qt5Quick)
-BuildRequires:  cmake(Qt5QuickControls2)
-BuildRequires:  cmake(Qt5Svg)
-BuildRequires:  cmake(Qt5Widgets)
-Requires:       kirigami2
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  cmake(KF6CalendarCore) >= %{kf6_version}
+BuildRequires:  cmake(KF6Config) >= %{kf6_version}
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6DBusAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6Kirigami) >= %{kf6_version}
+BuildRequires:  cmake(KF6Notifications) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Gui) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Network) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Qml) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Quick) >= %{qt6_version}
+BuildRequires:  cmake(Qt6QuickControls2) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Svg) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
+Requires:       kf6-kirigami-imports >= %{kf6_version}
 
 %description
 Kongress provides practical information about conferences.
@@ -67,29 +64,25 @@
 %autosetup -p1
 
 %build
-%if 0%{?suse_version} == 1500
-  export CXX=g++-10
-%endif
-
-%cmake_kf5 -d build
+%cmake_kf6
 
-%cmake_build
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
 %find_lang %{name} --all-name
 
 %files
 %license LICENSES/*
 %doc README.md
-%{_kf5_applicationsdir}/org.kde.kongress.desktop
-%{_kf5_appstreamdir}/org.kde.kongress.appdata.xml
-%{_kf5_bindir}/kongress
-%{_kf5_bindir}/kongressac
-%{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.kongress.svg
-%{_kf5_notifydir}/kongressac.notifyrc
-%{_kf5_sharedir}/dbus-1/services/org.kde.kongressac.service
+%{_kf6_applicationsdir}/org.kde.kongress.desktop
+%{_kf6_appstreamdir}/org.kde.kongress.appdata.xml
+%{_kf6_bindir}/kongress
+%{_kf6_bindir}/kongressac
+%{_kf6_iconsdir}/hicolor/scalable/apps/org.kde.kongress.svg
+%{_kf6_notificationsdir}/kongressac.notifyrc
+%{_kf6_sharedir}/dbus-1/services/org.kde.kongressac.service
 
 %files lang -f %{name}.lang
 

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

++++++ kongress-23.08.4.tar.xz -> kongress-24.02.0.tar.xz ++++++
++++ 5920 lines of diff (skipped)

Reply via email to