From b61cf62cfb3a601fad859be5805eb31136b7f559 Mon Sep 17 00:00:00 2001 From: Josef Řídký Date: Aug 20 2019 11:08:14 +0000 Subject: Resolves: #1706653 - fix default configuration for font folders --- diff --git a/gimp-2.10.12-default-font.patch b/gimp-2.10.12-default-font.patch new file mode 100644 index 0000000..301e4a6 --- /dev/null +++ b/gimp-2.10.12-default-font.patch @@ -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. diff --git a/gimp.spec b/gimp.spec index bd6afca..cc967c5 100644 --- a/gimp.spec +++ b/gimp.spec @@ -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 - 2:2.10.12-3 +- Fix default configuration for font folders (#1706653) + * Wed Jul 31 2019 Josef Ridky - 2:2.10.12-2 - Fix issue with reading SVG files (#1715882)