Fix exiting with 1 on 32bit arch. (#1476831)
This commit is contained in:
parent
11b4d3f085
commit
a2fdd44c3e
4
fc-cache
4
fc-cache
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
|
||||
[ -x /usr/bin/fc-cache-32 ] && /usr/bin/fc-cache-32 $@
|
||||
[ -x /usr/bin/fc-cache-64 ] && /usr/bin/fc-cache-64 $@
|
||||
[ -x /usr/bin/fc-cache-32 ] && /usr/bin/fc-cache-32 $@ || :
|
||||
[ -x /usr/bin/fc-cache-64 ] && /usr/bin/fc-cache-64 $@ || :
|
||||
|
@ -3,7 +3,7 @@
|
||||
Summary: Font configuration and customization library
|
||||
Name: fontconfig
|
||||
Version: 2.12.4
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
# src/ftglue.[ch] is in Public Domain
|
||||
# src/fccache.c contains Public Domain code
|
||||
# fc-case/CaseFolding.txt is in the UCD
|
||||
@ -151,6 +151,9 @@ HOME=/root /usr/bin/fc-cache -s
|
||||
%doc fontconfig-devel.txt fontconfig-devel
|
||||
|
||||
%changelog
|
||||
* Mon Jul 31 2017 Akira TAGOH <tagoh@redhat.com> - 2.12.4-4
|
||||
- Fix exiting with 1 on 32bit arch. (#1476831)
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user