From de5ab236180e4a0cb481dfbd6225011ad2b7190a5a5a26502080d175af581b84 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 3 Mar 2019 10:05:28 +0000 Subject: [PATCH] - 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 --- mkfontscale-1.1.3.tar.bz2 | 3 --- mkfontscale-1.2.0.tar.bz2 | 3 +++ mkfontscale.changes | 9 +++++++++ mkfontscale.spec | 10 +++++++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 mkfontscale-1.1.3.tar.bz2 create mode 100644 mkfontscale-1.2.0.tar.bz2 diff --git a/mkfontscale-1.1.3.tar.bz2 b/mkfontscale-1.1.3.tar.bz2 deleted file mode 100644 index e026f03..0000000 --- a/mkfontscale-1.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e98df69ee5f4542d711e140e1d93e2c3f2775407ccbb7849110d52b91782a6a -size 144386 diff --git a/mkfontscale-1.2.0.tar.bz2 b/mkfontscale-1.2.0.tar.bz2 new file mode 100644 index 0000000..eb1541c --- /dev/null +++ b/mkfontscale-1.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282b77be9f130d43d308287f87ed551ace2c64fee4447b5c4389870dea10c4be +size 150646 diff --git a/mkfontscale.changes b/mkfontscale.changes index 854a5fc..f3ac8a5 100644 --- a/mkfontscale.changes +++ b/mkfontscale.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Mar 3 09:54:43 UTC 2019 - Stefan Dirsch + +- 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 diff --git a/mkfontscale.spec b/mkfontscale.spec index 3630521..1525480 100644 --- a/mkfontscale.spec +++ b/mkfontscale.spec @@ -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