Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package iceauth for openSUSE:Factory checked in at 2021-03-19 16:39:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iceauth (Old) and /work/SRC/openSUSE:Factory/.iceauth.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iceauth" Fri Mar 19 16:39:58 2021 rev:9 rq:879515 version:1.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/iceauth/iceauth.changes 2018-03-08 10:53:56.277029753 +0100 +++ /work/SRC/openSUSE:Factory/.iceauth.new.2401/iceauth.changes 2021-03-19 16:40:02.509861822 +0100 @@ -1,0 +2,5 @@ +Tue Mar 16 21:43:24 UTC 2021 - Dirk M??ller <[email protected]> + +- modernize spec file (move license to licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iceauth.spec ++++++ --- /var/tmp/diff_new_pack.URlY4h/_old 2021-03-19 16:40:03.017862508 +0100 +++ /var/tmp/diff_new_pack.URlY4h/_new 2021-03-19 16:40:03.021862513 +0100 @@ -1,7 +1,7 @@ # # spec file for package iceauth # -# Copyright (c) 2018 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/ # @@ -22,15 +22,14 @@ Summary: Utility to edit and display the ICE authorization information License: MIT Group: System/X11/Utilities -Url: http://xorg.freedesktop.org/ +URL: https://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) >= 7.0.22 # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The iceauth program is used to edit and display the authorization @@ -42,14 +41,14 @@ %build %configure -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root) -%doc ChangeLog COPYING README +%license COPYING +%doc ChangeLog README %{_bindir}/iceauth %{_mandir}/man1/iceauth.1%{?ext_man}
