Script 'mail_helper' called by obssrc
Hello community,

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

Package is "step"

Mon Mar 11 15:31:42 2024 rev:160 rq:1151093 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/step/step.changes        2023-12-09 
22:56:57.639779803 +0100
+++ /work/SRC/openSUSE:Factory/.step.new.1770/step.changes      2024-03-11 
15:37:47.866956938 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 14:01:07 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.02.0
+  * New feature release
+- No code change since 24.01.95
+
+-------------------------------------------------------------------
+Fri Feb  9 16:10:15 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ step.spec ++++++
--- /var/tmp/diff_new_pack.34DlXK/_old  2024-03-11 15:37:48.330974026 +0100
+++ /var/tmp/diff_new_pack.34DlXK/_new  2024-03-11 15:37:48.334974173 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package step
 #
-# 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,41 +16,45 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without released
 Name:           step
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        An interactive physics simulator
 License:        GPL-2.0-or-later
 URL:            https://apps.kde.org/step
-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
-BuildRequires:  libqt5-linguist-devel
 %endif
-BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
-BuildRequires:  gsl-devel
-BuildRequires:  libeigen3-devel
-BuildRequires:  libqalculate-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  xz
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5Crash)
-BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5NewStuff)
-BuildRequires:  cmake(KF5Plotting)
-BuildRequires:  cmake(KF5TextWidgets)
-BuildRequires:  cmake(Qt5LinguistTools)
-BuildRequires:  cmake(Qt5OpenGL)
-BuildRequires:  cmake(Qt5Svg)
-BuildRequires:  cmake(Qt5Test)
-BuildRequires:  cmake(Qt5Xml)
-Obsoletes:      %{name}5 < %{version}
-Provides:       %{name}5 = %{version}
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  pkgconfig
+BuildRequires:  shared-mime-info
+BuildRequires:  cmake(KF6Config) >= %{kf6_version}
+BuildRequires:  cmake(KF6Crash) >= %{kf6_version}
+BuildRequires:  cmake(KF6DocTools) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6IconThemes) >= %{kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
+BuildRequires:  cmake(KF6NewStuff) >= %{kf6_version}
+BuildRequires:  cmake(KF6Plotting) >= %{kf6_version}
+BuildRequires:  cmake(KF6TextWidgets) >= %{kf6_version}
+BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
+BuildRequires:  cmake(Qt6LinguistTools) >= %{qt6_version}
+BuildRequires:  cmake(Qt6OpenGLWidgets) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Svg) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Xml) >= %{qt6_version}
+BuildRequires:  pkgconfig(eigen3) >= 3.2.2
+BuildRequires:  pkgconfig(gsl)
+# Disabled with Qt6 builds
+# BuildRequires:  pkgconfig(libqalculate)
+Obsoletes:      step5 < %{version}
+Provides:       step5 = %{version}
 
 %description
 Step is an interactive physical simulator. The user first places some
@@ -68,34 +72,34 @@
 %ifarch ppc ppc64
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
-%cmake_kf5 -d build
-%cmake_build
+%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE
+
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
-%find_lang %{name} --with-man --all-name --with-qt
-%{kf5_find_htmldocs}
+%find_lang %{name} --with-html --all-name --with-qt
 
-%suse_update_desktop_file org.kde.%{name} X-KDE-Edu-Teaching
-%fdupes -s %{buildroot}
+%fdupes %{buildroot}
 
 %files
 %license LICENSES/*
 %doc AUTHORS ChangeLog README
-%doc %lang(en) %{_kf5_htmldir}/en/step/
-%{_kf5_applicationsdir}/org.kde.step.desktop
-%{_kf5_appsdir}/step/
-%{_kf5_appstreamdir}/org.kde.step.appdata.xml
-%{_kf5_bindir}/step
-%{_kf5_configkcfgdir}/step.kcfg
-%{_kf5_iconsdir}/hicolor/*/*/*
-%{_kf5_knsrcfilesdir}/step.knsrc
-%{_kf5_sharedir}/mime/packages/org.kde.step.xml
+%doc %lang(en) %{_kf6_htmldir}/en/step/
+%{_kf6_applicationsdir}/org.kde.step.desktop
+%{_kf6_appstreamdir}/org.kde.step.appdata.xml
+%{_kf6_bindir}/step
+%{_kf6_configkcfgdir}/step.kcfg
+%{_kf6_iconsdir}/hicolor/*/*/*
+%{_kf6_knsrcfilesdir}/step.knsrc
+%{_kf6_sharedir}/mime/packages/org.kde.step.xml
+%{_kf6_sharedir}/step/
 
 %files lang -f %{name}.lang
+%exclude %{_kf6_htmldir}/en/step/
 # Not detected by find-lang.sh
-%dir %{_kf5_sharedir}/locale/nn/LC_SCRIPTS/
-%dir %{_kf5_sharedir}/locale/nn/LC_SCRIPTS/step
-%lang(nn) %{_kf5_sharedir}/locale/nn/LC_SCRIPTS/step/step.js
+%dir %{_kf6_sharedir}/locale/nn/LC_SCRIPTS/
+%dir %{_kf6_sharedir}/locale/nn/LC_SCRIPTS/step
+%lang(nn) %{_kf6_sharedir}/locale/nn/LC_SCRIPTS/step/step.js
 

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

++++++ step-23.08.4.tar.xz -> step-24.02.0.tar.xz ++++++
++++ 33954 lines of diff (skipped)

Reply via email to