Dominique Leuenberger 2021-01-08 16:32:31 +00:00 committed by Git OBS Bridge
commit ca32f2ec88
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> Wed Oct 21 09:17:35 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -17,21 +17,20 @@
Name: fonttosfnt Name: fonttosfnt
Version: 1.2.0 Version: 1.2.1
Release: 0 Release: 0
Summary: Utility to wrap a bitmap font in a sfnt (TrueType) wrapper Summary: Utility to wrap a bitmap font in a sfnt (TrueType) wrapper
License: MIT License: MIT
Group: System/X11/Utilities Group: System/X11/Utilities
URL: http://xorg.freedesktop.org/ URL: https://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires: pkg-config BuildRequires: pkgconfig
BuildRequires: pkgconfig(fontenc) BuildRequires: pkgconfig(fontenc)
BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xproto) BuildRequires: pkgconfig(xproto)
# This was part of the xorg-x11 package up to version 7.6 # This was part of the xorg-x11 package up to version 7.6
Conflicts: xorg-x11 <= 7.6 Conflicts: xorg-x11 <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Wrap a bitmap font or a set of bitmap fonts in a sfnt (TrueType or Wrap a bitmap font or a set of bitmap fonts in a sfnt (TrueType or
@ -42,14 +41,14 @@ OpenType) wrapper.
%build %build
%configure %configure
make %{?_smp_mflags} %make_build
%install %install
%make_install %make_install
%files %files
%defattr(-,root,root) %license COPYING
%doc COPYING README.md %doc README.md
%{_bindir}/fonttosfnt %{_bindir}/fonttosfnt
%{_mandir}/man1/fonttosfnt.1%{?ext_man} %{_mandir}/man1/fonttosfnt.1%{?ext_man}