From 015de6cde776dd6f5ebc7709cac2b949746c0e61c3f09e35d8eebf0ca4b6e0ee Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 28 Aug 2009 16:02:22 +0000 Subject: [PATCH] Accepting request 18839 from graphics Copy from graphics/graphviz based on submit request 18839 from user mlschroe OBS-URL: https://build.opensuse.org/request/show/18839 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=29 --- graphviz-plugins.changes | 5 + graphviz-plugins.spec | 166 ++--------------- graphviz.changes | 5 + graphviz.spec | 390 +-------------------------------------- 4 files changed, 32 insertions(+), 534 deletions(-) diff --git a/graphviz-plugins.changes b/graphviz-plugins.changes index f84c9fc..3cacbab 100644 --- a/graphviz-plugins.changes +++ b/graphviz-plugins.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de + +- make patch0 usage consistent + ------------------------------------------------------------------- Fri Oct 24 16:05:18 CEST 2008 - mrueckert@suse.de diff --git a/graphviz-plugins.spec b/graphviz-plugins.spec index f9eed96..10edbc2 100644 --- a/graphviz-plugins.spec +++ b/graphviz-plugins.spec @@ -1,7 +1,7 @@ # # spec file for package graphviz-plugins (Version 2.20.2) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,7 @@ BuildRequires: graphviz gtkglext-devel libglade2-devel libgnomeui-devel BuildRequires: fdupes %endif Version: 2.20.2 -Release: 6 +Release: 7 AutoReqProv: on Summary: Graph Visualization Tools Group: Productivity/Graphics/Visualization/Graph @@ -48,7 +48,7 @@ Patch101: graphviz-plugins-tcl_install_dir.patch Patch103: graphviz-2.18-do_not_use_ocamlopt.patch Patch104: python-version.diff Url: http://www.graphviz.org/ -License: IBM Public License +License: IBM Public License .. Prefix: /usr BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: coreutils @@ -75,7 +75,7 @@ Authors: Gordon Woodhull %package -n graphviz-gnome -License: IBM Public License +License: IBM Public License .. Group: Productivity/Graphics/Visualization/Graph Summary: Graphviz plugins that use gtk/GNOME PreReq: graphviz = %{version} @@ -98,7 +98,7 @@ Authors: Gordon Woodhull %package -n graphviz-gd -License: IBM Public License +License: IBM Public License .. Group: Productivity/Graphics/Visualization/Graph Summary: Graphviz plugin for renderers based on gd PreReq: graphviz = %{version} gd @@ -122,7 +122,7 @@ Authors: Gordon Woodhull %package -n graphviz-guile -License: IBM Public License +License: IBM Public License .. Group: Productivity/Graphics/Visualization/Graph Summary: Graph Visualization Tools Requires: graphviz = %{version} guile @@ -145,7 +145,7 @@ Authors: Gordon Woodhull %package -n graphviz-java -License: IBM Public License +License: IBM Public License .. Group: Productivity/Graphics/Visualization/Graph Summary: Graph Visualization Tools Requires: graphviz = %{version} java @@ -168,7 +168,7 @@ Authors: Gordon Woodhull %package -n graphviz-lua -License: IBM Public License +License: IBM Public License .. Group: Productivity/Graphics/Visualization/Graph Summary: Lua extension for graphviz Requires: graphviz = %{version} lua @@ -191,7 +191,7 @@ Authors: Gordon Woodhull %package -n graphviz-ocaml -License: IBM Public License +License: IBM Public License .. Group: Productivity/Graphics/Visualization/Graph Summary: OCAML extension for graphviz Requires: graphviz = %{version} ocaml @@ -214,7 +214,7 @@ Authors: Gordon Woodhull %package -n graphviz-perl -License: IBM Public License +License: IBM Public License .. Group: Productivity/Graphics/Visualization/Graph Summary: Perl extension for Graphviz Requires: graphviz = %{version} perl @@ -237,7 +237,7 @@ Authors: Gordon Woodhull %package -n graphviz-php -License: IBM Public License +License: IBM Public License .. Group: Productivity/Graphics/Visualization/Graph Summary: PHP Extension for Graphviz Requires: graphviz = %{version} php5 @@ -260,7 +260,7 @@ Authors: Gordon Woodhull %package -n graphviz-python -License: IBM Public License +License: IBM Public License .. Group: Productivity/Graphics/Visualization/Graph Summary: Python Extension for Graphviz Requires: graphviz = %{version} python @@ -283,7 +283,7 @@ Authors: Gordon Woodhull %package -n graphviz-ruby -License: IBM Public License +License: IBM Public License .. Group: Productivity/Graphics/Visualization/Graph Summary: Ruby Extension for Graphviz Requires: graphviz = %{version} ruby @@ -306,7 +306,7 @@ Authors: Gordon Woodhull %package -n graphviz-sharp -License: IBM Public License +License: IBM Public License .. Group: Productivity/Graphics/Visualization/Graph Summary: C# Extension for Graphviz Requires: graphviz = %{version} mono-core @@ -329,7 +329,7 @@ Authors: Gordon Woodhull %package -n graphviz-tcl -License: IBM Public License +License: IBM Public License .. Group: Development/Libraries/Tcl Summary: Tcl extension tools for graphviz Requires: graphviz = %{version} tcl >= 8.3 tk @@ -352,7 +352,7 @@ Authors: Gordon Woodhull %package -n graphviz-doc -License: IBM Public License +License: IBM Public License .. Group: Productivity/Graphics/Visualization/Graph Summary: Documentation for graphviz @@ -373,7 +373,7 @@ Authors: %prep %setup -q -n %{mname}-%{version} -%patch +%patch0 %patch3 %patch11 %patch13 @@ -573,135 +573,3 @@ done %doc __doc/* %changelog -* Fri Oct 24 2008 mrueckert@suse.de -- fix build with newer libtool -- fix debug package requires -* Mon Oct 13 2008 pth@suse.de -- Fix vulnerability that allowed overflowing gstack (bnc#433747) -* Wed Sep 17 2008 dmueller@suse.de -- fix python version detection -* Thu Aug 14 2008 ro@suse.de -- drop get_release_number script -- remove release requires in plugins package, require just - the same version -* Thu Aug 07 2008 ro@suse.de -- drop nodebug, require main graphviz package from debuginfo - instead -* Thu Jul 10 2008 pth@suse.de -- Update to 2.20.2. Changes since 2.18: - 2.20.2: - - Fix bug in HTML-like labels - 2.20.1: - - Fix bug in ccomps related to conversion to cgraph - 2.20.0: - - Fixed bugs (see http://www.graphviz.org/bugs/buglist.html for - details: - - 1315: Different/error output for *.os and *.pdf - - 1317: Graphviz fails to open more than 512 files. - - 1324: Graphviz crashes in atexit(). - - 1336: Plain format label delimiters change randomly. - - 1343: Layouts other than 'dot' seem broken in tcldot due to - documentation error. - - 1364: Dot fails with failed assertion. - - Add new "folder" shape for nodes. - - Migration of gvpr tools to libcgraph. - - New output format -Teps (encapsulated postscript) - - Various NetBSD and SuSE fixes incorporated - - ./configure now provides a summary -* Tue Apr 29 2008 pth@suse.de -- Disable the use of ocamlopt as the archive turns up empty (bnc#384855). -* 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 -- Switch off strict aliasing until swig produces code that plays - by the rules. -* Mon Apr 07 2008 pth@suse.de -- Fix paths for lua and php interpreter in examples. -* Thu Apr 03 2008 pth@suse.de -- Fix package and filelist correctly. -- Install tcl specific libraries to %%_libdir -- Properly package language specific demo code -* Mon Mar 31 2008 ro@suse.de -- fix build (added directories to filelist) -* Fri Mar 28 2008 pth@suse.de -- Update to 2.18. Changes since 2.12: - - Lots of bugs fixed, see ChangeLog for detailed list. - - in -Tps use a new number formatter that suppresses trailing 0. - - support tcl/tk-8.5 - - support gcc-4.3 - - support for node usershapes/images in svg format - - install: perl, php, python, ruby, tcl, bindings in - language-specified directories - - add arrowhead scaling with edge penwidth - - add "folder" node shape - - add "smyna" large graph view (thanks Arif) (not yet included - in binary distros) - * 2.16.1 - - Improvements to PHP binding - - Improvements to OCAML binding - - Make regression tests run from the build tree, rather than require - installation - - Repair freetype detection on RedHat-7 (Yes, people still use it!!) - - Fix zoom-at-mouse-location in -Txlib and -Tgtk - - Fix some dotty regressions - * 2.15 - - new regression test suite - - new cgraph library (will eventually replace graph and agraph) - - add "image" and "imagescale" for simpler support for images in nodes - - add "tab" "box3d" and "component" shapes. - Diomidis Spinellis - - replace arith.h in distro - - add functions to access version info to avoid need for gvcint.h - - Fix problem with irregular character spacing at 96dpi in pango/cairo - output formats. - - Add gdk_pixbuf plugin providing: .bmp .ico .jpg .png .tif - - Add DevIL plugin providing: .bmp .jpg .png .tif .tga - - Extend GD plugin to provide a backend to cairo for: .gif .jpg .png .gd - .gd2 .wbmp <- gifs are now antialiased - - Rework plugin framework to separate device from renderer, and to - autoload load dependendent plugins - - show defaults in output from: ./configure --help - - add more info to dot -v and dot -v2 debug outputs - - various issues with CR/LF in windows, but not in binary outputs. - * 2.14.1 - - Add xdot parsing library to source distros - - graphviz.spec fixes for rpm distros from Gareth Armstrong - - moved language binding man pages to mann - (gv_php.n, gv_ocaml.n, etc.) - - New access functions for version info in GVC_t - permits - gvcint.h to be private. - * 2.14: - - Using system version of libgd if gd-2.0.34 or later. - internal copy of gd updated to gd-2.0.35. - - Updated GVGUI viewer for Windows - - Added support for selection of edge routing types: - line, polyline, orthogonal, spline - - Added -Tvml support -- Adapt the patch to allow ^LT_(CURRENT|REVISION|AGE)$ in - configure script and reenable the use of these variables. -* Thu Mar 13 2008 schwab@suse.de -- Allow ^LT_(CURRENT|REVISION|AGE)$ in configure script. -- Remove broken autoconf macros. -* Fri Oct 26 2007 pth@suse.de -- Add missing includes. -* Thu Aug 16 2007 pth@suse.de -- Add missing BuildRequires for fdupes -- Guard fdupes by check for suse_version -* Mon Aug 13 2007 pth@suse.de -- lib/sfio/sfhdr.h(SFSETLOCALE): fix test for null pointer. -- Fix include paths for php5 -- Move gv_php man page to where man searches for it. -- Use %%fdupes -- Add rpmlintrc -- use -fno-strict-aliasing for gv_php -* Mon Jun 11 2007 ro@suse.de -- no main package, no debuginfo -* Wed Jun 06 2007 pth@suse.de -- Move man pages to _mandir (bugzilla #281398) -* Fri May 11 2007 ro@suse.de -- added get_release_number.sh to sync rel-number between - graphviz and graphviz-plugins -* Thu May 10 2007 ro@suse.de -- create own specfile for all plugins to reduce build dependencies - of main package (and break various build cycles) diff --git a/graphviz.changes b/graphviz.changes index 8caa51e..a187cd9 100644 --- a/graphviz.changes +++ b/graphviz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de + +- make patch0 usage consistent + ------------------------------------------------------------------- Fri Oct 24 16:04:56 CEST 2008 - mrueckert@suse.de diff --git a/graphviz.spec b/graphviz.spec index e44d492..13c4338 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -1,7 +1,7 @@ # # spec file for package graphviz (Version 2.20.2) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products 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 @@ 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.20.2 -Release: 43 +Release: 44 AutoReqProv: on Summary: Graph Visualization Tools Group: Productivity/Graphics/Visualization/Graph @@ -38,7 +38,7 @@ Patch13: graphviz-stddefs.patch #Any version after 2.20.2 will contain the following patch Patch14: graphviz-fix_gstack_overflow.patch Url: http://www.graphviz.org/ -License: IBM Public License +License: IBM Public License .. Prefix: /usr BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: /bin/cat @@ -62,7 +62,7 @@ Authors: Gordon Woodhull %package devel -License: IBM Public License +License: IBM Public License .. Group: Development/Libraries/C and C++ Summary: Graphiviz development package Requires: %{name} = %{version} @@ -88,7 +88,7 @@ Authors: %prep %setup -q -%patch +%patch0 %patch3 %patch11 %patch13 @@ -208,383 +208,3 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li %{_mandir}/man3/*.3.gz %changelog -* Fri Oct 24 2008 mrueckert@suse.de -- fix build with newer libtool -- fix requires of debug package -* Mon Oct 13 2008 pth@suse.de -- Fix vulnerability that allowed overflowing gstack (bnc#433747) -* Thu Jul 10 2008 pth@suse.de -- Update to 2.20.2. Changes since 2.18: - 2.20.2: - - Fix bug in HTML-like labels - 2.20.1: - - Fix bug in ccomps related to conversion to cgraph - 2.20.0: - - Fixed bugs (see http://www.graphviz.org/bugs/buglist.html for - details: - - 1315: Different/error output for *.os and *.pdf - - 1317: Graphviz fails to open more than 512 files. - - 1324: Graphviz crashes in atexit(). - - 1336: Plain format label delimiters change randomly. - - 1343: Layouts other than 'dot' seem broken in tcldot due to - documentation error. - - 1364: Dot fails with failed assertion. - - Add new "folder" shape for nodes. - - Migration of gvpr tools to libcgraph. - - New output format -Teps (encapsulated postscript) - - Various NetBSD and SuSE fixes incorporated - - ./configure now provides a summary -* 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 -- Readd plugins left out by accident. -- Add upstream patch that makes 'dot -c' completely verifiy all - cross-plugin dependencies. In case of a failed dependency - it comments out the failed plugin in the config that it writes. -* Mon Apr 07 2008 pth@suse.de -- Fix paths for lua and php in examples -* Fri Mar 28 2008 pth@suse.de -- Update to 2.18. Changes since 2.12: - - Lots of bugs fixed, see ChangeLog for detailed list. - - in -Tps use a new number formatter that suppresses trailing 0. - - support tcl/tk-8.5 - - support gcc-4.3 - - support for node usershapes/images in svg format - - install: perl, php, python, ruby, tcl, bindings in - language-specified directories - - add arrowhead scaling with edge penwidth - - add "folder" node shape - - add "smyna" large graph view (thanks Arif) (not yet included - in binary distros) - * 2.16.1 - - Improvements to PHP binding - - Improvements to OCAML binding - - Make regression tests run from the build tree, rather than require - installation - - Repair freetype detection on RedHat-7 (Yes, people still use it!!) - - Fix zoom-at-mouse-location in -Txlib and -Tgtk - - Fix some dotty regressions - * 2.15 - - new regression test suite - - new cgraph library (will eventually replace graph and agraph) - - add "image" and "imagescale" for simpler support for images in nodes - - add "tab" "box3d" and "component" shapes. - Diomidis Spinellis - - replace arith.h in distro - - add functions to access version info to avoid need for gvcint.h - - Fix problem with irregular character spacing at 96dpi in pango/cairo - output formats. - - Add gdk_pixbuf plugin providing: .bmp .ico .jpg .png .tif - - Add DevIL plugin providing: .bmp .jpg .png .tif .tga - - Extend GD plugin to provide a backend to cairo for: .gif .jpg .png .gd - .gd2 .wbmp <- gifs are now antialiased - - Rework plugin framework to separate device from renderer, and to - autoload load dependendent plugins - - show defaults in output from: ./configure --help - - add more info to dot -v and dot -v2 debug outputs - - various issues with CR/LF in windows, but not in binary outputs. - * 2.14.1 - - Add xdot parsing library to source distros - - graphviz.spec fixes for rpm distros from Gareth Armstrong - - moved language binding man pages to mann - (gv_php.n, gv_ocaml.n, etc.) - - New access functions for version info in GVC_t - permits - gvcint.h to be private. - * 2.14: - - Using system version of libgd if gd-2.0.34 or later. - internal copy of gd updated to gd-2.0.35. - - Updated GVGUI viewer for Windows - - Added support for selection of edge routing types: - line, polyline, orthogonal, spline - - Added -Tvml support -- Adapt the patch to allow ^LT_(CURRENT|REVISION|AGE)$ in - configure script and reenable the use of these variables. -* Thu Mar 13 2008 schwab@suse.de -- Allow ^LT_(CURRENT|REVISION|AGE)$ in configure script. -- Remove broken autoconf macros. -* Fri Oct 26 2007 pth@suse.de -- Add missing includes. -* Mon Aug 13 2007 pth@suse.de -- lib/sfio/sfhdr.h(SFSETLOCALE): fix test for null pointer. -- use -fno-strict-aliasing for gv_php -* Fri May 11 2007 ro@suse.de -- added get_release_number.sh to sync rel-number between - graphviz and graphviz-plugins -* Thu May 10 2007 ro@suse.de -- split off plugins to separate specfile to break build cycles -* Tue May 08 2007 pth@suse.de -- Update to 2.12 - - PostScript output had an extraneous '%%' character on the first line, - which would cause printing to fail. - - Text handling, during both sizing and layout, incorrectly handled - empty lines such as label="\nabc". - - HTML-like tables had been changed to use too much vertical space, - to possibly use the wrong font in calculating the height of a line, - and to use the wrong offset when moving the baseline from one line to - the next. - - dot - New pango+cairo renderer plugin (was in separate graphviz-cairo tree). - -- -Tpng now uses cairo (-Tpng:gd for old gd based renderer) - -- -Tpdf now available - -- -Tps:cairo now available (-Tps is a direct ps renderer not based on - cairo) - -- -Tsvg:cairo now available (-Tsvg is a direct svg renderer not based - on cairo) - -- -Txlib now available -- "dot -Tx11 foo.dot" watches foo.dot with - inotify and updates - -- -Tgtk now available -- eventually to provide a graph editing capability - - not fully working - -- -Tswf "Flash" now available using the ming library. Currently has - incomplete font support and not yet in Fedora rpms because ming not - yet available as rpm. - - remove hard gd dependencies from dot. gd renderers now provided - as optional plugin. Deprecated, but required for -Tjpg, -Tgif and -Tvrml. - - gvpr - Add kindOf function, plus functions to set and get default values - - dot - Implement esep attribute to allow graph to specify room - around nodes for spline routing. - - neato - add vpsc library and DIGCOLA - - neato - add IPSEPCOLA additions from Tim Dwyer - - move: -Tps, -Tfig, -Tsvg, -Timap/ismap/cmap/cmapx, -Tdot/xdot, - from codegens to a "core" plugin. - - dot - new usershape plugin mechanism potentially supporting - a wider range of input shape format -> output format combinations. - display on changes - - dot - new -O switch to automatically generate output file - names based on the input filename and the -T value. - e.g. "dot -Tpng -O *.dot" - Also works for case of multiple graphs in a single input file. - - add support for "Brewer" color nameset - - move reusable .so libraries to $PREFIX/lib per frequent request - from Debian community. Plugin .so's remain in $PREFIX/lib/graphviz. - - (POTENTIAL INCOMPATIBILITY) The default input scaling, in the - absence of a "-s" switch, has been changed from inches to points. - The new behavior of "neato" is equivalent to "neato -s72". - The old behavior can be restored with "neato -s1". - The purpose of this change is to avoid a Frequently-Made-Mistake - when using "neato -n" to process a previously generated layout. - Previously it was necessary to use "neato -n -s72", but with this - change the default matches dot's output and the "-s72" is not required. - - Added pseudo layout engines: "dot -Knop" and dot -Knop1" equivalent - to "neato -n" - - Added pseodo layout engine: "dot -Knop2" equivalent to "neato -n2" - - Add support for color namespaces; add Brewer color data - - Add support for simulated duplex edges using parallel edges: - head arrow takes first color, tail arrow takes second color. - - Add a small pad region around graph renderings to allow for finite - penwidths at the drawing edges - - Add protonode(g) and E=protoedge(g) functions to simplify language - bindings. - - Add special purpose code to deal with html labels from language - bindings. -- Split off language support into subpackages. -- build php,ruby,C#,python,guile and java support in addition to tcl -- swig >= 1.3.21 differentiates between php4 and php5, so adapt - configure test. -- Don't move tcl libraries to _libdir but instead add the graphviz - sublibrary paths via /etc/ld.so.conf.d -- Use SONAMEs to generate pkgIndex.tcl. That way tcl can actually - load the libraries via 'package require' -- Don't compare pointer with string literal. -* Thu May 03 2007 prusnak@suse.cz -- changed expat to libexpat-devel in [Build]Requires -* Thu Mar 29 2007 aj@suse.de -- Add bison to BuildRequires. -* Fri Aug 11 2006 pth@suse.de -- Adapt to new X11 paths. -* Mon Apr 03 2006 pnemec@suse.cz -- add pkgconfig files to devel package -* Sun Feb 19 2006 aj@suse.de -- Reduce BuildRequires. -* Thu Feb 09 2006 pth@suse.de -- Fix segfault in neato when using splines (#144275) -* Fri Feb 03 2006 pth@suse.de -- Fix swig template to include declaration. -- Fix BuildRequires -- Fix dependencies for -devel package -* Thu Nov 24 2005 agruen@suse.de -- Add missing plugin config file. -- Fix gcc aliasing bugs. -* Mon Aug 29 2005 agruen@suse.de -- Update to version 2.6: numerous bugfixes. -* Tue Aug 09 2005 agruen@suse.de -- fix-pkgIndex.diff: Fix tcl library search for "package require - Tkspline" and similar statements by (a) moving the tcl/tk - libraries from _libdir/graphviz/ to _libdir/, and removing - path names from library names in pkgIndex.tcl so that 32bit - and 64bit libraries are searched as appropriate. -* Tue Aug 02 2005 ro@suse.de -- move pkgIndex.tcl to /usr/share -* Thu Feb 10 2005 agruen@suse.de -- Update to version 2.2. -- Drop graphviz-graphs subpackage. -* Sun Aug 29 2004 garloff@suse.de -- Drop EULA notification message. -* Sat Mar 27 2004 sndirsch@suse.de -- update to graphviz-1.12 - * general - - rename bcc -> bcomps to avoid name conflict with - "Bruce's C Compiler" on Redhat distributions. - - all build without X11 (fix problem in lefty tree) - - remove from distribution: - dag, fdp, geo, grid, incr, shape, tcldgr, tcldgl - * dotneato - - fix "brown-bag" problem resulting in PNG and JPEG errors on - RH8 and RH9. -- removed hunks for dag, fdp, grid, tcldgl from codecleanup patch; - directories were dropped upstream (see 1.12 changelog above) -- no need to rename bcc any longer (see 1.12 changelog above) -- removed libtcldgl/libtcldgr (see 1.12 changelog above) -* Tue Mar 09 2004 garloff@suse.de -- Rename bcc to bcc-graphviz due to conflict with bcc from dev86. -* Mon Mar 01 2004 garloff@suse.de -- Update to graphviz-1.11: - * Drop lots of patches (merged upstream) ;-) - * dotneato: add -Gviewport, fix memleak in gdft, clean up calc - of whitespace around labels -* Wed Feb 25 2004 garloff@suse.de -- Update to graphviz-1.10: - * enhanced gpr: string matching, lock primitive to save graphs - * zoomable 2 1/2 D graph viewer (Java) - * neato -gpack -* Fri Jan 16 2004 meissner@suse.de -- Change freetype detection to new one, so the internal libGD is build - against it again. -* Sat Jan 10 2004 adrian@suse.de -- build as user -* Mon Oct 06 2003 kukuk@suse.de -- Remove curl (source code does not use it) and lynx from - neededforbuild. -* Mon Jul 28 2003 ro@suse.de -- updated neededforbuild -* Tue May 13 2003 pthomas@suse.de -- Add hacks to work around problems with libtool 1.5. -* Mon Apr 14 2003 pthomas@suse.de -- Get rid of nearly all compiler warnings. -* Mon Apr 07 2003 pthomas@suse.de -- Use posix-2001 conforming syntax for sort. -* Fri Feb 07 2003 pthomas@suse.de -- Update to 1.9 -- Split off subpackages devel, graphs and tcl like - it's done in the specfile included with graphviz. -- remove obsolete patches -* Wed Jan 29 2003 ro@suse.de -- fix png library detection in configure -- removed perl-GD and blt from neededforbuild -* Thu Jan 09 2003 ro@suse.de -- fixed configure.in -* Thu Nov 14 2002 tcrhak@suse.cz -- fixed for new bison: end rules with semicolons -* Tue Aug 20 2002 mmj@suse.de -- Correct PreReq -* Sat Aug 10 2002 aj@suse.de -- Fix typo in license. -* Fri Jul 05 2002 kukuk@suse.de -- Use %%ix86 macro -* Tue Jul 02 2002 garloff@suse.de -- Update to 1.8.6: - * FPU handling fix got included - * arch independent stuff in /usr/share/graphviz now - * arrow fixes and improvements and more arrow types - * new pack option to neato - * bugfixes -- Change licensor from SuSE GmbH to SuSE Linux AG -* Wed May 22 2002 garloff@suse.de -- Add prune binary and man page to file list. -* Fri May 10 2002 garloff@suse.de -- Fix FPU excpetion handling. (Use feenableexcept() rather than - _FPU_GETCW(), if available.) -* Wed May 08 2002 garloff@suse.de -- Update to graphviz-1.8.5: - * fixed various Win and MacOSX probs - * minimal Type1 font support - * webdot.cgi perl script accepts same args as webgot.tcl now - * various SVG enhancements and fixes - * various portability/64bit fixes - * various bug fixes -* Fri May 03 2002 meissner@suse.de -- %%_lib fixes (to find tclConfig.sh and tkConfig.sh) -* Fri Feb 01 2002 ro@suse.de -- changed neededforbuild to -* Mon Jan 28 2002 garloff@suse.de -- Some more missing decls found and fixed. -* Mon Jan 28 2002 garloff@suse.de -- Added patch to fix lots of warnings (and potential bugs on 64bit - platforms). -* Mon Jan 28 2002 garloff@suse.de -- Pass TK_DEFS to gcc for tkspline (which uses tkInt.h) -* Mon Jan 28 2002 garloff@suse.de -- Update to 1.7.16: - * Various bug fixes - * Support for xfig, svgz, - * Text output improvements - * New twopi tool -- Drop patches that have been included in official source ball. -* Wed May 23 2001 garloff@suse.de -- Fix cast warnings on 64bit archs and add missing includes - where necessary. -* Wed May 09 2001 garloff@suse.de -- Cleanup patches. -* Tue May 08 2001 mfabian@suse.de -- bzip2 sources -* Mon Apr 30 2001 garloff@suse.de -- Update to release 1.7.6 with lots of bugfixes: - * Lots of font related fixes - * Fix various bugs WRT labels - * UTF-8 fixes - * cluster and neato layout fixes - * -Timap (mouse sensitive graphs for web pages) fixes - * PNG by default does white background now instead of transp. -- New features in 1.7.6: - * New graph processing tools: acyclic, ccomps, colorize, gc, - gpr, nop, sccmap, tred, unflatten (See ChangeLog for details) -- Spec file: Consistently use %%{prefix} -* Thu Mar 22 2001 ro@suse.de -- changed neededforbuild to freetype2 -- updated to 1.7.5 for freetype2 -* Mon Feb 26 2001 uli@suse.de -- fixed for new glibc -* Fri Jan 19 2001 garloff@suse.de -- Assorted patches from Stephen C. North to - * fix runtime error in graphs having multiple nodes in the min - or max rank set - * fix layout thinko (mincross) -* Sat Dec 16 2000 garloff@suse.de -- Update to 1.7.4: - * various fixes - * support various linestyles - * Remove Tcldot dependence on libgdtclft - * support for long label strings (fixing a reported crash) -* Tue Dec 12 2000 garloff@suse.de -- Specfile cleanups. -* Tue Dec 12 2000 garloff@suse.de -- Update to 1.7.3: - * Better font drawing support - * Bugfixes -- Removed most explicit Requires: from spec, as AutoReqProv works - just fine. -- Split off webdot. -* Wed Nov 29 2000 ro@suse.de -- changed neededforbuild to -* Wed Nov 08 2000 ro@suse.de -- fixed neededforbuild gd -> perl-GD -* Wed Nov 01 2000 garloff@suse.de -- Use %%{?suse_update_config} -> support for S/390 added -* Tue Oct 31 2000 garloff@suse.de -- Update to 1.7: * dot/neato again separate binaries - * 64 bit patches integrated - * Some bugfixes and feature enhancements -* Wed Oct 18 2000 garloff@suse.de -- Change the wording of the license notification to match the - wording from the letter from AT&T. -* Tue Sep 19 2000 garloff@suse.de -- Cleanups for 64 bit archs. -* Mon Sep 18 2000 garloff@suse.de -- Add a notification for the sysadmin, that (s)he and the users - need to agree with the license termn in MINTERMS.txt. According - to "Stephen C. North" , this is all that - needs to be done to fulfill the license requirements. -* Wed Sep 06 2000 garloff@suse.de -- LICENSOR is SuSE: Filled in MINTERMS.txt -* Tue Sep 05 2000 garloff@suse.de -- Creation of package graphviz-1.6 -- Fix lneato Makefile to install into $DESTDIR