Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package speedcrunch for openSUSE:Factory checked in at 2023-08-30 10:19:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/speedcrunch (Old) and /work/SRC/openSUSE:Factory/.speedcrunch.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "speedcrunch" Wed Aug 30 10:19:48 2023 rev:24 rq:1107773 version:0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/speedcrunch/speedcrunch.changes 2016-12-05 16:34:21.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.speedcrunch.new.1766/speedcrunch.changes 2023-08-30 10:22:27.836389720 +0200 @@ -1,0 +2,5 @@ +Thu Aug 27 16:38:57 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr> + +- Spec cleanup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ speedcrunch.spec ++++++ --- /var/tmp/diff_new_pack.1msxTa/_old 2023-08-30 10:22:28.792423845 +0200 +++ /var/tmp/diff_new_pack.1msxTa/_new 2023-08-30 10:22:28.800424130 +0200 @@ -1,7 +1,7 @@ # # spec file for package speedcrunch # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,15 +20,14 @@ Version: 0.12 Release: 0 Summary: Calculator with history display, keyboard-oriented -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Scientific/Math -Url: http://www.speedcrunch.org/ +URL: https://www.speedcrunch.org/ Source0: https://bitbucket.org/heldercorreia/speedcrunch/get/release-%{version}.0.tar.bz2#/%{name}-%{version}.tar.bz2 BuildRequires: cmake -BuildRequires: pkgconfig(Qt5Core) >= 5.2 -BuildRequires: pkgconfig(Qt5Help) >= 5.2 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: cmake(Qt5Core) >= 5.2 +BuildRequires: cmake(Qt5Help) >= 5.2 +BuildRequires: cmake(Qt5Widgets) >= 5.2 %description A keyboard-oriented desktop scientific calculator which shows results in a @@ -39,29 +38,20 @@ %build %cmake ../src -%make_jobs +%cmake_build %install %cmake_install ../src -# Recent AppStream versions require the appdata.xml files to be in /usr/share/metainfo -%if 0%{?suse_version} > 1320 mkdir -p %{buildroot}%{_datadir}/metainfo mv %{buildroot}%{_datadir}/appdata/speedcrunch.appdata.xml %{buildroot}%{_datadir}/metainfo/ -%endif %files -%defattr(-,root,root,-) -%doc README.md doc/legacy/speedcrunch-manual.odt pkg/COPYING.rtf +%license pkg/COPYING.rtf +%doc README.md doc/legacy/speedcrunch-manual.odt %{_bindir}/speedcrunch -%{_datadir}/pixmaps/speedcrunch.png -%if 0%{?suse_version} > 1320 -%dir %{_datadir}/metainfo -%{_datadir}/metainfo/speedcrunch.appdata.xml -%else -%dir %{_datadir}/appdata -%{_datadir}/appdata/speedcrunch.appdata.xml -%endif %{_datadir}/applications/speedcrunch.desktop +%{_datadir}/metainfo/speedcrunch.appdata.xml +%{_datadir}/pixmaps/speedcrunch.png %changelog