Procházet zdrojové kódy

upgrading package: graphviz 2.14.1 -> 2.16

Ralf S. Engelschall před 18 roky
rodič
revize
6ee9b27940
2 změnil soubory, kde provedl 13 přidání a 12 odebrání
  1. 10 10
      graphviz/graphviz.patch
  2. 3 2
      graphviz/graphviz.spec

+ 10 - 10
graphviz/graphviz.patch

@@ -23,9 +23,9 @@ Index: lib/sfio/sfhdr.h
  #define SF_MAXDOUBLE	MAXDOUBLE
  #endif
 Index: plugin/gd/gvrender_gd.c
---- plugin/gd/gvrender_gd.c.orig	2007-08-02 19:42:57 +0200
-+++ plugin/gd/gvrender_gd.c	2007-08-03 19:48:37 +0200
-@@ -33,6 +33,10 @@
+--- plugin/gd/gvrender_gd.c.orig	2007-11-08 20:42:15 +0100
++++ plugin/gd/gvrender_gd.c	2007-11-10 18:37:15 +0100
+@@ -34,6 +34,10 @@
  #ifdef HAVE_LIBGD
  #include "gd.h"
  
@@ -33,13 +33,13 @@ Index: plugin/gd/gvrender_gd.c
 +#define HAVE_GD_FONTCONFIG
 +#endif
 +
- typedef enum { FORMAT_GD, FORMAT_GD2, FORMAT_GIF, FORMAT_JPEG, FORMAT_PNG,
- 	FORMAT_WBMP, FORMAT_XBM, } format_type;
- 
+ typedef enum {
+ 	FORMAT_GIF,
+ 	FORMAT_JPEG,
 Index: plugin/gd/gvtextlayout_gd.c
---- plugin/gd/gvtextlayout_gd.c.orig	2007-07-20 20:38:03 +0200
-+++ plugin/gd/gvtextlayout_gd.c	2007-08-03 19:49:31 +0200
-@@ -26,6 +26,10 @@
+--- plugin/gd/gvtextlayout_gd.c.orig	2007-11-08 20:42:15 +0100
++++ plugin/gd/gvtextlayout_gd.c	2007-11-10 18:37:31 +0100
+@@ -29,6 +29,10 @@
  #ifdef HAVE_LIBGD
  #include "gd.h"
  
@@ -47,7 +47,7 @@ Index: plugin/gd/gvtextlayout_gd.c
 +#define HAVE_GD_FONTCONFIG
 +#endif
 +
- #if defined(HAVE_LIBGD) && defined(HAVE_LIBFREETYPE) && defined(HAVE_GD_FREETYPE)
+ #if defined(HAVE_LIBGD) && defined(HAVE_GD_FREETYPE)
  
  /* fontsize at which text is omitted entirely */
 Index: cmd/dot/Makefile.am

+ 3 - 2
graphviz/graphviz.spec

@@ -23,7 +23,7 @@
 ##
 
 #   package versions
-%define       V_graphviz                     2.14.1
+%define       V_graphviz                     2.16
 %define       V_graphviz_perl_base           2.02
 %define       V_graphviz_perl_data_structure 0.17
 
@@ -38,7 +38,7 @@ Class:        BASE
 Group:        Diagram
 License:      GPL
 Version:      %{V_graphviz}
-Release:      20070914
+Release:      20071110
 
 #   package options
 %option       with_x11   no
@@ -183,6 +183,7 @@ AutoReqProv:  no
 
     #   post-adjust installation
     rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/graphviz/*.tcl
+    rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/graphviz/python*
     rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/graphviz/doc/html
 %if "%{with_x11}" != "yes"
     rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/graphviz/lefty