Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mkfontscale for openSUSE:Factory checked in at 2021-03-16 15:41:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mkfontscale (Old) and /work/SRC/openSUSE:Factory/.mkfontscale.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mkfontscale" Tue Mar 16 15:41:53 2021 rev:13 rq:878740 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mkfontscale/mkfontscale.changes 2019-03-26 22:29:59.985740864 +0100 +++ /work/SRC/openSUSE:Factory/.mkfontscale.new.2401/mkfontscale.changes 2021-03-16 15:43:11.532920786 +0100 @@ -1,0 +2,5 @@ +Fri Mar 12 23:14:34 UTC 2021 - Dirk M??ller <[email protected]> + +- modernize spec file (move license to licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mkfontscale.spec ++++++ --- /var/tmp/diff_new_pack.6AUzRJ/_old 2021-03-16 15:43:11.928921420 +0100 +++ /var/tmp/diff_new_pack.6AUzRJ/_new 2021-03-16 15:43:11.932921426 +0100 @@ -1,7 +1,7 @@ # # spec file for package mkfontscale # -# 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 @@ -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,20 +22,19 @@ Summary: Utility to create index of scalable font files for X 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: zlib-devel BuildRequires: pkgconfig(fontenc) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) >= 7.0.25 +Recommends: xorg-x11-fonts-core # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -Recommends: xorg-x11-fonts-core Provides: mkfontdir = 1.0.7 Obsoletes: mkfontdir <= 1.0.7 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description mkfontscale creates the fonts.scale and fonts.dir index files used by the @@ -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}/mkfontdir %{_bindir}/mkfontscale %{_mandir}/man1/mkfontdir.1%{?ext_man}
