Accepting request 858074 from home:dirkmueller:branches:X11:XOrg

- update to 1.2.1:
  * Resolves issues found by Oracle Parfait 4.0 static analyser:
  * Fall back to using FONT property as family name
  * fix sign of calculated descent
  * handle empty foundry encoded as NULL

OBS-URL: https://build.opensuse.org/request/show/858074
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fonttosfnt?expand=0&rev=13
This commit is contained in:
Stefan Dirsch 2021-01-04 12:15:04 +00:00 committed by Git OBS Bridge
parent 9ce90b4095
commit f15ce93f53
4 changed files with 19 additions and 11 deletions

View File

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

3
fonttosfnt-1.2.1.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 22 08:40:19 UTC 2020 - Dirk Müller <dmueller@suse.com>
- update to 1.2.1:
* Resolves issues found by Oracle Parfait 4.0 static analyser:
* Fall back to using FONT property as family name
* fix sign of calculated descent
* handle empty foundry encoded as NULL
-------------------------------------------------------------------
Wed Oct 21 09:17:35 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -17,21 +17,20 @@
Name: fonttosfnt
Version: 1.2.0
Version: 1.2.1
Release: 0
Summary: Utility to wrap a bitmap font in a sfnt (TrueType) wrapper
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(fontenc)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xproto)
# This was part of the xorg-x11 package up to version 7.6
Conflicts: xorg-x11 <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Wrap a bitmap font or a set of bitmap fonts in a sfnt (TrueType or
@ -42,14 +41,14 @@ OpenType) wrapper.
%build
%configure
make %{?_smp_mflags}
%make_build
%install
%make_install
%files
%defattr(-,root,root)
%doc COPYING README.md
%license COPYING
%doc README.md
%{_bindir}/fonttosfnt
%{_mandir}/man1/fonttosfnt.1%{?ext_man}