Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2018-10-02 19:48:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gri (Old)
 and      /work/SRC/openSUSE:Factory/.gri.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gri"

Tue Oct  2 19:48:26 2018 rev:16 rq:639412 version:2.12.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/gri/gri.changes  2017-10-27 14:02:05.294146913 
+0200
+++ /work/SRC/openSUSE:Factory/.gri.new/gri.changes     2018-10-02 
19:49:15.237716832 +0200
@@ -1,0 +2,5 @@
+Mon Oct  1 13:06:44 UTC 2018 - Petr Gajdos <[email protected]>
+
+- allow PS decoder for build [bsc#1109976]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gri.spec ++++++
--- /var/tmp/diff_new_pack.iX17U7/_old  2018-10-02 19:49:16.877715123 +0200
+++ /var/tmp/diff_new_pack.iX17U7/_new  2018-10-02 19:49:16.881715120 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gri
 #
-# 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
@@ -20,7 +20,7 @@
 Version:        2.12.23
 Release:        0
 Summary:        A language for scientific illustration
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Scientific/Other
 Url:            http://gri.sourceforge.net
 Source:         %{name}-%{version}.tar.bz2
@@ -68,6 +68,23 @@
 
 %build
 %configure
+# BEGIN allow PS 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="{PS}" />
+</policymap>
+EOPF
+# END allow PS decoder for build [bsc#1109976]
 # Parallel make does not work
 make
 


Reply via email to