Resolves: #1706653 - fix default configuration for font folders

This commit is contained in:
Josef Řídký 2019-08-20 13:08:14 +02:00
parent 7367871288
commit b61cf62cfb
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -urNp a/etc/gimprc.in b/etc/gimprc.in
--- a/etc/gimprc.in 2019-08-20 13:03:43.195089141 +0200
+++ b/etc/gimprc.in 2019-08-20 13:04:09.109353485 +0200
@@ -153,7 +153,7 @@
# Where to look for fonts in addition to the system-wide installed fonts.
# This is a colon-separated list of folders to search.
#
-# (font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts")
+(font-path "${gimp_dir}/fonts")
# Specify a default brush. The brush is searched for in the specified brush
# path. This is a string value.

View File

@ -88,7 +88,7 @@ Summary: GNU Image Manipulation Program
Name: gimp
Epoch: 2
Version: 2.10.12
%global rel 2
%global rel 3
Release: %{?prerelprefix}%{rel}%{dotprerel}%{dotgitrev}%{?dist}
# Compute some version related macros.
@ -228,6 +228,9 @@ Patch1: gimp-2.10.0-cm-system-monitor-profile-by-default.patch
# bz#1715882
Patch2: gimp-2.10.0-fix-svg-reading.patch
# bz#1706653
Patch3: gimp-2.10.12-default-font.patch
# use external help browser directly if help browser plug-in is not built
Patch100: gimp-2.10.0-external-help-browser.patch
@ -319,6 +322,7 @@ EOF
%patch1 -p1 -b .cm-system-monitor-profile-by-default
%patch2 -p1 -b .fix-svg
%patch3 -p1 -b .font-default
%if ! %{with helpbrowser}
%patch100 -p1 -b .external-help-browser
@ -696,6 +700,9 @@ make check %{?_smp_mflags}
%endif
%changelog
* Tue Aug 20 2019 Josef Ridky <jridky@redhat.com> - 2:2.10.12-3
- Fix default configuration for font folders (#1706653)
* Wed Jul 31 2019 Josef Ridky <jridky@redhat.com> - 2:2.10.12-2
- Fix issue with reading SVG files (#1715882)