bdftopcf 1.1
This commit is contained in:
parent
bfcca4c32c
commit
fa3c818275
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ font-util-1.2.0.tar.bz2
|
||||
/mkfontscale-1.1.2.tar.bz2
|
||||
/font-util-1.3.1.tar.bz2
|
||||
/bdftopcf-1.0.5.tar.bz2
|
||||
/bdftopcf-1.1.tar.bz2
|
||||
|
10
sources
10
sources
@ -1,5 +1,5 @@
|
||||
53a48e1fdfec29ab2e89f86d4b7ca902 bdftopcf-1.0.5.tar.bz2
|
||||
07607b26fce3bdc2b204ff3bc43d3ac3 fonttosfnt-1.0.4.tar.bz2
|
||||
23756dab809f9ec5011bb27fb2c3c7d6 font-util-1.3.1.tar.bz2
|
||||
18c429148c96c2079edda922a2b67632 mkfontdir-1.0.7.tar.bz2
|
||||
9bdd6ebfa62b1bbd474906ac86a40fd8 mkfontscale-1.1.2.tar.bz2
|
||||
SHA512 (bdftopcf-1.1.tar.bz2) = 7b790e8d512ca2812ac889c156ef91c48798b4744a6857e5b17e0128764b5afa8c5426fe5de05a9819d64745116718db4221b3e657e3c2633465e87179c44bec
|
||||
SHA512 (fonttosfnt-1.0.4.tar.bz2) = 15764d51f581a18c5f25224312a4cf0558bd6b1676d8e5e58f8eb4ae156908bb679726e848b46a316b54a8120e664122f96f7b1233da372b2351923652920b1e
|
||||
SHA512 (font-util-1.3.1.tar.bz2) = 9fd6dd4c0a01ede5f0b09ec0f9d316267ca086e2ee9526a43a4e4d6ce3cd67c977293bd3cf440328ca417292fcae1579888b24b7259eaf012230890210d74889
|
||||
SHA512 (mkfontdir-1.0.7.tar.bz2) = 96d1920565514f90621e18a87fb5a2db9e052d1bffc6552d9659e065a21e252ab98b4e62013755032b98ed6d8c3381eb75c3c8e02651766ee4791ca622dcef1f
|
||||
SHA512 (mkfontscale-1.1.2.tar.bz2) = 5c3331f66cd523afe95347aa36440655ba8fdbc716c5987a24ad624c1fbd718c4a8d67aa36330f6d5ab2eb5a6195a409a041954568c0a3375c0e2aeb6a955601
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global bdftopcf 1.0.5
|
||||
%global bdftopcf 1.1
|
||||
%global fonttosfnt 1.0.4
|
||||
%global mkfontdir 1.0.7
|
||||
%global mkfontscale 1.1.2
|
||||
@ -11,7 +11,7 @@ Summary: X.Org X11 font utilities
|
||||
Name: xorg-x11-font-utils
|
||||
Epoch: 1
|
||||
Version: 7.5
|
||||
Release: 35%{?dist}
|
||||
Release: 36%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.x.org
|
||||
|
||||
@ -30,7 +30,6 @@ BuildRequires: libtool
|
||||
BuildRequires: pkgconfig(fontenc)
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xfont)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
@ -116,6 +115,9 @@ find $RPM_BUILD_ROOT -name bdftruncate\* -print0 | xargs -0 rm -f
|
||||
%{_x11fontdir}/util/map-*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 25 2018 Adam Jackson <ajax@redhat.com> - 7.5-36
|
||||
- bdftopcf 1.1
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.5-35
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user