Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xbiff for openSUSE:Factory checked in at 2021-12-06 23:59:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xbiff (Old) and /work/SRC/openSUSE:Factory/.xbiff.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xbiff" Mon Dec 6 23:59:12 2021 rev:7 rq:935486 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/xbiff/xbiff.changes 2019-07-17 14:22:55.540155921 +0200 +++ /work/SRC/openSUSE:Factory/.xbiff.new.31177/xbiff.changes 2021-12-06 23:59:32.924529064 +0100 @@ -1,0 +2,5 @@ +Fri Dec 3 14:07:41 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- modernize spec file (move license to licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xbiff.spec ++++++ --- /var/tmp/diff_new_pack.blEoNz/_old 2021-12-06 23:59:34.104524891 +0100 +++ /var/tmp/diff_new_pack.blEoNz/_new 2021-12-06 23:59:34.108524877 +0100 @@ -1,7 +1,7 @@ # # spec file for package xbiff # -# Copyright (c) 2019 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 @@ -22,9 +22,9 @@ Summary: Utility to monitor a mailbox License: MIT Group: System/X11/Utilities -Url: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 -BuildRequires: pkg-config +URL: https://xorg.freedesktop.org/ +Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xaw7) BuildRequires: pkgconfig(xbitmaps) @@ -33,7 +33,6 @@ BuildRequires: pkgconfig(xorg-macros) >= 1.8 # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description xbiff provides graphical notification of new e-mail. @@ -45,14 +44,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}/xbiff %{_mandir}/man1/xbiff.1%{?ext_man}