Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2018-10-11 11:49:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ddd (Old)
 and      /work/SRC/openSUSE:Factory/.ddd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ddd"

Thu Oct 11 11:49:31 2018 rev:8 rq:639528 version:3.3.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/ddd/ddd.changes  2017-03-24 02:22:54.301448661 
+0100
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes     2018-10-11 
11:49:41.902462608 +0200
@@ -1,0 +2,6 @@
+Mon Oct  1 11:37:18 UTC 2018 - Petr Gajdos <[email protected]>
+
+- allow EPS decoder for build [bsc#1109976]
+- build with -j1, otherwise build fails
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ddd.spec ++++++
--- /var/tmp/diff_new_pack.kRf4Pa/_old  2018-10-11 11:49:42.546461789 +0200
+++ /var/tmp/diff_new_pack.kRf4Pa/_new  2018-10-11 11:49:42.550461784 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ddd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,7 +38,7 @@
 Version:        3.3.12
 Release:        0
 Summary:        Debugger with Graphical User Interface
-License:        GPL-2.0+ and LGPL-2.1+
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Development/Tools/Debuggers
 Url:            http://www.gnu.org/software/ddd
 Source:         ddd-%{version}.tar.bz2
@@ -93,7 +93,24 @@
 %else
 %configure
 %endif
-make %{?_smp_mflags} all 
+make -j1 all 
+# BEGIN allow EPS decoder for build [bsc#1109976]
+mkdir -p ~/.config/ImageMagick
+cat << EOPF > ~/.config/ImageMagick/policy.xml
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE policymap [
+  <!ELEMENT policymap (policy)+>
+  <!ATTLIST policymap xmlns CDATA #FIXED ''>
+  <!ELEMENT policy EMPTY>
+  <!ATTLIST policy xmlns CDATA #FIXED '' domain NMTOKEN #REQUIRED
+    name NMTOKEN #IMPLIED pattern CDATA #IMPLIED rights NMTOKEN #IMPLIED
+    stealth NMTOKEN #IMPLIED value CDATA #IMPLIED>
+]>
+<policymap>
+  <policy domain="coder" rights="read" pattern="{EPS}" />
+</policymap>
+EOPF
+# END allow EPS decoder for build [bsc#1109976]
 make html
 
 %install



Reply via email to