OBS User unknown 2008-04-27 18:13:01 +00:00 committed by Git OBS Bridge
parent bf16d9b741
commit cde01f42d4
5 changed files with 51 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 27 14:41:08 CEST 2008 - coolo@suse.de
- fix build
-------------------------------------------------------------------
Tue Apr 22 14:37:18 CEST 2008 - pth@suse.de

View File

@ -24,7 +24,7 @@ BuildRequires: graphviz gtkglext-devel libglade2-devel libgnomeui-devel
BuildRequires: fdupes
%endif
Version: 2.18
Release: 6
Release: 7
AutoReqProv: on
Summary: Graph Visualization Tools
Group: Productivity/Graphics/Visualization/Graph
@ -43,6 +43,7 @@ Patch10: graphviz-2.18-duplicate_decls.patch
Patch11: graphviz-%{version}-interpreter_names.patch
#Patch from CVS, will be obsolete with next release after 2.18
Patch12: graphviz-dot_verify_plugins.patch
Patch13: graphviz-stddefs.patch
#Patches above 100 are graphviz-plugins specific.
Patch100: graphviz-plugins-fix_install_dirs.patch
Patch101: graphviz-plugins-tcl_install_dir.patch
@ -371,6 +372,7 @@ Authors:
%patch10
%patch11
%patch12
%patch13
%patch100
%patch101
%patch102
@ -564,6 +566,8 @@ done
%doc __doc/*
%changelog
* Sun Apr 27 2008 coolo@suse.de
- fix build
* Tue Apr 22 2008 pth@suse.de
- Move all GTK/GNOME related stuff to plugins package.
* Thu Apr 17 2008 pth@suse.de

31
graphviz-stddefs.patch Normal file
View File

@ -0,0 +1,31 @@
--- lib/sfio/sfvprintf.c.orig 2008-04-27 12:42:51.000000000 +0200
+++ lib/sfio/sfvprintf.c 2008-04-27 12:43:00.000000000 +0200
@@ -14,6 +14,7 @@
* AT&T Research, Florham Park NJ *
**********************************************************/
+#include <stddef.h>
#include "sfhdr.h"
/* The engine for formatting data
--- lib/sfio/sftable.c.orig 2008-04-27 12:40:15.000000000 +0200
+++ lib/sfio/sftable.c 2008-04-27 12:42:43.000000000 +0200
@@ -14,6 +14,8 @@
* AT&T Research, Florham Park NJ *
**********************************************************/
+#include <stddef.h>
+
#include "sfhdr.h"
/* Dealing with $ argument addressing stuffs.
--- lib/sfio/sfvscanf.c.orig 2008-04-27 13:56:17.000000000 +0200
+++ lib/sfio/sfvscanf.c 2008-04-27 13:56:35.000000000 +0200
@@ -14,6 +14,7 @@
* AT&T Research, Florham Park NJ *
**********************************************************/
+#include <stddef.h>
#include "sfhdr.h"
/* The main engine for reading formatted data

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 27 14:41:01 CEST 2008 - coolo@suse.de
- fix build
-------------------------------------------------------------------
Tue Apr 22 14:37:18 CEST 2008 - pth@suse.de

View File

@ -18,7 +18,7 @@ BuildRequires: xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libXpm-devel
BuildRequires: xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXmu-devel xorg-x11-libXt-devel
PreReq: /bin/rm
Version: 2.18
Release: 11
Release: 13
AutoReqProv: on
Summary: Graph Visualization Tools
Group: Productivity/Graphics/Visualization/Graph
@ -37,6 +37,7 @@ Patch10: graphviz-2.18-duplicate_decls.patch
Patch11: graphviz-%{version}-interpreter_names.patch
#Patch obsolete with the next release after 2.18
Patch12: graphviz-dot_verify_plugins.patch
Patch13: graphviz-stddefs.patch
Url: http://www.graphviz.org/
License: IBM Public License
Prefix: /usr
@ -100,6 +101,7 @@ Authors:
%patch10
%patch11
%patch12
%patch13
# Fix path in generated man pages
sed -e 's$@LIB_DIR@$%{_libdir}$g' tclpkg/gv/gv_doc_langs.tcl >tclpkg/gv/gv_doc_langs.tcl.new && mv tclpkg/gv/gv_doc_langs.tcl.new tclpkg/gv/gv_doc_langs.tcl
# remove broken macros
@ -214,6 +216,8 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li
%{_mandir}/man3/*.3.gz
%changelog
* Sun Apr 27 2008 coolo@suse.de
- fix build
* Tue Apr 22 2008 pth@suse.de
- Move all GTK/GNOME related stuff to plugins package.
* Tue Apr 15 2008 pth@suse.de