From a79cb5539b772b646c01a8bcfcc1c20218debf17 Mon Sep 17 00:00:00 2001 From: Michael J Gruber Date: Sep 17 2018 14:21:46 +0000 Subject: fix EPS import bz #1628943 gs bz #699780 This is a hotfix - patch will be submitted with scribus upstream. Helped-by: Ken Sharp --- diff --git a/scribus-1.4.6-gs-9.24.patch b/scribus-1.4.6-gs-9.24.patch new file mode 100644 index 0000000..d1212d6 --- /dev/null +++ b/scribus-1.4.6-gs-9.24.patch @@ -0,0 +1,10 @@ +--- scribus-1.4.6-orig/scribus/plugins/import/ps/import.prolog 2009-05-08 21:04:32.000000000 +0200 ++++ scribus-1.4.6/scribus/plugins/import/ps/import.prolog 2018-09-17 16:05:24.988900385 +0200 +@@ -75,6 +75,7 @@ + //doimage exec + } .forceput + end ++/.currentopacityalpha {//.currentopacityalpha} bind def + setglobal + .bindnow + diff --git a/scribus.spec b/scribus.spec index 913a189..10af6b1 100644 --- a/scribus.spec +++ b/scribus.spec @@ -1,6 +1,6 @@ Name: scribus Version: 1.4.6 -Release: 13%{?dist} +Release: 14%{?dist} Summary: DeskTop Publishing application written in Qt Group: Applications/Productivity # swatches bring in the fun licenses @@ -18,6 +18,7 @@ Patch2: %{name}-1.4.2-nonfree.patch Patch3: %{name}-1.4.5-lppl-fixes.patch # Fix detection of hunspell-1.4+ Patch4: %{name}-1.4.6-hunspell.patch +Patch5: %{name}-1.4.6-gs-9.24.patch BuildRequires: cmake BuildRequires: cups-devel @@ -69,6 +70,7 @@ import/export and creation of color separations. %patch2 -p1 -b .nonfree %patch3 -p1 %patch4 -p1 +%patch5 -p1 # recode man page to UTF-8 pushd scribus/manpages @@ -190,6 +192,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Mon Sep 17 2018 Michael J Gruber - 1.4.6-14 +- fix EPS import (bz #1628943) + * Sat Jul 14 2018 Fedora Release Engineering - 1.4.6-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild