From 53deb25de9603c61f03915e1bfd96f92c3cab511 Mon Sep 17 00:00:00 2001 From: Rosa Date: Wed, 1 Feb 2012 14:37:10 +0400 Subject: [PATCH] Automatic import for version 2.28.0 --- .abf.yml | 2 + graphviz-2.28.0-fix-format-errors.patch | 109 ++++ graphviz.spec | 741 ++++++++++++++++++++++++ 3 files changed, 852 insertions(+) create mode 100644 .abf.yml create mode 100644 graphviz-2.28.0-fix-format-errors.patch create mode 100644 graphviz.spec diff --git a/.abf.yml b/.abf.yml new file mode 100644 index 0000000..7b38149 --- /dev/null +++ b/.abf.yml @@ -0,0 +1,2 @@ +sources: + "graphviz-2.28.0.tar.gz": 4725d88a13e071ee22e632de551d4a55ca08ee7d diff --git a/graphviz-2.28.0-fix-format-errors.patch b/graphviz-2.28.0-fix-format-errors.patch new file mode 100644 index 0000000..a16cca6 --- /dev/null +++ b/graphviz-2.28.0-fix-format-errors.patch @@ -0,0 +1,109 @@ +diff -ur graphviz-2.26.3.orig/cmd/tools/bcomps.c graphviz-2.26.3/cmd/tools/bcomps.c +--- graphviz-2.26.3.orig/cmd/tools/bcomps.c 2010-01-08 22:28:39.000000000 +0100 ++++ graphviz-2.26.3/cmd/tools/bcomps.c 2010-02-01 22:03:42.000000000 +0100 +@@ -315,7 +315,7 @@ + + static void usage(int v) + { +- printf(useString); ++ printf("%s",useString); + exit(v); + } + +diff -ur graphviz-2.26.3.orig/cmd/tools/ccomps.c graphviz-2.26.3/cmd/tools/ccomps.c +--- graphviz-2.26.3.orig/cmd/tools/ccomps.c 2010-01-08 22:28:39.000000000 +0100 ++++ graphviz-2.26.3/cmd/tools/ccomps.c 2010-02-01 22:03:42.000000000 +0100 +@@ -99,7 +99,7 @@ + + static void usage(int v) + { +- printf(useString); ++ printf("%s",useString); + exit(v); + } + +diff -ur graphviz-2.26.3.orig/cmd/tools/dijkstra.c graphviz-2.26.3/cmd/tools/dijkstra.c +--- graphviz-2.26.3.orig/cmd/tools/dijkstra.c 2010-01-08 22:28:39.000000000 +0100 ++++ graphviz-2.26.3/cmd/tools/dijkstra.c 2010-02-01 22:03:42.000000000 +0100 +@@ -237,7 +237,7 @@ + + static void usage(int v) + { +- printf(useString); ++ printf("%s",useString); + exit(v); + } + +Only in graphviz-2.26.3/cmd/tools: dijkstra.c.orig +diff -ur graphviz-2.26.3.orig/cmd/tools/gc.c graphviz-2.26.3/cmd/tools/gc.c +--- graphviz-2.26.3.orig/cmd/tools/gc.c 2010-01-08 22:28:39.000000000 +0100 ++++ graphviz-2.26.3/cmd/tools/gc.c 2010-02-01 22:03:42.000000000 +0100 +@@ -86,7 +86,7 @@ + + static void usage(int v) + { +- printf(useString); ++ printf("%s",useString); + exit(v); + } + +diff -ur graphviz-2.26.3.orig/cmd/tools/gvcolor.c graphviz-2.26.3/cmd/tools/gvcolor.c +--- graphviz-2.26.3.orig/cmd/tools/gvcolor.c 2010-01-08 22:28:39.000000000 +0100 ++++ graphviz-2.26.3/cmd/tools/gvcolor.c 2010-02-01 22:03:42.000000000 +0100 +@@ -88,7 +88,7 @@ + + static void usage(int v) + { +- printf(useString); ++ printf("%s",useString); + exit(v); + } + +diff -ur graphviz-2.26.3.orig/cmd/tools/gvpack.c graphviz-2.26.3/cmd/tools/gvpack.c +--- graphviz-2.26.3.orig/cmd/tools/gvpack.c 2010-01-08 22:28:39.000000000 +0100 ++++ graphviz-2.26.3/cmd/tools/gvpack.c 2010-02-01 22:03:42.000000000 +0100 +@@ -92,7 +92,7 @@ + + static void usage(int v) + { +- printf(useString); ++ printf("%s",useString); + exit(v); + } + +Only in graphviz-2.26.3/cmd/tools: mm2gv.c.orig +Only in graphviz-2.26.3/cmd/tools: mm2gv.c.rej +diff -ur graphviz-2.26.3.orig/cmd/tools/nop.c graphviz-2.26.3/cmd/tools/nop.c +--- graphviz-2.26.3.orig/cmd/tools/nop.c 2010-01-08 22:28:39.000000000 +0100 ++++ graphviz-2.26.3/cmd/tools/nop.c 2010-02-01 22:03:42.000000000 +0100 +@@ -42,7 +42,7 @@ + + static void usage(int v) + { +- printf(useString); ++ printf("%s",useString); + exit(v); + } + +--- graphviz-2.28.0/cmd/gvedit/main.cpp.str 2011-05-11 16:42:30.000000000 +0200 ++++ graphviz-2.28.0/cmd/gvedit/main.cpp 2011-05-11 16:42:41.000000000 +0200 +@@ -65,7 +65,7 @@ + + static void usage(int v) + { +- printf(useString); ++ printf("%s",useString); + exit(v); + } + +--- graphviz-2.28.0/lib/ortho/ortho.c.str 2011-05-11 16:37:37.000000000 +0200 ++++ graphviz-2.28.0/lib/ortho/ortho.c 2011-05-11 16:37:53.000000000 +0200 +@@ -1520,7 +1520,7 @@ + absbb.LL.x = absbb.LL.y = MAXDOUBLE; + absbb.UR.x = absbb.UR.y = -MAXDOUBLE; + +- fprintf (fp, prolog2); ++ fprintf (fp, "%s", prolog2); + fprintf (fp, "%d %d translate\n", TRANS, TRANS); + + fputs ("0 0 1 setrgbcolor\n", fp); diff --git a/graphviz.spec b/graphviz.spec new file mode 100644 index 0000000..68748b3 --- /dev/null +++ b/graphviz.spec @@ -0,0 +1,741 @@ +%bcond_without static +%bcond_with libr + +%define cdt_major 5 +%define cgraph_major 6 +%define graph_major 5 +%define gvc_major 6 +%define gvpr_major 2 +%define pathplan_major 4 +%define xdot_major 4 + +%define lib_cdt %mklibname cdt %{cdt_major} +%define lib_cgraph %mklibname cgraph %{cgraph_major} +%define lib_graph %mklibname graph %{graph_major} +%define lib_gvc %mklibname gvc %{gvc_major} +%define lib_gvpr %mklibname gvpr %{gvpr_major} +%define lib_pathplan %mklibname pathplan %{pathplan_major} +%define lib_xdot %mklibname xdot %{xdot_major} +%define develname %mklibname graphviz -d +%define staticname %mklibname graphviz -d -s + +Summary: Graph visualization tools +Name: graphviz +Version: 2.28.0 +Release: %mkrel 1 +Group: Graphics +License: Common Public License +URL: http://www.graphviz.org +Source: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz +Patch4: graphviz-2.28.0-fix-format-errors.patch +BuildRequires: bison >= 2.3 +BuildRequires: flex >= 2.5.4a +BuildRequires: swig >= 1.3.29 +BuildRequires: freetype2-devel >= 2.1.10 +BuildRequires: pango-devel >= 1.12.4 +BuildRequires: gd-devel >= 2.0.34 +BuildRequires: gettext-devel >= 0.14.5 +BuildRequires: libcurl-devel +BuildRequires: libjpeg-devel +BuildRequires: libtool +BuildRequires: libltdl-devel +BuildRequires: libpng-devel >= 1.2.10 +BuildRequires: librsvg-devel +BuildRequires: libx11-devel +BuildRequires: libxaw-devel +BuildRequires: libxmu-devel +BuildRequires: libxt-devel +BuildRequires: gtk+2-devel +BuildRequires: gtkglarea2-devel +BuildRequires: gtkglext-devel +BuildRequires: zlib-devel >= 1.2.3 +BuildRequires: libexpat-devel >= 2.0.0 +BuildRequires: libfontconfig-devel >= 2.3.95 +Conflicts: %{mklibname graphviz 4} < 2.20.3-3 +BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot + +%description +A collection of tools for the manipulation and layout +of graphs (as in nodes and edges, not as in barcharts). + +%files +%defattr(-,root,root) +%dir %{_libdir}/%{name} +%{_bindir}/* +%_mandir/man?/* +%{_datadir}/graphviz +%{_libdir}/graphviz/*.so.* + +#------------------------------------------------------------------------- + +%package doc +Group: Books/Computer books +Summary: %{name} documentation + +%description doc +The %{name} documentation. + +%files doc +%defattr(-,root,root) +%{_datadir}/doc/%{name} + +#------------------------------------------------------------------------- + +%package -n %{lib_cdt} +Group: System/Libraries +Summary: Shared library for %{name} +Conflicts: %{_lib}graphviz4 < 2.26 + +%description -n %{lib_cdt} +This package provides the cdt shared library for %{name}. + +%files -n %{lib_cdt} +%defattr(-,root,root) +%{_libdir}/libcdt.so.%{cdt_major}* + +#------------------------------------------------------------------------- + +%package -n %{lib_cgraph} +Group: System/Libraries +Summary: Shared library for %{name} +Conflicts: %{_lib}graphviz4 < 2.26 + +%description -n %{lib_cgraph} +This package provides the cgraph shared library for %{name}. + +%files -n %{lib_cgraph} +%defattr(-,root,root) +%{_libdir}/libcgraph.so.%{cgraph_major}* + +#------------------------------------------------------------------------- + +%package -n %{lib_graph} +Group: System/Libraries +Summary: Shared library for %{name} +Conflicts: %{_lib}graphviz4 < 2.26 +Obsoletes: %{_lib}graphviz4 < 2.26 + +%description -n %{lib_graph} +This package provides the graph shared library for %{name}. + +%files -n %{lib_graph} +%defattr(-,root,root) +%{_libdir}/libgraph.so.%{graph_major}* + +#------------------------------------------------------------------------- + +%package -n %{lib_gvc} +Group: System/Libraries +Summary: Shared library for %{name} +Conflicts: %{_lib}graphviz4 < 2.26 + +%description -n %{lib_gvc} +This package provides the gvc shared library for %{name}. + +%files -n %{lib_gvc} +%defattr(-,root,root) +%{_libdir}/libgvc.so.%{gvc_major}* + +#------------------------------------------------------------------------- + +%package -n %{lib_gvpr} +Group: System/Libraries +Summary: Shared library for %{name} + +%description -n %{lib_gvpr} +This package provides the gvpr shared library for %{name}. + +%files -n %{lib_gvpr} +%defattr(-,root,root) +%{_libdir}/libgvpr.so.%{gvpr_major}* + +#------------------------------------------------------------------------- + +%package -n %{lib_pathplan} +Group: System/Libraries +Summary: Shared library for %{name} +Conflicts: %{_lib}graphviz4 < 2.26 + +%description -n %{lib_pathplan} +This package provides the pathplan shared library for %{name}. + +%files -n %{lib_pathplan} +%defattr(-,root,root) +%{_libdir}/libpathplan.so.%{pathplan_major}* + +#------------------------------------------------------------------------- + +%package -n %{lib_xdot} +Group: System/Libraries +Summary: Shared library for %{name} + +%description -n %{lib_xdot} +This package provides the xdot shared library for %{name}. + +%files -n %{lib_xdot} +%defattr(-,root,root) +%{_libdir}/libxdot.so.%{xdot_major}* + +#------------------------------------------------------------------------- + +%define lua_version %(if [ -x /usr/bin/lua ]; then lua -v 2>&1| awk '{print $2}' | awk -F. '{print $1 "." $2}'; fi) + +%package -n lua-graphviz +Group: System/Libraries +Summary: Graphviz bindings for lua +BuildRequires: lua-devel +Obsoletes: %{mklibname graphvizlua 0} + +%description -n lua-graphviz +This package provides the Lua extension for %{name}. + +%files -n lua-graphviz +%defattr(-,root,root) +%{_libdir}/graphviz/lua +%{_libdir}/lua/%{lua_version}/gv.so + +#------------------------------------------------------------------------- + +%package -n php-graphviz +Group: System/Libraries +Summary: Graphviz bindings for php +BuildRequires: php-devel +BuildRequires: php-cli +Obsoletes: %{mklibname graphvizphp 0} + +%description -n php-graphviz +This package provides the PHP extension for %{name}. + +%files -n php-graphviz +%defattr(-,root,root) +%{_libdir}/graphviz/php +%{_libdir}/php/modules/gv.so +%{_datadir}/php/gv.php + +#------------------------------------------------------------------------- + +%package -n python-graphviz +Group: System/Libraries +Summary: Graphviz bindings for python +Obsoletes: %{mklibname graphvizpython 0} +%py_requires -d + +%description -n python-graphviz +This package provides the Python extension for %{name}. + +%files -n python-graphviz +%defattr(-,root,root) +%{_libdir}/graphviz/python +%py_platsitedir/* + +#------------------------------------------------------------------------- + +%package -n ruby-graphviz +Group: System/Libraries +Summary: Graphviz bindings for ruby +BuildRequires: ruby-devel +Obsoletes: %{mklibname graphvizruby 0} + +%description -n ruby-graphviz +This package provides the Ruby extension for %{name}. + +%files -n ruby-graphviz +%defattr(-,root,root) +%{_libdir}/graphviz/ruby +%{_prefix}/lib/ruby + +#------------------------------------------------------------------------- + +%package -n perl-graphviz +Group: System/Libraries +Summary: Graphviz bindings for perl +BuildRequires: perl-devel +Obsoletes: %{mklibname graphvizperl 0} + +%description -n perl-graphviz +This package provides the Perl extension for %{name}. + +%files -n perl-graphviz +%defattr(-,root,root) +%{perl_vendorarch}/* +%{_libdir}/graphviz/perl + +#------------------------------------------------------------------------- + +%package -n tcl-graphviz +Group: System/Libraries +Summary: Graphviz bindings for tcl +BuildRequires: tcl-devel >= 8.3.0 +BuildRequires: tk-devel >= 8.3.0 +BuildRequires: tk >= 8.3.0 +Obsoletes: %{mklibname graphviztcl 7 -d} +Obsoletes: %{mklibname graphviztcl 0} + +%description -n tcl-graphviz +This package provides the Tcl extension for %{name}. + +%files -n tcl-graphviz +%defattr(-,root,root) +%{_libdir}/tcl* +%{_libdir}/graphviz/tcl + +#------------------------------------------------------------------------- + +%define jdk_path %{_prefix}/lib/jvm/java +%define java_includes %{_includedir}/libgcj + +%package -n java-graphviz +Group: System/Libraries +Summary: Graphviz bindings for java +BuildRequires: java-devel +Obsoletes: %{mklibname graphvizjava 0} + +%description -n java-graphviz +This package provides the Java extension for %{name}. + +%files -n java-graphviz +%defattr(-,root,root) +%{_libdir}/graphviz/java + +#------------------------------------------------------------------------- +%if %with libr + +%package -n r-graphviz +Group: System/Libraries +Summary: Graphviz bindings for R +BuildRequires: libRmath-devel +Obsoletes: %{mklibname graphvizr 0} + +%description -n r-graphviz +This package provides the R extension for %{name}. + +%files -n r-graphviz +%defattr(-,root,root) +%{_libdir}/graphviz/R + +%endif +#------------------------------------------------------------------------- + +%package -n ocaml-graphviz +Group: System/Libraries +Summary: Graphviz bindings for OCaml +BuildRequires: ocaml +Obsoletes: %{mklibname graphvizocaml 0} + +%description -n ocaml-graphviz +This package provides the OCaml extension for %{name}. + +%files -n ocaml-graphviz +%defattr(-,root,root) +%{_libdir}/graphviz/ocaml + +#------------------------------------------------------------------------- + +%define oldmajor 3 + +%package -n %{develname} +Group: Development/Other +Summary: Development package for %{name} +Provides: %{name}-devel = %{version}-%{release} +Obsoletes: %{mklibname graphviz -d 7} +Obsoletes: %{mklibname graphviztcl -d 7} +Obsoletes: %{mklibname -d %name %oldmajor} +Requires: %{lib_cdt} = %{version} +Requires: %{lib_cgraph} = %{version} +Requires: %{lib_graph} = %{version} +Requires: %{lib_gvc} = %{version} +Requires: %{lib_gvpr} = %{version} +Requires: %{lib_pathplan} = %{version} +Requires: %{lib_xdot} = %{version} +Requires: %{name} = %{version} + +%description -n %{develname} +Development package for %{name}. + +%files -n %{develname} +%defattr(-,root,root) +%{_libdir}/pkgconfig/* +%{_libdir}/graphviz/*.so +%{_libdir}/graphviz/*.la +%{_libdir}/*.so +%{_libdir}/*.la +%{_includedir}/graphviz + +#------------------------------------------------------------------------- + +%if ! %without static +%package -n %{staticname} +Group: Development/Other +Summary: Static development package for %{name} +Requires: %{develname} = %{version}-%{release} +Provides: %{name}-static-devel = %{version}-%{release} +Obsoletes: %mklibname -d -s %name %oldmajor + +%description -n %{staticname} +Static development package for %{name}. + +%files -n %{staticname} +%defattr(-,root,root) +%{_libdir}/graphviz/*.a +%{_libdir}/*.a + +%endif + +#------------------------------------------------------------------------- + +%prep +%setup -q +%patch4 -p1 -b .format + +%build +%configure2_5x \ + --with-x \ +%if %without static + --disable-static \ +%else + --enable-static \ +%endif +%if %with libr + --enable-r \ +%else + --disable-r \ +%endif + --enable-ocaml \ + --enable-perl \ + --enable-php \ + --enable-python \ + --disable-guile \ + --disable-sharp \ + --with-pangocairo \ + --with-gtk \ + --with-libgd \ + --disable-io \ + --disable-dependency-tracking + +%make TK_LIB_SPEC="-ltcl -ltk" + +%install +rm -rf %{buildroot} +%makeinstall_std + +# fix documentation +install -d -m 755 %{buildroot}%{_docdir} +mv %{buildroot}%{_datadir}/%{name}/doc %{buildroot}%{_docdir}/%{name} +mv %{buildroot}%{_datadir}/%{name}/demo %{buildroot}%{_docdir}/%{name} + +%clean +rm -rf %{buildroot} + +%post +%{_bindir}/dot -c + +%postun +if ! test -x %{_bindir}/dot; then rm -f %{_libdir}/%{name}/config; fi + + + +%changelog +* Wed May 11 2011 Funda Wang 2.28.0-1mdv2011.0 ++ Revision: 673577 +- New version 2.28.0 + +* Wed Apr 27 2011 Funda Wang 2.26.3-7 ++ Revision: 659617 +- fix broken link + +* Fri Feb 04 2011 Funda Wang 2.26.3-6 ++ Revision: 635865 +- rebuild +- tighten BR + +* Thu Nov 04 2010 Funda Wang 2.26.3-5mdv2011.0 ++ Revision: 593059 +- rebuild for py2.7 + +* Wed Oct 06 2010 Funda Wang 2.26.3-4mdv2011.0 ++ Revision: 583389 +- rebuild + +* Sun Aug 01 2010 Funda Wang 2.26.3-3mdv2011.0 ++ Revision: 564281 +- rebuild for perl 5.12.1 + +* Thu Jul 22 2010 Funda Wang 2.26.3-2mdv2011.0 ++ Revision: 557038 +- rebuild for perl 5.12 + +* Mon Feb 01 2010 Frederik Himpe 2.26.3-1mdv2010.1 ++ Revision: 499306 +- Update to new version 2.26.3 +- Rediff format errors patch + +* Fri Jan 29 2010 Funda Wang 2.26.0-3mdv2010.1 ++ Revision: 498072 +- rebuild for new ocaml + + + Shlomi Fish + - Correct many typos in the descriptions. + +* Thu Dec 31 2009 Frederik Himpe 2.26.0-2mdv2010.1 ++ Revision: 484287 +- Add conflicts to library packages, to fix upgrade +- Move obsoletes to one library package instead of graphviz itself, + because the latter pulls in additional X libraries, which might be + unwanted + +* Wed Dec 30 2009 Frederik Himpe 2.26.0-1mdv2010.1 ++ Revision: 484088 +- Update to new version 2.26.0 + + + Christophe Fergeau + - move Obsoletes from subpackages up to the main one + urpmi can't deal with multiple packages obsoleting the same package, so it + just doesn't do anything instead of upgrading the package to the newer version. + We need anyway all the subpackages to be installed, so we can put the Obsoletes + on the main package which drags all the subpackages. + +* Wed Nov 18 2009 Oden Eriksson 2.24.0-2mdv2010.1 ++ Revision: 467303 +- force linkage against system libltdl.so.7 + +* Thu Sep 10 2009 Guillaume Rousse 2.24.0-1mdv2010.0 ++ Revision: 437324 +- new version + +* Thu Sep 10 2009 Helio Chissini de Castro 2.22.2-5mdv2010.0 ++ Revision: 436955 +- Sanitize graphviz package to put proper name in subpackages and keep consistent with the rest of the distro +- Enable java package by default as we have a proper legal java sdk +- Disable R bindings as not working well +- Cleanup spec + +* Mon Jun 29 2009 Guillaume Rousse 2.22.2-4mdv2010.0 ++ Revision: 390541 +- rebuild for latest ocaml + +* Fri Mar 27 2009 Guillaume Rousse 2.22.2-3mdv2009.1 ++ Revision: 361642 +- fix wrong package names in obsoletes tags + +* Mon Mar 23 2009 Guillaume Rousse 2.22.2-2mdv2009.1 ++ Revision: 360626 +- split all libraries in individual subpackages (fix #49025) + +* Thu Mar 19 2009 Guillaume Rousse 2.22.2-1mdv2009.1 ++ Revision: 358009 +- new version +- drop xdg, linkage, gnomeui, bindings, tcl86 patches, not needed anymore +- update format-strings and system-libtool patches + +* Wed Jan 28 2009 Funda Wang 2.20.3-10mdv2009.1 ++ Revision: 334877 +- use sys ltdl +- add lilnk to bindings +- build our own libtool +- rebuild for new libtool + + + Götz Waschk + - don't build bundled libltdl + +* Fri Jan 16 2009 Guillaume Rousse 2.20.3-9mdv2009.1 ++ Revision: 330329 +- don't build lua bindings before 2009.0 + +* Fri Dec 26 2008 Funda Wang 2.20.3-8mdv2009.1 ++ Revision: 319256 +- rebuild for new ocaml + +* Thu Dec 25 2008 Funda Wang 2.20.3-7mdv2009.1 ++ Revision: 318548 +- fix linkage +- more patches +- fix str fmt +- move python requirement into python subpackage +- fix patch +- rediff gnomeui patch + +* Sat Dec 06 2008 Adam Williamson 2.20.3-6mdv2009.1 ++ Revision: 311074 +- fix the patch +- add tcl86.patch (fix build for tcl 8.6) +- rebuild for new tcl + +* Sun Nov 30 2008 Anssi Hannula 2.20.3-5mdv2009.1 ++ Revision: 308312 +- add a conflict on old libpackage due to the file move + +* Wed Nov 26 2008 Adam Williamson 2.20.3-4mdv2009.1 ++ Revision: 307169 +- add xdg.patch (use xdg-open rather than firefox for opening urls) +- add gnomeui.patch (drops all gnomeui-related crap, it's useless) + +* Wed Nov 26 2008 Adam Williamson 2.20.3-3mdv2009.1 ++ Revision: 306894 +- move the plugin 'libs' to the main package not the lib package (save more + needless deps for apps that just use the libs) +- drop the libgnomeui br (apparently useless, just adds needless deps) + +* Fri Nov 07 2008 Oden Eriksson 2.20.3-2mdv2009.1 ++ Revision: 300719 +- rebuilt against new libxcb + +* Sat Oct 11 2008 Funda Wang 2.20.3-1mdv2009.1 ++ Revision: 292265 +- new version 2.20.3 + +* Mon Sep 22 2008 Guillaume Rousse 2.20.2-3mdv2009.0 ++ Revision: 286648 +- drop non-working dependency exception, rpm-mandriva-setup has been fixed +- oops, don't keep duplicated doc files outside of /usr/share/doc + +* Thu Sep 18 2008 Guillaume Rousse 2.20.2-2mdv2009.0 ++ Revision: 285738 +- install doc files under %%_datadir/doc/%%name +- fix lua subpackage file list +- fix doc package dependencies + + + Pixel + - fix build of dot_static when building with libgts + +* Mon Jul 07 2008 Lev Givon 2.20.2-1mdv2009.0 ++ Revision: 232521 +- Update to 2.20.2. + Remove imageloading patch (no longer needed). + +* Thu Jul 03 2008 Guillaume Rousse 2.18-3mdv2009.0 ++ Revision: 230926 +- no need to workaround gs-config output anymore +- fix build dependencies +- fix build by allowing underlinking +- do not change dynamic loader configuration, everything under %%{_libdir}/graphviz/ is dlopened (fix #40881) + + + Pixel + - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers + +* Wed May 07 2008 Guillaume Rousse 2.18-2mdv2009.0 ++ Revision: 202936 +- add patch to fix image rendering in ps output (should fix #40568) + +* Mon May 05 2008 Lev Givon 2.18-1mdv2009.0 ++ Revision: 201440 +- Update to 2.18. + +* Tue Mar 04 2008 Guillaume Rousse 2.16.1-2mdv2008.1 ++ Revision: 178360 +- rebuild + +* Tue Jan 22 2008 Guillaume Rousse 2.16.1-1mdv2008.1 ++ Revision: 156330 +- new version + enable ocaml and R bindings + + + Thierry Vignaud + - rebuild + - kill re-definition of %%buildroot on Pixel's request + + + Olivier Blin + - restore BuildRoot + + + Lev Givon + - Update to 2.14.1. + +* Fri Sep 07 2007 Anssi Hannula 2.12-6mdv2008.0 ++ Revision: 82075 +- rebuild for new soname of tk + +* Sun Jul 15 2007 Funda Wang 2.12-5mdv2008.0 ++ Revision: 52315 +- Obsoletes old major + +* Wed Jun 20 2007 Tomasz Pawel Gajc 2.12-4mdv2008.0 ++ Revision: 41846 +- new devel library policy +- rebuild for expat + + +* Mon Mar 05 2007 Nicolas Lécureuil 2.12-3mdv2007.1 ++ Revision: 133388 +- Fix group +- Fix group + +* Wed Feb 28 2007 Nicholas Brown 2.12-2mdv2007.1 ++ Revision: 127060 +- Fix lib major version and BuildRequires + +* Tue Feb 27 2007 Nicholas Brown 2.12-1mdv2007.1 ++ Revision: 126358 +- Version 2.12 + +* Wed Nov 29 2006 Götz Waschk 2.8-7mdv2007.1 ++ Revision: 88684 +- Import graphviz + +* Wed Nov 29 2006 Götz Waschk 2.8-7mdv2007.1 +- fix build + +* Mon Aug 14 2006 Christiaan Welvaart 2.8-6 +- rebuild for fixed libxaw soname + +* Wed May 31 2006 Gustavo Pichorim Boiko 2.8-4mdk +- Rebuild against latest libXaw. + +* Sat May 20 2006 Guillaume Rousse 2.8-4mdk +- spec cleanup +- fix duplicated directories +- move documentation in dedicated place + +* Mon Mar 27 2006 Christiaan Welvaart 2.8-3mdk +- fix buildrequires: php4-devel => php-devel, add libltdl-devel + +* Fri Mar 24 2006 Sebastien Savarin 2.8-2mdk +- Fix %%changelog + +* Mon Mar 13 2006 Helio Chissini de Castro 2.8-1mdv2007.1 +- Update for 2.8 +- Recreate bindings packages +- Devel package is now only one + +* Thu Aug 18 2005 Gwenole Beauchesne 2.2.1-3mdk +- lib64 & buildrequires fixes + +* Mon Aug 01 2005 Couriousous 2.2.1-2mdk +- Add linker file, thanks Abel Cheung for the sugestion + +* Wed May 18 2005 Eskild Hustvedt 2.2.1-1mdk +- %%mkrel +- From Tigrux + +* Wed Mar 16 2005 Oden Eriksson 2.2-3mdk +- don't nuke rpath, it is required when building ImageMagick + +* Thu Feb 10 2005 Gwenole Beauchesne 2.2-2mdk +- multiarch, also fix typo in script that fooled check-multiarch-files + +* Tue Feb 01 2005 Oden Eriksson 2.2-1mdk +- 2.2 +- use the %%configure2_5x macro +- fix pkgconfig location +- fix deps +- fix build on < 10.2 (autogen.sh) +- misc spec file fixes + +* Tue Jan 25 2005 Pascal Terjan 2.0-2mdk +- BuildRequires gd-devel + +* Thu Jan 13 2005 Guillaume Rousse 2.0-1mdk +- new version +- back in official contribs + +* Sun Sep 26 2004 Michael Scherer 1.12-3plf +- rebuild, fix rpmlint warning + +* Wed May 12 2004 Michael Scherer 1.12-2plf +- fix plf reason +- fix email contact ( damned bug in rpmbuildupdate ) +- fix prefix + +* Tue May 11 2004 Michael Scherer 1.12-1mdk +- New release 1.12 +- rpmbuildupdate aware +- plf reason +