소스 검색

upgrading package: graphviz 1.8.9 -> 1.8.10

Ralf S. Engelschall 23 년 전
부모
커밋
ac0faae58b
2개의 변경된 파일2개의 추가작업 그리고 15개의 파일을 삭제
  1. 0 11
      graphviz/graphviz.patch
  2. 2 4
      graphviz/graphviz.spec

+ 0 - 11
graphviz/graphviz.patch

@@ -1,11 +0,0 @@
---- contrib/prune/prune.c.orig	Mon Aug  5 12:54:43 2002
-+++ contrib/prune/prune.c	Mon Aug  5 12:54:46 2002
-@@ -25,7 +25,7 @@
- #ifdef HAVE_GETOPT_H
- #include <getopt.h>
- #else
--#include "compat_getopt_h"
-+#include "compat_getopt.h"
- #endif
- 
- #include <agraph.h>

+ 2 - 4
graphviz/graphviz.spec

@@ -32,12 +32,11 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [BASE]
 Group:        Graphics
 License:      GPL
-Version:      1.8.9
-Release:      20020828
+Version:      1.8.10
+Release:      20021002
 
 #   list of sources
 Source0:      http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-%{version}.tar.gz
-Patch0:       graphviz.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -57,7 +56,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-    %patch -p0
 
 %build
     CC="%{l_cc}" \