Hello community, here is the log from the commit of package QtDMM for openSUSE:Factory checked in at 2019-07-21 11:35:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/QtDMM (Old) and /work/SRC/openSUSE:Factory/.QtDMM.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "QtDMM" Sun Jul 21 11:35:35 2019 rev:20 rq:717251 version:0.9.8 Changes: -------- --- /work/SRC/openSUSE:Factory/QtDMM/QtDMM.changes 2018-02-16 21:44:21.579764221 +0100 +++ /work/SRC/openSUSE:Factory/.QtDMM.new.4126/QtDMM.changes 2019-07-21 11:35:35.448762964 +0200 @@ -1,0 +2,5 @@ +Wed Jul 17 08:07:43 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Fix the lrelease executable name. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ QtDMM.spec ++++++ --- /var/tmp/diff_new_pack.Oz1Wfj/_old 2019-07-21 11:35:35.832762886 +0200 +++ /var/tmp/diff_new_pack.Oz1Wfj/_new 2019-07-21 11:35:35.832762886 +0200 @@ -1,7 +1,7 @@ # # spec file for package QtDMM # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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,7 +20,7 @@ Version: 0.9.8 Release: 0 Summary: DMM Readout Software Including a Configurable Recorder -License: GPL-3.0 +License: GPL-3.0-only Group: System/GUI/Other URL: https://github.com/tuxmaster/QtDMM Source: https://github.com/tuxmaster/QtDMM/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -50,6 +50,8 @@ %prep %setup -q %patch0 -p1 +# called lrelease in openSUSE +sed -i 's/lrelease-qt5/lrelease/' src/src.pro %build %qmake5 @@ -64,9 +66,10 @@ %suse_update_desktop_file -G "DMM Readout Software" -r %{name} "Education;Engineering" %files -%doc CHANGELOG LICENSE README +%license LICENSE +%doc CHANGELOG README %{_bindir}/qtdmm -%{_mandir}/man1/qtdmm.1%{ext_man} +%{_mandir}/man1/qtdmm.1%{?ext_man} %{_datadir}/pixmaps/qtdmm.png %{_datadir}/applications/QtDMM.desktop
