Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package firetools for openSUSE:Factory checked in at 2021-02-18 20:41:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/firetools (Old) and /work/SRC/openSUSE:Factory/.firetools.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "firetools" Thu Feb 18 20:41:05 2021 rev:2 rq:873238 version:0.9.62 Changes: -------- --- /work/SRC/openSUSE:Factory/firetools/firetools.changes 2021-02-10 21:30:36.758304038 +0100 +++ /work/SRC/openSUSE:Factory/.firetools.new.28504/firetools.changes 2021-02-18 20:53:03.807476147 +0100 @@ -1,0 +2,5 @@ +Wed Feb 10 23:00:48 UTC 2021 - Jan Engelhardt <[email protected]> + +- Use a few more contemporary macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ firetools.spec ++++++ --- /var/tmp/diff_new_pack.OC9yXN/_old 2021-02-18 20:53:04.307476617 +0100 +++ /var/tmp/diff_new_pack.OC9yXN/_new 2021-02-18 20:53:04.307476617 +0100 @@ -1,7 +1,7 @@ # -# spec file for package firejail +# spec file for package firetools # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -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,16 +20,16 @@ Version: 0.9.62 Release: 0 Summary: GUI for Firajail security sandbox -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Security -Url: https://firejail.wordpress.com/ +URL: https://firejail.wordpress.com/ Source0: https://downloads.sourceforge.net/project/firejail/firetools/firetools-%{version}.tar.xz Source1: https://downloads.sourceforge.net/project/firejail/firetools/firetools-%{version}.tar.xz.asc Patch: firetools-0.9.62-fail_linking.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libqt5-qtbase-devel -BuildRequires: automake -BuildRequires: autoconf Requires: firejail >= 0.9.40 %description @@ -40,10 +40,10 @@ %build %configure --docdir=%{_docdir}/%{name} --with-qmake=`which qmake-qt5` -make %{?_smp_mflags} VERBOSE=1 +%make_build VERBOSE=1 %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install rm %{buildroot}%{_docdir}/%{name}/COPYING %files
