Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfs for openSUSE:Factory checked in at 2022-08-20 20:29:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfs (Old) and /work/SRC/openSUSE:Factory/.xfs.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfs" Sat Aug 20 20:29:12 2022 rev:22 rq:998310 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xfs/xfs.changes 2022-07-11 19:11:19.183776091 +0200 +++ /work/SRC/openSUSE:Factory/.xfs.new.2083/xfs.changes 2022-08-20 20:29:27.513485050 +0200 @@ -1,0 +2,6 @@ +Thu Aug 11 08:18:43 UTC 2022 - Dirk M??ller <[email protected]> + +- modernize spec-file, move license to licensedir +- use gpg for source validation + +------------------------------------------------------------------- New: ---- xfs-1.2.1.tar.xz.sig xfs.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfs.spec ++++++ --- /var/tmp/diff_new_pack.RxCSBO/_old 2022-08-20 20:29:28.037486503 +0200 +++ /var/tmp/diff_new_pack.RxCSBO/_new 2022-08-20 20:29:28.049486536 +0200 @@ -17,32 +17,32 @@ %if 0%{?suse_version} < 1550 - %define _distconfdir /usr/etc + %define _distconfdir %{_prefix}%{_sysconfdir} %endif - Name: xfs Version: 1.2.1 Release: 0 Summary: X font server License: HPND Group: System/X11/Utilities -URL: http://xorg.freedesktop.org/ -# http://xorg.freedesktop.org/releases/individual/app/ -Source0: %{name}-%{version}.tar.xz +URL: https://xorg.freedesktop.org/ +Source0: https://xorg.freedesktop.org/releases/individual/app/xfs-%{version}.tar.xz Source1: xfs.config Source2: xfs.init.d Source3: xfs.service +Source10: https://xorg.freedesktop.org/releases/individual/app/xfs-%{version}.tar.xz.sig +Source11: xfs.keyring BuildRequires: font-util >= 1.1 -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(xfont2) BuildRequires: pkgconfig(xorg-macros) >= 1.10 BuildRequires: pkgconfig(xproto) >= 7.0.17 BuildRequires: pkgconfig(xtrans) +# FIXME: use proper Requires(pre/post/preun/...) PreReq: %fillup_prereq # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description xfs is the X Window System font server. It supplies fonts to X Window @@ -52,8 +52,8 @@ %setup -q %build -%configure --with-default-config-file=%{_sysconfdir}/X11/fs/config,%{_distconfdir}/X11/fs/config CFLAGS="$RPM_OPT_FLAGS -Wno-error=array-bounds" -make %{?_smp_mflags} +%configure --with-default-config-file=%{_sysconfdir}/X11/fs/config,%{_distconfdir}/X11/fs/config CFLAGS="%{optflags} -Wno-error=array-bounds" +%make_build %install %make_install @@ -77,8 +77,8 @@ %service_del_postun xfs.service %files -%defattr(-,root,root) -%doc ChangeLog COPYING README.md +%license COPYING +%doc ChangeLog README.md %dir %{_distconfdir} %dir %{_distconfdir}/X11 %dir %{_distconfdir}/X11/fs
