From c80fc49f8b64b9632fe7021c79a4966cfa1d822a Mon Sep 17 00:00:00 2001 From: daidai_is_here Date: Sun, 19 Jan 2020 11:54:18 +0800 Subject: [PATCH] modify spec --- ...cm-system-monitor-profile-by-default.patch | 25 ------------------- gimp-2.10.0-external-help-browser.patch | 11 -------- gimp.spec | 10 +++++--- 3 files changed, 7 insertions(+), 39 deletions(-) delete mode 100644 gimp-2.10.0-cm-system-monitor-profile-by-default.patch delete mode 100644 gimp-2.10.0-external-help-browser.patch diff --git a/gimp-2.10.0-cm-system-monitor-profile-by-default.patch b/gimp-2.10.0-cm-system-monitor-profile-by-default.patch deleted file mode 100644 index cc3a3d5..0000000 --- a/gimp-2.10.0-cm-system-monitor-profile-by-default.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -up gimp-2.10.0/etc/gimprc.in.cm-system-monitor-profile-by-default gimp-2.10.0/etc/gimprc.in ---- gimp-2.10.0/etc/gimprc.in.cm-system-monitor-profile-by-default 2018-04-28 17:21:37.050632773 +0200 -+++ gimp-2.10.0/etc/gimprc.in 2018-04-28 17:22:37.399518036 +0200 -@@ -306,9 +306,9 @@ - - # Defines the color management behavior. This is a parameter list. - # --# (color-management -+(color-management - # (mode display) --# (display-profile-from-gdk no) -+ (display-profile-from-gdk no) - # (display-rendering-intent relative-colorimetric) - # (display-use-black-point-compensation yes) - # (display-optimize yes) -@@ -317,7 +317,8 @@ - # (simulation-optimize yes) - # (simulation-gamut-check no) - # (out-of-gamut-color (color-rgb 1.000000 0.000000 1.000000)) --# (display-module "CdisplayLcms")) -+# (display-module "CdisplayLcms") -+) - - # Keep a permanent record of all opened and saved files in the Recent - # Documents list. Possible values are yes and no. diff --git a/gimp-2.10.0-external-help-browser.patch b/gimp-2.10.0-external-help-browser.patch deleted file mode 100644 index 4efbbc7..0000000 --- a/gimp-2.10.0-external-help-browser.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up gimp-2.10.0/etc/gimprc.in.external-help-browser gimp-2.10.0/etc/gimprc.in ---- gimp-2.10.0/etc/gimprc.in.external-help-browser 2018-04-28 17:25:02.483242200 +0200 -+++ gimp-2.10.0/etc/gimprc.in 2018-04-28 17:25:28.048193595 +0200 -@@ -753,6 +753,7 @@ - # web-browser. - # - # (help-browser gimp) -+(help-browser web-browser) - - # When enabled, a search of actions will also return inactive actions. - # Possible values are yes and no. diff --git a/gimp.spec b/gimp.spec index 693fffc..f4a9136 100644 --- a/gimp.spec +++ b/gimp.spec @@ -1,14 +1,12 @@ Name: gimp Version: 2.10.6 -Release: 3 +Release: 4 Epoch: 2 Summary: A versatile graphics manipulation package License: GPLv3+ and GPLv3 and LGPLv3+ URL: http://www.gimp.org/ Source0: http://download.gimp.org/pub/gimp/v2.10/gimp-2.10.6.tar.bz2 -Patch1: gimp-2.10.0-cm-system-monitor-profile-by-default.patch -Patch2: gimp-2.10.0-external-help-browser.patch Patch6000: backport-CVE-2018-12713.patch %global apiversion 2.0 @@ -276,5 +274,11 @@ make check %{?_smp_mflags} %{_mandir}/man*/* %changelog +* Sun Jan 19 2020 daiqianwen - 2:2.10.6-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: modify spec + * Fri Dec 13 2019 openEuler Buildteam - 2:2.10.6-3 - Package init