- Update to version 1.2.0

* Starting with this release, 1.2.0, it now includes the
    mkfontdir script previously distributed separately for
    compatibility with older X11 versions.
- provide/obsolete mkfontdir package

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/mkfontscale?expand=0&rev=16
This commit is contained in:
Stefan Dirsch 2019-03-03 10:05:28 +00:00 committed by Git OBS Bridge
parent 3d15b79ba4
commit de5ab23618
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e98df69ee5f4542d711e140e1d93e2c3f2775407ccbb7849110d52b91782a6a
size 144386

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:282b77be9f130d43d308287f87ed551ace2c64fee4447b5c4389870dea10c4be
size 150646

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Mar 3 09:54:43 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.2.0
* Starting with this release, 1.2.0, it now includes the
mkfontdir script previously distributed separately for
compatibility with older X11 versions.
- provide/obsolete mkfontdir package
-------------------------------------------------------------------
Mon Sep 10 10:21:05 UTC 2018 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package mkfontscale
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: mkfontscale
Version: 1.1.3
Version: 1.2.0
Release: 0
Summary: Utility to create index of scalable font files for X
License: MIT
@ -33,6 +33,8 @@ BuildRequires: pkgconfig(xproto) >= 7.0.25
# 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
@ -51,8 +53,10 @@ make %{?_smp_mflags}
%files
%defattr(-,root,root)
%doc ChangeLog COPYING README
%doc ChangeLog COPYING README.md
%{_bindir}/mkfontdir
%{_bindir}/mkfontscale
%{_mandir}/man1/mkfontdir.1%{?ext_man}
%{_mandir}/man1/mkfontscale.1%{?ext_man}
%changelog