Hello community,

here is the log from the commit of package graphviz for openSUSE:Factory 
checked in at 2015-03-30 19:09:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/graphviz (Old)
 and      /work/SRC/openSUSE:Factory/.graphviz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "graphviz"

Changes:
--------
--- /work/SRC/openSUSE:Factory/graphviz/graphviz-plugins.changes        
2014-09-09 19:00:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.graphviz.new/graphviz-plugins.changes   
2015-03-30 19:09:30.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Mar 19 12:50:46 UTC 2015 - dvla...@suse.com
+
+- Disable Mono by default 
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/graphviz/graphviz.changes        2014-07-21 
21:39:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.graphviz.new/graphviz.changes   2015-03-30 
19:09:30.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Nov 17 03:14:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix ksh-specific constrictions in gvmap.sh script
+- add patches:
+  + graphviz-2.38.0-fix-gvmap.patch
+
+-------------------------------------------------------------------

New:
----
  graphviz-2.38.0-fix-gvmap.patch

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

Other differences:
------------------
++++++ graphviz-gvedit.spec ++++++
--- /var/tmp/diff_new_pack.72P0dI/_old  2015-03-30 19:09:31.000000000 +0200
+++ /var/tmp/diff_new_pack.72P0dI/_new  2015-03-30 19:09:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package graphviz-gvedit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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

++++++ graphviz-plugins.spec ++++++
--- /var/tmp/diff_new_pack.72P0dI/_old  2015-03-30 19:09:31.000000000 +0200
+++ /var/tmp/diff_new_pack.72P0dI/_new  2015-03-30 19:09:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package graphviz-plugins
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -25,7 +25,7 @@
 %bcond_without java
 %bcond_without graphviz_ocaml
 %endif
-%bcond_without mono
+%bcond_with mono
 
 Name:           graphviz-plugins
 BuildRequires:  autoconf

++++++ graphviz-smyrna.spec ++++++
--- /var/tmp/diff_new_pack.72P0dI/_old  2015-03-30 19:09:31.000000000 +0200
+++ /var/tmp/diff_new_pack.72P0dI/_new  2015-03-30 19:09:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package graphviz-smyrna
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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

++++++ graphviz.spec ++++++
--- /var/tmp/diff_new_pack.72P0dI/_old  2015-03-30 19:09:31.000000000 +0200
+++ /var/tmp/diff_new_pack.72P0dI/_new  2015-03-30 19:09:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package graphviz
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -28,6 +28,7 @@
 Url:            http://www.graphviz.org/
 Source:         
http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-%{version}.tar.gz
 Source2:        graphviz-rpmlintrc
+Patch1:         graphviz-2.38.0-fix-gvmap.patch
 Patch2:         graphviz-fix-pkgIndex.patch
 #PATCH-FIX-UPSTREAM There are too many type-punnings in the vmalloc sources
 Patch3:         graphviz-no_strict_aliasing.patch
@@ -89,6 +90,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 %patch2
 %patch3
 %patch4

++++++ graphviz-2.38.0-fix-gvmap.patch ++++++
diff -Ndur graphviz-2.38.0/cmd/gvmap/gvmap.sh 
graphviz-2.38.0-fix-gvmap/cmd/gvmap/gvmap.sh
--- graphviz-2.38.0/cmd/gvmap/gvmap.sh  2014-04-13 23:40:25.000000000 +0300
+++ graphviz-2.38.0-fix-gvmap/cmd/gvmap/gvmap.sh        2014-11-17 
05:10:56.554829928 +0200
@@ -60,41 +60,41 @@
       FLAGS3="$FLAGS3 -o$OPTARG"
     ;;
   :)
-    print -u 2 $OPTARG requires a value
+    echo "$OPTARG requires a value" >&2
     exit 2
     ;;
   \? )
-    if [[ "$OPTARG" == '?' ]]
+    if [ "$OPTARG" = '?' ]
     then
       getopts -a gvmap "$OPTSTR" x '-?'
       exit 0
     else
-      print -u 2 "gvmap: unknown flag $OPTARG - ignored"
+      echo "gvmap: unknown flag $OPTARG - ignored" >&2
     fi
     ;;
   esac
 done
 shift $((OPTIND-1))
 
-if [[ $# == 0 ]]
+if [ $# = 0 ]
 then
-  if [[ -n $VERBOSE ]]
+  if [ -n "$VERBOSE" ]
   then
-    print -u 2 "$LAYOUT -Goverlap=prism $FLAGS1 | gvmap $FLAGS2 | neato -n2 
$FLAGS3"
+    echo "$LAYOUT -Goverlap=prism $FLAGS1 | gvmap $FLAGS2 | neato -n2 $FLAGS3" 
>&2
   fi
   $LAYOUT -Goverlap=prism $FLAGS1 | gvmap $FLAGS2 | neato -n2 $FLAGS3
 else
-  while (( $# > 0 ))
+  while [ $# -gt 0 ]
   do
-    if [[ -f $1 ]]
+    if [ -f "$1" ]
     then
-      if [[ -n $VERBOSE ]]
+      if [ -n "$VERBOSE" ]
       then
-        print -u 2 "$LAYOUT -Goverlap=prism $FLAGS1 $1 | gvmap $FLAGS2 | neato 
-n2 $FLAGS3"
+        echo "$LAYOUT -Goverlap=prism $FLAGS1 $1 | gvmap $FLAGS2 | neato -n2 
$FLAGS3" >&2
       fi
       $LAYOUT -Goverlap=prism $FLAGS1 $1 | gvmap $FLAGS2 | neato -n2 $FLAGS3
     else
-      print -u 2 "gvmap: unknown input file $1 - ignored"
+      echo "gvmap: unknown input file $1 - ignored" >&2
     fi
     shift
   done

Reply via email to