Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfsinfo for openSUSE:Factory checked in at 2022-08-20 20:29:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfsinfo (Old) and /work/SRC/openSUSE:Factory/.xfsinfo.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfsinfo" Sat Aug 20 20:29:13 2022 rev:10 rq:998311 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/xfsinfo/xfsinfo.changes 2019-02-26 22:19:37.742125181 +0100 +++ /work/SRC/openSUSE:Factory/.xfsinfo.new.2083/xfsinfo.changes 2022-08-20 20:29:28.261487124 +0200 @@ -1,0 +2,5 @@ +Thu Aug 11 08:19:34 UTC 2022 - Dirk M??ller <[email protected]> + +- modernize spec-file, move license to licensedir + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfsinfo.spec ++++++ --- /var/tmp/diff_new_pack.8McSl5/_old 2022-08-20 20:29:28.673488267 +0200 +++ /var/tmp/diff_new_pack.8McSl5/_new 2022-08-20 20:29:28.677488278 +0200 @@ -1,7 +1,7 @@ # # spec file for package xfsinfo # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 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/ # @@ -22,17 +22,16 @@ Summary: X font server information utility License: MIT Group: System/X11/Utilities -Url: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 -Source1: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2.sig +URL: https://xorg.freedesktop.org/ +Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Source1: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2.sig Source2: %{name}.keyring -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(libfs) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) >= 7.0.17 # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description xfsinfo is a utility for displaying information about an X font @@ -46,14 +45,14 @@ %build %configure -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root) -%doc ChangeLog COPYING README.md +%license COPYING +%doc ChangeLog README.md %{_bindir}/xfsinfo %{_mandir}/man1/xfsinfo.1%{?ext_man}
