Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qloud for openSUSE:Factory checked in at 2021-05-05 20:39:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qloud (Old) and /work/SRC/openSUSE:Factory/.qloud.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qloud" Wed May 5 20:39:59 2021 rev:2 rq:890507 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/qloud/qloud.changes 2019-12-14 12:23:26.767198715 +0100 +++ /work/SRC/openSUSE:Factory/.qloud.new.2988/qloud.changes 2021-05-05 20:40:02.950903837 +0200 @@ -1,0 +2,15 @@ +Fri Apr 30 00:13:14 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 1.4 + * Use QT5 + * Use QtCharts plotting. + * Translation has been enabled + * French translation has been done + * Exporting data to Gnuplot and Printing features have been added. + * Added .desktop file and icon +- Drop qloud-Qt5.patch, merged upstream +- Upstream changed from http://gaydenko.com/qloud/ to + https://github.com/molke-productions/qloud + See old upstream. + +------------------------------------------------------------------- Old: ---- qloud-1.2.tar.bz2 qloud-Qt5.patch New: ---- qloud-1.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qloud.spec ++++++ --- /var/tmp/diff_new_pack.mRDw54/_old 2021-05-05 20:40:03.498901485 +0200 +++ /var/tmp/diff_new_pack.mRDw54/_new 2021-05-05 20:40:03.498901485 +0200 @@ -1,7 +1,7 @@ # # spec file for package qloud # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,16 @@ Name: qloud -Version: 1.2 +Version: 1.4 Release: 0 Summary: Tool to measure License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Utilities -URL: http://gaydenko.com/qloud/ -Source0: http://gaydenko.com/qloud/download/%{name}-%{version}.tar.bz2 -# PATCh-FIX-UPSTREAM qloud-Qt5.patch [email protected] -- adapted from this fork: https://github.com/molke-productions/qloud -Patch0: qloud-Qt5.patch +URL: https://github.com/molke-productions/qloud +Source0: %{URL}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: libqt5-linguist BuildRequires: pkgconfig +BuildRequires: pkgconfig(Qt5Charts) BuildRequires: pkgconfig(Qt5Qwt6) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Xml) @@ -46,15 +46,17 @@ %autosetup -p1 %build -%qmake5 +%qmake5 PREFIX=%{_prefix} %make_build %install %qmake5_install %files -%license COPYING -%doc README +%license LICENSE +%doc README.md %{_bindir}/%{name} +%{_datadir}/pixmaps/qloud.xpm +%{_datadir}/applications/qloud.desktop %changelog
