f8174a
%if 0%{?rhel} >= 8
f8174a
%bcond_with php
f8174a
%bcond_with guile
f8174a
%else
f8174a
%bcond_without php
f8174a
%bcond_without guile
f8174a
%endif
f8174a
%bcond_with python2
f8174a
f8174a
# Necessary conditionals
f8174a
%ifarch %{mono_arches}
f8174a
%global SHARP  1
f8174a
%else
f8174a
%global SHARP  0
f8174a
%endif
f8174a
f8174a
%global OCAML  1
f8174a
f8174a
%global DEVIL  1
f8174a
%global ARRRR  1
f8174a
f8174a
# Build with QT applications (currently only gvedit)
f8174a
# Disabled until the package gets better structuring, see bug #447133
f8174a
%global QTAPPS 0
f8174a
f8174a
%global GTS    1
f8174a
%global LASI   1
f8174a
f8174a
# Not in Fedora yet.
f8174a
%global MING   0
f8174a
f8174a
%if 0%{?rhel}
f8174a
%global SHARP  0
f8174a
%global ARRRR  0
f8174a
%global DEVIL  0
f8174a
%global GTS    0
f8174a
%global LASI   0
f8174a
%endif
f8174a
f8174a
%if %{with php}
f8174a
%global PHP 1
f8174a
%else
f8174a
%global PHP 0
f8174a
%endif
f8174a
f8174a
%if %{with guile}
f8174a
%global GUILE 1
f8174a
%else
f8174a
%global GUILE 0
f8174a
%endif
f8174a
f8174a
# Plugins version
f8174a
%global pluginsver 6
f8174a
f8174a
%global php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
f8174a
f8174a
%if "%{php_version}" < "5.6"
f8174a
%global ini_name     %{name}.ini
f8174a
%else
f8174a
%global ini_name     40-%{name}.ini
f8174a
%endif
f8174a
f8174a
# Fix for the 387 extended precision (rhbz#772637)
f8174a
%ifarch i386 i686
f8174a
%global FFSTORE -ffloat-store
f8174a
%endif
f8174a
f8174a
Name:			graphviz
f8174a
Summary:		Graph Visualization Tools
f8174a
Version:		2.44.0
851eeb
Release:		25%{?dist}
f8174a
License:		EPL-1.0
f8174a
URL:			http://www.graphviz.org/
f8174a
Source0:		https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
f8174a
# rhbz#1505230
f8174a
Patch0:			graphviz-2.42.2-dotty-menu-fix.patch
f8174a
Patch1:			graphviz-2.42.2-coverity-scan-fixes.patch
f8174a
# rhbz#1612692, https://gitlab.com/graphviz/graphviz/-/merge_requests/1367
f8174a
Patch2:			graphviz-2.44.0-man-fix.patch
f8174a
Patch3:			graphviz-2.44.0-CVE-2020-18032.patch
851eeb
Patch4:			graphviz-2.44.0-gvpack-neato-static.patch
f8174a
BuildRequires:		gcc-g++
f8174a
BuildRequires:		zlib-devel, libpng-devel, libjpeg-devel, expat-devel, freetype-devel >= 2
f8174a
BuildRequires:		ksh, bison, m4, flex, tk-devel, tcl-devel >= 8.3, swig, sed
f8174a
BuildRequires:		fontconfig-devel, libtool-ltdl-devel, ruby-devel, ruby
f8174a
%if %{GUILE}
f8174a
BuildRequires:		guile-devel
f8174a
%endif
f8174a
%if %{with python2}
f8174a
BuildRequires:		python2-devel
f8174a
%endif
f8174a
BuildRequires:		python3-devel, libXaw-devel, libSM-devel, libXext-devel, java-devel
f8174a
BuildRequires:		cairo-devel >= 1.1.10, pango-devel, gmp-devel, lua-devel, gtk2-devel
f8174a
BuildRequires:		gd-devel, perl-devel, swig >= 1.3.33, automake, autoconf, libtool, qpdf
f8174a
# Temporary workaound for perl(Carp) not pulled
f8174a
BuildRequires:		perl-Carp
f8174a
%if %{PHP}
f8174a
BuildRequires:		php-devel
f8174a
%endif
f8174a
%if %{SHARP}
f8174a
BuildRequires:		mono-core
f8174a
%endif
f8174a
%if %{DEVIL}
f8174a
BuildRequires:		DevIL-devel
f8174a
%endif
f8174a
%if %{ARRRR}
f8174a
BuildRequires:		R-devel
f8174a
%endif
f8174a
%if %{OCAML}
f8174a
BuildRequires:		ocaml
f8174a
%endif
f8174a
%if %{QTAPPS}
f8174a
BuildRequires:		qt-devel
f8174a
%endif
f8174a
%if %{GTS}
f8174a
BuildRequires:		gts-devel
f8174a
%endif
f8174a
%if %{LASI}
f8174a
BuildRequires:		lasi-devel
f8174a
%endif
f8174a
BuildRequires:		urw-base35-fonts, perl-ExtUtils-Embed, perl-generators, librsvg2-devel
f8174a
# for ps2pdf
f8174a
BuildRequires:		ghostscript
f8174a
BuildRequires:		libgs-devel
f8174a
BuildRequires: make
f8174a
# ISO8859-1 fonts are required by lefty
f8174a
Requires:		urw-base35-fonts, xorg-x11-fonts-ISO8859-1-100dpi
f8174a
Requires(post):		/sbin/ldconfig
f8174a
Requires(postun):	/sbin/ldconfig
f8174a
f8174a
%description
f8174a
A collection of tools for the manipulation and layout of graphs (as in nodes
f8174a
and edges, not as in barcharts).
f8174a
f8174a
%package devel
f8174a
Summary:		Development package for graphviz
f8174a
Requires:		%{name} = %{version}-%{release}, pkgconfig
f8174a
Requires:		%{name}-gd = %{version}-%{release}
f8174a
f8174a
%description devel
f8174a
A collection of tools for the manipulation and layout of graphs (as in nodes
f8174a
and edges, not as in barcharts). This package contains development files for
f8174a
graphviz.
f8174a
f8174a
%if %{DEVIL}
f8174a
%package devil
f8174a
Summary:		Graphviz plugin for renderers based on DevIL
f8174a
Requires:		%{name} = %{version}-%{release}
f8174a
f8174a
%description devil
f8174a
Graphviz plugin for renderers based on DevIL. (Unless you absolutely have
f8174a
to use BMP, TIF, or TGA, you are recommended to use the PNG format instead
f8174a
supported directly by the cairo+pango based renderer in the base graphviz rpm.)
f8174a
%endif
f8174a
f8174a
%package doc
f8174a
Summary:		PDF and HTML documents for graphviz
f8174a
f8174a
%description doc
f8174a
Provides some additional PDF and HTML documentation for graphviz.
f8174a
f8174a
%package gd
f8174a
Summary:		Graphviz plugin for renderers based on gd
f8174a
Requires:		%{name} = %{version}-%{release}
f8174a
Requires(post):		%{_bindir}/dot /sbin/ldconfig
f8174a
Requires(postun):	%{_bindir}/dot /sbin/ldconfig
f8174a
f8174a
%description gd
f8174a
Graphviz plugin for renderers based on gd.  (Unless you absolutely have to use
f8174a
GIF, you are recommended to use the PNG format instead because of the better
f8174a
quality anti-aliased lines provided by the cairo+pango based renderer.)
f8174a
f8174a
%package graphs
f8174a
Summary:		Demo graphs for graphviz
f8174a
f8174a
%description graphs
f8174a
Some demo graphs for graphviz.
f8174a
f8174a
%if %{GUILE}
f8174a
%package guile
f8174a
Summary:		Guile extension for graphviz
f8174a
Requires:		%{name} = %{version}-%{release}, guile
f8174a
f8174a
%description guile
f8174a
Guile extension for graphviz.
f8174a
%endif
f8174a
f8174a
%package java
f8174a
Summary:		Java extension for graphviz
f8174a
Requires:		%{name} = %{version}-%{release}
f8174a
f8174a
%description java
f8174a
Java extension for graphviz.
f8174a
f8174a
%package lua
f8174a
Summary:		Lua extension for graphviz
f8174a
Requires:		%{name} = %{version}-%{release}, lua
f8174a
f8174a
%description lua
f8174a
Lua extension for graphviz.
f8174a
f8174a
%if %{MING}
f8174a
%package ming
f8174a
Summary:		Graphviz plugin for flash renderer based on ming
f8174a
Requires:		%{name} = %{version}-%{release}
f8174a
f8174a
%description ming
f8174a
Graphviz plugin for -Tswf (flash) renderer based on ming.
f8174a
%endif
f8174a
f8174a
%if %{OCAML}
f8174a
%package ocaml
f8174a
Summary:		Ocaml extension for graphviz
f8174a
Requires:		%{name} = %{version}-%{release}, ocaml
f8174a
f8174a
%description ocaml
f8174a
Ocaml extension for graphviz.
f8174a
%endif
f8174a
f8174a
%package perl
f8174a
Summary:		Perl extension for graphviz
f8174a
Requires:		%{name} = %{version}-%{release}
f8174a
Requires:		perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
f8174a
f8174a
%description perl
f8174a
Perl extension for graphviz.
f8174a
f8174a
%if %{PHP}
f8174a
%package php
f8174a
Summary:		PHP extension for graphviz
f8174a
Requires:		%{name} = %{version}-%{release}
f8174a
Requires:	php(zend-abi) = %{?php_zend_api}%{?!php_zend_api:UNDEFINED}
f8174a
Requires:	php(api) = %{?php_core_api}%{?!php_core_api:UNDEFINED}
f8174a
f8174a
%description php
f8174a
PHP extension for graphviz.
f8174a
%endif
f8174a
f8174a
%if %{with python2}
f8174a
%package python2
f8174a
Summary:		Python extension for graphviz
f8174a
Requires:		%{name} = %{version}-%{release}
f8174a
# Manually add provides that would be generated automatically if .egg-info was present
f8174a
Provides: python2dist(gv) = %{version}
f8174a
Provides: python%{python2_version}dist(gv) = %{version}
f8174a
# Remove before F30
f8174a
Provides: %{name}-python = %{version}-%{release}
f8174a
Provides: %{name}-python%{?_isa} = %{version}-%{release}
f8174a
Obsoletes: %{name}-python < 2.40.1-25
f8174a
Obsoletes: python2-%{name} < 2.40.1-25
f8174a
f8174a
%description python2
f8174a
Python extension for graphviz.
f8174a
%endif
f8174a
f8174a
%package python3
f8174a
Summary:		Python 3 extension for graphviz
f8174a
Requires:		%{name} = %{version}-%{release}
f8174a
# Manually add provides that would be generated automatically if .egg-info was present
f8174a
Provides: python3dist(gv) = %{version}
f8174a
Provides: python%{python3_version}dist(gv) = %{version}
f8174a
f8174a
%description python3
f8174a
Python 3 extension for graphviz.
f8174a
f8174a
%if %{ARRRR}
f8174a
%package R
f8174a
Summary:		R extension for graphviz
f8174a
Requires:		%{name} = %{version}-%{release}, R-core
f8174a
f8174a
%description R
f8174a
R extension for graphviz.
f8174a
%endif
f8174a
f8174a
%package ruby
f8174a
Summary:		Ruby extension for graphviz
f8174a
Requires:		%{name} = %{version}-%{release}, ruby
f8174a
f8174a
%description ruby
f8174a
Ruby extension for graphviz.
f8174a
f8174a
%if %{SHARP}
f8174a
%package sharp
f8174a
Summary:		C# extension for graphviz
f8174a
Requires:		%{name} = %{version}-%{release}, mono-core
f8174a
f8174a
%description sharp
f8174a
C# extension for graphviz.
f8174a
%endif
f8174a
f8174a
%package tcl
f8174a
Summary:		Tcl extension & tools for graphviz
f8174a
Requires:		%{name} = %{version}-%{release}, tcl >= 8.3, tk
f8174a
f8174a
%description tcl
f8174a
Various tcl packages (extensions) for the graphviz tools.
f8174a
f8174a
%prep
f8174a
%setup -q
f8174a
%patch0 -p1 -b .dotty-menu-fix
f8174a
%patch1 -p1 -b .coverity-scan-fixes
f8174a
%patch2 -p1 -b .man-fix
f8174a
%patch3 -p1 -b .CVE-2020-18032
851eeb
%patch4 -p1 -b .gvpack-neato-static
f8174a
f8174a
# Attempt to fix rpmlint warnings about executable sources
f8174a
find -type f -regex '.*\.\(c\|h\)$' -exec chmod a-x {} ';'
f8174a
f8174a
%build
f8174a
./autogen.sh
f8174a
# Hack in the java includes we need
f8174a
sed -i '/JavaVM.framework/!s/JAVA_INCLUDES=/JAVA_INCLUDES=\"_MY_JAVA_INCLUDES_\"/g' configure
f8174a
sed -i 's|_MY_JAVA_INCLUDES_|-I%{java_home}/include/ -I%{java_home}/include/linux/|g' configure
f8174a
# Rewrite config_ruby.rb to work with Ruby 2.2
f8174a
sed -i 's|expand(|expand(RbConfig::|' config/config_ruby.rb
f8174a
sed -i 's|sitearchdir|vendorarchdir|' config/config_ruby.rb
f8174a
f8174a
# get the path to search for ruby/config.h to CPPFLAGS, so that configure can find it
f8174a
export CPPFLAGS=-I`ruby -e "puts File.join(RbConfig::CONFIG['includedir'], RbConfig::CONFIG['sitearch'])" || echo /dev/null`
f8174a
%configure --with-x --disable-static --disable-dependency-tracking \
f8174a
	--without-mylibgd --with-ipsepcola --with-pangocairo \
f8174a
	--with-gdk-pixbuf --with-visio --disable-silent-rules \
f8174a
%if ! %{LASI}
f8174a
	--without-lasi \
f8174a
%endif
f8174a
%if ! %{GTS}
f8174a
	--without-gts \
f8174a
%endif
f8174a
%if ! %{SHARP}
f8174a
	--disable-sharp \
f8174a
%endif
f8174a
%if ! %{OCAML}
f8174a
	--disable-ocaml \
f8174a
%endif
f8174a
%if ! %{MING}
f8174a
	--without-ming \
f8174a
%endif
f8174a
%if ! %{ARRRR}
f8174a
	--disable-r \
f8174a
%endif
f8174a
%if ! %{DEVIL}
f8174a
	--without-devil \
f8174a
%endif
f8174a
%if ! %{QTAPPS}
f8174a
	--without-qt \
f8174a
%endif
f8174a
%if %{GUILE}
f8174a
	--enable-guile=yes
f8174a
%else
f8174a
	--enable-guile=no
f8174a
%endif
f8174a
f8174a
# drop rpath
f8174a
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
f8174a
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
f8174a
f8174a
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-strict-overflow %{?FFSTORE}" \
f8174a
  CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-strict-overflow %{?FFSTORE}"
f8174a
f8174a
%install
f8174a
make DESTDIR=%{buildroot} \
f8174a
	docdir=%{buildroot}%{_docdir}/%{name} \
f8174a
	pkgconfigdir=%{_libdir}/pkgconfig \
f8174a
	install
f8174a
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
f8174a
chmod -x %{buildroot}%{_datadir}/%{name}/lefty/*
f8174a
f8174a
# Move docs to the right place
f8174a
mkdir -p %{buildroot}%{_docdir}/%{name}
f8174a
mv %{buildroot}%{_datadir}/%{name}/doc/* %{buildroot}%{_docdir}/%{name}
f8174a
f8174a
# Install README
f8174a
install -m0644 README %{buildroot}%{_docdir}/%{name}
f8174a
f8174a
%if %{PHP}
f8174a
# PHP configuration file
f8174a
%{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d
f8174a
%{__cat} << __EOF__ > %{buildroot}%{_sysconfdir}/php.d/%{ini_name}
f8174a
; Enable %{name} extension module
f8174a
extension=gv.so
f8174a
__EOF__
f8174a
%endif
f8174a
f8174a
# Remove executable modes from demos
f8174a
find %{buildroot}%{_datadir}/%{name}/demo -type f -exec chmod a-x {} ';'
f8174a
f8174a
# Move demos to doc
f8174a
mv %{buildroot}%{_datadir}/%{name}/demo %{buildroot}%{_docdir}/%{name}/
f8174a
f8174a
# Rename python demos to prevent byte compilation
f8174a
find %{buildroot}%{_docdir}/%{name}/demo -type f -name "*.py" -exec mv {} {}.demo ';'
f8174a
f8174a
# Remove dot_builtins, on demand loading should be sufficient
f8174a
rm -f %{buildroot}%{_bindir}/dot_builtins
f8174a
f8174a
# Remove metadata from generated PDFs
f8174a
pushd %{buildroot}%{_docdir}/%{name}/pdf
f8174a
for f in prune lneato.1 lefty.1 gvgen.1 gc.1 dotty.1 dot.1 cluster.1
f8174a
do
f8174a
  if [ -f $f.pdf ]
f8174a
  then
f8174a
# ugly, but there is probably no better solution
f8174a
    qpdf --empty --static-id --pages $f.pdf -- $f.pdf.$$
f8174a
    mv -f $f.pdf.$$ $f.pdf
f8174a
  fi
f8174a
done
f8174a
popd
f8174a
f8174a
%if %{with python2}
f8174a
install -pD tclpkg/gv/.libs/libgv_python2.so %{buildroot}%{python2_sitearch}/_gv.so
f8174a
install -p tclpkg/gv/gv.py %{buildroot}%{python2_sitearch}/gv.py
f8174a
%endif
f8174a
f8174a
# python 3
f8174a
install -pD tclpkg/gv/.libs/libgv_python3.so %{buildroot}%{python3_sitearch}/_gv.so
f8174a
install -p tclpkg/gv/gv.py %{buildroot}%{python3_sitearch}/gv.py
f8174a
f8174a
# Ghost plugins config
f8174a
touch %{buildroot}%{_libdir}/graphviz/config%{pluginsver}
f8174a
f8174a
# Fix lua file placement for flatpak
f8174a
if [ "%{_prefix}" != "/usr" ]; then
f8174a
  cp -ru %{buildroot}/usr/* %{buildroot}%{_prefix}/
f8174a
  rm -rf %{buildroot}/usr/*
f8174a
fi
f8174a
f8174a
%check
f8174a
%if %{PHP}
f8174a
# Minimal load test of php extension
f8174a
LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
f8174a
php --no-php-ini \
f8174a
    --define extension_dir=%{buildroot}%{_libdir}/graphviz/php/ \
f8174a
    --define extension=libgv_php.so \
f8174a
    --modules | grep gv
f8174a
%endif
f8174a
f8174a
# upstream test suite
f8174a
# testsuite seems broken, disabling it for now
f8174a
# cd rtest
f8174a
# make rtest
f8174a
f8174a
%post
f8174a
%{?ldconfig}
f8174a
%{_bindir}/dot -c 2>/dev/null || :
f8174a
f8174a
%ldconfig_postun
f8174a
f8174a
%if %{DEVIL}
f8174a
# run "dot -c" to generate plugin config in %%{_libdir}/graphviz/config*
f8174a
%post devil
f8174a
%{_bindir}/dot -c 2>/dev/null || :
f8174a
%{?ldconfig}
f8174a
f8174a
%postun devil
f8174a
%{_bindir}/dot -c 2>/dev/null || :
f8174a
%{?ldconfig}
f8174a
%endif
f8174a
f8174a
# run "dot -c" to generate plugin config in %%{_libdir}/graphviz/config*
f8174a
%post gd
f8174a
%{_bindir}/dot -c 2>/dev/null || :
f8174a
%{?ldconfig}
f8174a
f8174a
%postun gd
f8174a
%{_bindir}/dot -c 2>/dev/null || :
f8174a
%{?ldconfig}
f8174a
f8174a
%if %{MING}
f8174a
# run "dot -c" to generate plugin config in %%{_libdir}/graphviz/config*
f8174a
%post ming
f8174a
%{_bindir}/dot -c 2>/dev/null || :
f8174a
%{?ldconfig}
f8174a
f8174a
%postun ming
f8174a
%{_bindir}/dot -c 2>/dev/null || :
f8174a
%{?ldconfig}
f8174a
%endif
f8174a
f8174a
%files
f8174a
%doc %{_docdir}/%{name}
f8174a
%{_bindir}/*
f8174a
%dir %{_libdir}/graphviz
f8174a
%{_libdir}/*.so.*
f8174a
%{_libdir}/graphviz/*.so.*
f8174a
%{_mandir}/man1/*.1*
f8174a
%{_mandir}/man7/*.7*
f8174a
%dir %{_datadir}/graphviz
f8174a
%exclude %{_docdir}/%{name}/html
f8174a
%exclude %{_docdir}/%{name}/pdf
f8174a
%exclude %{_docdir}/%{name}/demo
f8174a
%{_datadir}/graphviz/lefty
f8174a
%{_datadir}/graphviz/gvpr
f8174a
%ghost %{_libdir}/graphviz/config%{pluginsver}
f8174a
f8174a
%if %{QTAPPS}
f8174a
%{_datadir}/graphviz/gvedit
f8174a
%endif
f8174a
f8174a
%exclude %{_libdir}/graphviz/*/*
f8174a
%exclude %{_libdir}/graphviz/libgvplugin_gd.*
f8174a
%if %{DEVIL}
f8174a
%exclude %{_libdir}/graphviz/libgvplugin_devil.*
f8174a
%endif
f8174a
%if %{MING}
f8174a
%exclude %{_libdir}/graphviz/libgvplugin_ming.*
f8174a
%exclude %{_libdir}/graphviz/*fdb
f8174a
%endif
f8174a
f8174a
%files devel
f8174a
%{_includedir}/graphviz
f8174a
%{_libdir}/*.so
f8174a
%{_libdir}/graphviz/*.so
f8174a
%{_libdir}/pkgconfig/*.pc
f8174a
%{_mandir}/man3/*.3.*
f8174a
f8174a
%if %{DEVIL}
f8174a
%files devil
f8174a
%{_libdir}/graphviz/libgvplugin_devil.so.*
f8174a
%endif
f8174a
f8174a
%files doc
f8174a
%doc %{_docdir}/%{name}/html
f8174a
%doc %{_docdir}/%{name}/pdf
f8174a
%doc %{_docdir}/%{name}/demo
f8174a
f8174a
%files gd
f8174a
%{_libdir}/graphviz/libgvplugin_gd.so.*
f8174a
f8174a
%files graphs
f8174a
%dir %{_datadir}/graphviz
f8174a
%{_datadir}/graphviz/graphs
f8174a
f8174a
%if %{GUILE}
f8174a
%files guile
f8174a
%{_libdir}/graphviz/guile/
f8174a
%{_mandir}/man3/gv.3guile*
f8174a
%endif
f8174a
f8174a
%files java
f8174a
%{_libdir}/graphviz/java/
f8174a
%{_mandir}/man3/gv.3java*
f8174a
f8174a
%files lua
f8174a
%{_libdir}/graphviz/lua/
f8174a
%{_libdir}/lua*/*
f8174a
%{_mandir}/man3/gv.3lua*
f8174a
f8174a
%if %{MING}
f8174a
%files ming
f8174a
%{_libdir}/graphviz/libgvplugin_ming.so.*
f8174a
%{_libdir}/graphviz/*fdb
f8174a
%endif
f8174a
f8174a
%if %{OCAML}
f8174a
%files ocaml
f8174a
%{_libdir}/graphviz/ocaml/
f8174a
%{_mandir}/man3/gv.3ocaml*
f8174a
%endif
f8174a
f8174a
%files perl
f8174a
%{_libdir}/graphviz/perl/
f8174a
%{_libdir}/perl*/*
f8174a
%{_mandir}/man3/gv.3perl*
f8174a
f8174a
%if %{PHP}
f8174a
%files php
f8174a
%config(noreplace) %{_sysconfdir}/php.d/%{ini_name}
f8174a
%{_libdir}/graphviz/php/
f8174a
%{php_extdir}/gv.so
f8174a
%{_datadir}/php*/*
f8174a
%{_mandir}/man3/gv.3php*
f8174a
%endif
f8174a
f8174a
%if %{with python2}
f8174a
%files python2
f8174a
%{python2_sitearch}/*
f8174a
%{_mandir}/man3/gv.3python*
f8174a
%endif
f8174a
f8174a
%files python3
f8174a
%{python3_sitearch}/*
f8174a
%{_mandir}/man3/gv.3python*
f8174a
f8174a
%if %{ARRRR}
f8174a
%files R
f8174a
%{_libdir}/graphviz/R/
f8174a
%{_mandir}/man3/gv.3r.*
f8174a
%endif
f8174a
f8174a
%files ruby
f8174a
%{_libdir}/graphviz/ruby/
f8174a
%{_libdir}/*ruby*/*
f8174a
%{_mandir}/man3/gv.3ruby*
f8174a
f8174a
%if %{SHARP}
f8174a
%files sharp
f8174a
%{_libdir}/graphviz/sharp/
f8174a
%{_mandir}/man3/gv.3sharp*
f8174a
%endif
f8174a
f8174a
%files tcl
f8174a
%{_libdir}/graphviz/tcl/
f8174a
%{_libdir}/tcl*/*
f8174a
# hack to include gv.3tcl only if available
f8174a
#  always includes tcldot.3tcl, gdtclft.3tcl
f8174a
%{_mandir}/man3/*.3tcl*
f8174a
f8174a
%changelog
851eeb
* Thu Jan 20 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2.44.0-25
851eeb
- Fixed gvpack to run
851eeb
  Resolves: rhbz#2029565
851eeb
f8174a
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.44.0-24
f8174a
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
f8174a
  Related: rhbz#1991688
f8174a
f8174a
* Thu Jun  3 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2.44.0-23
f8174a
- Fixed buffer overflow in lib/common/shapes.c
f8174a
  Resolves: CVE-2020-18032
f8174a
f8174a
* Mon May 24 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2.44.0-22
f8174a
- Release bump to workaround OSCI problems
f8174a
  Related: rhbz#1955686
f8174a
f8174a
* Mon May 24 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2.44.0-21
f8174a
- Also dropped tmsize10.clo file from the tarball (repacked tarball)
f8174a
  Related: rhbz#1955686
f8174a
f8174a
* Wed May 12 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2.44.0-20
f8174a
- Dropped unneeded tmsize10.clo file
f8174a
  Resolves: rhbz#1955686
f8174a
f8174a
* Fri May  7 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2.44.0-19
f8174a
- Conditionalized guile support
f8174a
  Resolves: rhbz#1953974
f8174a
- Updated RHEL macros
f8174a
  Resolves: rhbz#1957653
f8174a
f8174a
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.44.0-18
f8174a
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
f8174a
f8174a
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.44.0-17
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f8174a
f8174a
* Thu Jan 07 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.44.0-16
f8174a
- F-34: rebuild against ruby 3.0
f8174a
f8174a
* Wed Nov 25 2020 Miro Hrončok <mhroncok@redhat.com> - 2.44.0-15
f8174a
- Disable Python 2 in ELN
f8174a
f8174a
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 2.44.0-14
f8174a
- OCaml 4.11.1 rebuild
f8174a
f8174a
* Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 2.44.0-13
f8174a
- OCaml 4.11.0 rebuild
f8174a
f8174a
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.44.0-12
f8174a
- Second attempt - Rebuilt for
f8174a
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f8174a
f8174a
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.44.0-11
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f8174a
f8174a
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 2.44.0-10
f8174a
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
f8174a
f8174a
* Thu Jun 25 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.44.0-9
f8174a
- Perl 5.32 rebuild
f8174a
f8174a
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.44.0-8
f8174a
- Rebuilt for Python 3.9
f8174a
f8174a
* Wed May 20 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 2.44.0-7
f8174a
- Also fixed man page typo
f8174a
f8174a
* Wed May 20 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 2.44.0-6
f8174a
- Fixed man pages according to man page scan
f8174a
f8174a
* Mon May 04 2020 Richard W.M. Jones <rjones@redhat.com> - 2.44.0-5
f8174a
- OCaml 4.11.0+dev2-2020-04-22 rebuild
f8174a
f8174a
* Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 2.44.0-4
f8174a
- OCaml 4.11.0 pre-release attempt 2
f8174a
f8174a
* Fri Apr 17 2020 Richard W.M. Jones <rjones@redhat.com> - 2.44.0-3
f8174a
- OCaml 4.11.0 pre-release
f8174a
f8174a
* Wed Apr  8 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 2.44.0-2
f8174a
- Fixed multiple packaging of manual pages
f8174a
f8174a
* Wed Apr  8 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 2.44.0-1
f8174a
- New version
f8174a
  Resolves: rhbz#1822101
f8174a
f8174a
* Mon Apr  6 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 2.42.4-1
f8174a
- New version
f8174a
  Resolves: rhbz#1821045
f8174a
- Switched to bz2 archives
f8174a
- Dropped ocaml-allow-const-cast patch (upstreamed)
f8174a
f8174a
* Thu Apr 02 2020 Richard W.M. Jones <rjones@redhat.com> - 2.42.2-10
f8174a
- Update all OCaml dependencies for RPM 4.16.
f8174a
f8174a
* Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 2.42.2-9
f8174a
- OCaml 4.10.0 final.
f8174a
f8174a
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.42.2-8
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f8174a
f8174a
* Sun Jan 19 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.42.2-7
f8174a
- F-32: rebuild against ruby27
f8174a
f8174a
* Sat Jan 18 2020 Richard W.M. Jones <rjones@redhat.com> - 2.42.2-6
f8174a
- Bump release and rebuild.
f8174a
f8174a
* Sat Jan 18 2020 Richard W.M. Jones <rjones@redhat.com> - 2.42.2-5
f8174a
- OCaml 4.10.0+beta1 rebuild.
f8174a
f8174a
* Fri Dec 06 2019 Richard W.M. Jones <rjones@redhat.com> - 2.42.2-4
f8174a
- OCaml 4.09.0 (final) rebuild.
f8174a
f8174a
* Thu Oct 31 2019 Miro Hrončok <mhroncok@redhat.com> - 2.42.2-3
f8174a
- Remove Python 2 package on Fedora 32+
f8174a
f8174a
* Fri Oct 04 2019 Remi Collet <remi@remirepo.net> - 2.42.2-2
f8174a
- rebuild for https://fedoraproject.org/wiki/Changes/php74
f8174a
f8174a
* Wed Oct  2 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 2.42.2-1
f8174a
- New version
f8174a
  Resolves: rhbz#1753061
f8174a
- Dropped visio, python3, CVE-2018-10196, CVE-2019-11023, and
f8174a
  swig4-updated-language-options patches (all upstreamed)
f8174a
- Simplified python bindings build process
f8174a
f8174a
* Wed Oct 02 2019 Orion Poplawski <orion@nwra.com> - 2.40.1-58
f8174a
- Rebuild for lasi 1.1.3 soname bump
f8174a
f8174a
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.40.1-57
f8174a
- Rebuilt for Python 3.8
f8174a
f8174a
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 2.40.1-56
f8174a
- OCaml 4.08.1 (final) rebuild.
f8174a
f8174a
* Fri Aug 09 2019 Gwyn Ciesla <gwync@protonmail.com> - 2.40.1-55
f8174a
- Glob remaining man pages.
f8174a
f8174a
* Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 2.40.1-54
f8174a
- OCaml 4.08.1 (rc2) rebuild.
f8174a
f8174a
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.1-53
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f8174a
f8174a
* Thu Jun 27 2019 Richard W.M. Jones <rjones@redhat.com> - 2.40.1-52
f8174a
- OCaml 4.08.0 (final) rebuild.
f8174a
f8174a
* Tue Jun 04 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.40.1-51
f8174a
- Perl 5.30 re-rebuild updated packages
f8174a
f8174a
* Mon Jun  3 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-50
f8174a
- Fixed FTBFS with python-3.8
f8174a
f8174a
* Sat Jun 01 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.40.1-49
f8174a
- Perl 5.30 rebuild
f8174a
f8174a
* Tue May  7 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-48
f8174a
- Fixed FTBFS caused by swig-4.0.0
f8174a
  Resolves: rhbz#1707435
f8174a
f8174a
* Mon Apr 29 2019 Richard W.M. Jones <rjones@redhat.com> - 2.40.1-47
f8174a
- OCaml 4.08.0 (beta 3) rebuild.
f8174a
f8174a
* Wed Apr 24 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-46
f8174a
- Updated CVE-2019-11023 patch
f8174a
  Related: CVE-2019-11023
f8174a
f8174a
* Wed Apr 24 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-45
f8174a
- Fixed null pointer dereference in function agroot()
f8174a
  Resolves: CVE-2019-11023
f8174a
f8174a
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.1-44
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f8174a
f8174a
* Mon Jan 21 2019 Vít Ondruch <vondruch@redhat.com> - 2.40.1-43
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.6
f8174a
f8174a
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 2.40.1-42
f8174a
- Rebuilt for libcrypt.so.2 (#1666033)
f8174a
f8174a
* Fri Dec  7 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-41
f8174a
- Fixed some issues found by coverity scan
f8174a
f8174a
* Thu Oct 18 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-40
f8174a
- Clarified license tag
f8174a
f8174a
* Mon Oct 15 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-39
f8174a
- Dropped rpath
f8174a
f8174a
* Thu Oct 11 2018 Remi Collet <remi@remirepo.net> - 2.40.1-38
f8174a
- Rebuild for https://fedoraproject.org/wiki/Changes/php73
f8174a
f8174a
* Wed Sep 26 2018 Kevin Fenzi <kevin@scrye.com> - 2.40.1-37
f8174a
- Don't fail on post scriptlet failures.
f8174a
f8174a
* Wed Jul 18 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-36
f8174a
- Fixed ghostscript requirements
f8174a
f8174a
* Wed Jul 18 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-35
f8174a
- Conditionalized php support
f8174a
f8174a
* Tue Jul 17 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-34
f8174a
- Fixed menu in dotty
f8174a
  Resolves: rhbz#1505230
f8174a
f8174a
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.1-33
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f8174a
f8174a
* Thu Jul 12 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-32
f8174a
- Updated source URL
f8174a
f8174a
* Wed Jul 11 2018 Richard W.M. Jones <rjones@redhat.com> - 2.40.1-31
f8174a
- OCaml 4.07.0 (final) rebuild.
f8174a
f8174a
* Tue Jul 03 2018 Petr Pisar <ppisar@redhat.com> - 2.40.1-30
f8174a
- Perl 5.28 rebuild
f8174a
f8174a
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.40.1-29
f8174a
- Perl 5.28 rebuild
f8174a
f8174a
* Tue Jun 19 2018 Richard W.M. Jones <rjones@redhat.com> - 2.40.1-28
f8174a
- OCaml 4.07.0-rc1 rebuild.
f8174a
f8174a
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.40.1-27
f8174a
- Rebuilt for Python 3.7
f8174a
f8174a
* Thu May 17 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-26
f8174a
- Fixed CVE-2018-10196
f8174a
f8174a
* Thu May  3 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-25
f8174a
- Made python2 package optional
f8174a
f8174a
* Wed May  2 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-24
f8174a
- Added support for python3
f8174a
f8174a
* Thu Apr 26 2018 Richard W.M. Jones <rjones@redhat.com> - 2.40.1-23
f8174a
- OCaml 4.07.0-beta2 rebuild.
f8174a
f8174a
* Sat Apr 14 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.40.1-22
f8174a
- Rename python2 subpackage to graphviz-python2, because
f8174a
  there is intent to package python-graphviz, which is a separate project
f8174a
  from graphviz.
f8174a
f8174a
* Thu Mar  8 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-21
f8174a
- Dropped libgnomeui-devel requirement, libgnomeui support has been
f8174a
  dropped long time ago in upstream
f8174a
f8174a
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.1-20
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f8174a
f8174a
* Thu Feb  1 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-19
f8174a
- Rebuilt with urw-base35-fonts
f8174a
f8174a
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 2.40.1-18
f8174a
- Rebuilt for switch to libxcrypt
f8174a
f8174a
* Tue Jan 16 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.40.1-17
f8174a
- Update Python 2 dependency declarations to new packaging standards
f8174a
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
f8174a
f8174a
* Mon Jan 15 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-16
f8174a
- Switched to libgs-devel
f8174a
  Resolves: rhbz#1534666
f8174a
- Made the build verbose (without silent rules)
f8174a
f8174a
* Fri Jan 05 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.40.1-15
f8174a
- F-28: rebuild for ruby25
f8174a
f8174a
* Wed Nov 08 2017 Richard W.M. Jones <rjones@redhat.com> - 2.40.1-14
f8174a
- OCaml 4.06.0 rebuild.
f8174a
f8174a
* Wed Oct 04 2017 Remi Collet <remi@fedoraproject.org> - 2.40.1-13
f8174a
- rebuild for https://fedoraproject.org/wiki/Changes/php72
f8174a
f8174a
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.40.1-12
f8174a
- Add Provides for the old name without %%_isa
f8174a
f8174a
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.40.1-11
f8174a
- Python 2 binary package renamed to python2-graphviz
f8174a
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
f8174a
f8174a
* Mon Aug 07 2017 Richard W.M. Jones <rjones@redhat.com> - 2.40.1-10
f8174a
- OCaml 4.05.0 rebuild.
f8174a
f8174a
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.1-9
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f8174a
f8174a
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.1-8
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f8174a
f8174a
* Mon Jun 26 2017 Richard W.M. Jones <rjones@redhat.com> - 2.40.1-7
f8174a
- OCaml 4.04.2 rebuild.
f8174a
f8174a
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.40.1-6
f8174a
- Perl 5.26 rebuild
f8174a
f8174a
* Fri May 12 2017 Richard W.M. Jones <rjones@redhat.com> - 2.40.1-5
f8174a
- OCaml 4.04.1 rebuild.
f8174a
f8174a
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.1-4
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f8174a
f8174a
* Mon Jan 16 2017 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-3
f8174a
- Re-enabled PHP support
f8174a
f8174a
* Thu Jan 12 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.40.1-2
f8174a
- F-26: rebuild for ruby24
f8174a
f8174a
* Mon Jan  2 2017 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-1
f8174a
- New version
f8174a
  Resolves: rhbz#1406954
f8174a
- Dropped rtest-fix, find-fix, ocaml-fix-ints, format-string,
f8174a
  vimdot-vi, rbconfig, gs-9.18-fix patches (all upstreamed)
f8174a
- Defuzzified visio patch
f8174a
f8174a
* Sat Nov 05 2016 Richard W.M. Jones <rjones@redhat.com> - 2.38.0-40
f8174a
- Rebuild for OCaml 4.04.0.
f8174a
f8174a
* Fri Oct 14 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-39
f8174a
- Fixed build with ghostscript-9.18+
f8174a
  Resolves: rhbz#1384016
f8174a
f8174a
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.38.0-38
f8174a
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
f8174a
f8174a
* Fri Jul 15 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-37
f8174a
- Conditionalized php support and disabled it due to rhbz#1356985
f8174a
f8174a
* Fri Jul 15 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-36
f8174a
- Rebuilt for php
f8174a
f8174a
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.38.0-35
f8174a
- Perl 5.24 rebuild
f8174a
f8174a
* Fri Feb 26 2016 Than Ngo <than@redhat.com> - 2.38.0-34
f8174a
- rebuilt
f8174a
f8174a
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.38.0-33
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f8174a
f8174a
* Tue Jan 12 2016 Vít Ondruch <vondruch@redhat.com> - 2.38.0-32
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3
f8174a
f8174a
* Tue Dec  1 2015 Tom Callaway <spot@fedoraproject.org> - 2.38.0-31
f8174a
- rebuild for libvpx 1.5.0
f8174a
f8174a
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 2.38.0-30
f8174a
- OCaml 4.02.3 rebuild.
f8174a
f8174a
* Wed Jun 24 2015 Richard W.M. Jones <rjones@redhat.com> - 2.38.0-29
f8174a
- ocaml-4.02.2 final rebuild.
f8174a
f8174a
* Wed Jun 17 2015 Richard W.M. Jones <rjones@redhat.com> - 2.38.0-28
f8174a
- ocaml-4.02.2 rebuild.
f8174a
f8174a
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.38.0-27
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f8174a
f8174a
* Mon Jun 15 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-26
f8174a
- Fixed built with visio (by visio patch)
f8174a
- Enabled visio support
f8174a
  Resolves: rhbz#1231896
f8174a
f8174a
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.38.0-25
f8174a
- Perl 5.22 rebuild
f8174a
f8174a
* Fri May 29 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2.38.0-24
f8174a
- Fix mono directive orders
f8174a
f8174a
* Mon May 18 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2.38.0-23
f8174a
- Rebuild (mono4)
f8174a
f8174a
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.38.0-22
f8174a
- Rebuilt for GCC 5 C++11 ABI change
f8174a
f8174a
* Mon Apr  6 2015 Tom Callaway <spot@fedoraproject.org> - 2.38.0-21
f8174a
- rebuild for libvpx 1.4.0
f8174a
f8174a
* Tue Feb 17 2015 Richard W.M. Jones <rjones@redhat.com> - 2.38.0-20
f8174a
- ocaml-4.02.1 rebuild.
f8174a
f8174a
* Sat Jan 17 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.38.0-19
f8174a
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_2.2
f8174a
- Fix obsolete Config:: usage
f8174a
f8174a
* Fri Jan 16 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-18
f8174a
- Make vimdot to work with vi, dropped explicit vim-ehnanced requirement
f8174a
  Resolves: rhbz#1182764
f8174a
f8174a
* Tue Nov 25 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-17
f8174a
- Fixed format string vulnerability
f8174a
  Resolves: rhbz#1167868
f8174a
f8174a
* Tue Nov 11 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-16
f8174a
- Added ISO8859-1 fonts as requirement
f8174a
  Resolves: rhbz#1058323
f8174a
- Fixed spurious whitespaces
f8174a
f8174a
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.38.0-15
f8174a
- Perl 5.20 rebuild
f8174a
f8174a
* Sat Aug 30 2014 Richard W.M. Jones <rjones@redhat.com> - 2.38.0-14
f8174a
- ocaml-4.02.0 final rebuild.
f8174a
- Add patch to fix build with OCaml > 4.02.0 and Fedora 22.
f8174a
f8174a
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.38.0-12
f8174a
- Perl 5.20 rebuild
f8174a
f8174a
* Sat Aug 23 2014 Richard W.M. Jones <rjones@redhat.com> - 2.38.0-11
f8174a
- ocaml-4.02.0+rc1 rebuild.
f8174a
f8174a
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.38.0-10
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f8174a
f8174a
* Mon Jul 14 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-9
f8174a
- Rebuilt for new ocaml
f8174a
f8174a
* Thu Jun 19 2014 Remi Collet <rcollet@redhat.com> - 2.38.0-8
f8174a
- rebuild for https://fedoraproject.org/wiki/Changes/Php56
f8174a
- add numerical prefix to extension configuration file
f8174a
- cleanup filter (no more needed in F20+)
f8174a
f8174a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.38.0-7
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f8174a
f8174a
* Tue Jun  3 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2.38.0-6
f8174a
- Re-enable R bindings on aarch64, we now have it
f8174a
f8174a
* Wed May 28 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-5
f8174a
- Fixed crash by adding additional check to findVertical/Horizontal functions
f8174a
  (by find-fix patch provided by Mattias Ellert <mattias.ellert@fysast.uu.se>)
f8174a
  Resolves: rhbz#1095419
f8174a
f8174a
* Tue May 20 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-4
f8174a
- Rebuilt for tcl/tk8.6
f8174a
f8174a
* Thu Apr 24 2014 Vít Ondruch <vondruch@redhat.com> - 2.38.0-3
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
f8174a
f8174a
* Tue Apr 15 2014 Richard W.M. Jones <rjones@redhat.com> - 2.38.0-2
f8174a
- Remove ocaml_arches macro (RHBZ#1087794).
f8174a
f8174a
* Mon Apr 14 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-1
f8174a
- New version
f8174a
  Resolves: rhbz#1052160
f8174a
- Dropped testsuite-sigsegv-fix, rtest-errout-fix, lefty-getaddrinfo,
f8174a
  CVE-2014-0978-CVE-2014-1235, CVE-2014-1236, ppc64le-support
f8174a
  patches (all upstreamed)
f8174a
- Added rtest-fix patch (sent upstream)
f8174a
- Disabled test suite (for now)
f8174a
f8174a
* Wed Mar 19 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-9
f8174a
- Added ppc64le support
f8174a
  Resolves: rhbz#1078464
f8174a
f8174a
* Thu Jan  9 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-8
f8174a
- Prevent possible buffer overflow in yyerror()
f8174a
  Resolves: CVE-2014-1235
f8174a
- Fix possible buffer overflow problem in chkNum of scanner
f8174a
  Resolves: CVE-2014-1236
f8174a
f8174a
* Tue Jan  7 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-7
f8174a
- Fixed overflow in yyerror
f8174a
  Resolves: CVE-2014-0978
f8174a
f8174a
* Sat Dec 28 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.34.0-6
f8174a
- Disable R bindings on aarch64 for the moment
f8174a
f8174a
* Thu Dec 19 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.34.0-5
f8174a
- No mono on aarch64
f8174a
f8174a
* Thu Oct 31 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-4
f8174a
- Removed metadata from generated PDFs
f8174a
  Related: rhbz#881173
f8174a
f8174a
* Thu Oct 31 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-3
f8174a
- Fixed multilib conflicts
f8174a
  Rewrote lefty IO lib to use getaddrinfo instead of gethostbyname
f8174a
  (by lefty-getaddrinfo patch)
f8174a
  Resolves: rhbz#881173
f8174a
f8174a
* Mon Sep 16 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-2
f8174a
- Added explicit dependency on vim (required by vimdot)
f8174a
f8174a
* Mon Sep 16 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-1
f8174a
- New version
f8174a
  Resolves: rhbz#1005957
f8174a
- Dropped perl-fix patch (upstreamed)
f8174a
f8174a
* Sat Sep 14 2013 Richard W.M. Jones <rjones@redhat.com> - 2.32.0-2
f8174a
- Rebuild for OCaml 4.01.0.
f8174a
f8174a
* Mon Aug 19 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.32.0-1
f8174a
- New version
f8174a
  Resolves: rhbz#991752
f8174a
- Dropped guile2-fix, cgraph, lua-52, smyrna-doc-opt, gv2gml-options-fix,
f8174a
  lefty-help, prune-help, man-fix patches (all upstreamed)
f8174a
f8174a
* Tue Aug  6 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.1-14
f8174a
- Used unversioned doc directory
f8174a
  Resolves: rhbz#993803
f8174a
f8174a
* Mon Aug  5 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.1-13
f8174a
- Fixed FTBFS related to perl config
f8174a
  Resolves: rhbz#991915
f8174a
f8174a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.30.1-12
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f8174a
f8174a
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.30.1-11
f8174a
- Perl 5.18 rebuild
f8174a
f8174a
* Fri Jul 12 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.1-10
f8174a
- Various man and built-in help fixes
f8174a
f8174a
* Tue Jun 25 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.1-9
f8174a
- Fixed handling of the libdir/graphviz directory
f8174a
f8174a
* Tue Jun 11 2013 Remi Collet <rcollet@redhat.com> - 2.30.1-8
f8174a
- rebuild for new GD 2.1.0
f8174a
f8174a
* Wed May 15 2013 Tom Callaway <spot@fedoraproject.org> - 2.30.1-7
f8174a
- rebuild for lua 5.2
f8174a
f8174a
* Tue Apr 23 2013 Tom Callaway <spot@fedoraproject.org> - 2.30.1-6
f8174a
- patch libgvc.pc.in to refer to -lcgraph (-lgraph is dead and gone)
f8174a
f8174a
* Thu Apr 11 2013 Tom Callaway <spot@fedoraproject.org> - 2.30.1-5
f8174a
- rebuild for R3 (may not be needed, but better safe than sorry)
f8174a
f8174a
* Mon Mar 25 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.1-4
f8174a
- Added support for aarch64
f8174a
  Resolves: rhbz#925487
f8174a
f8174a
* Fri Mar 22 2013 Remi Collet <rcollet@redhat.com> - 2.30.1-3
f8174a
- rebuild for http://fedoraproject.org/wiki/Features/Php55
f8174a
- add explicit BuildRequires: perl-Carp (workaround)
f8174a
f8174a
* Thu Mar 14 2013 Vít Ondruch <vondruch@redhat.com> - 2.30.1-2
f8174a
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
f8174a
f8174a
* Fri Feb 15 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.1-1
f8174a
- New version
f8174a
  Resolves: rhbz#911520
f8174a
  Resolves: rhbz#704529
f8174a
f8174a
* Thu Jan 24 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.0-3
f8174a
- Used ocaml_arches macros to enable ocaml on supported arches
f8174a
f8174a
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 2.30.0-2
f8174a
- rebuild due to "jpeg8-ABI" feature drop
f8174a
f8174a
* Mon Jan 14 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.0-1
f8174a
- New version
f8174a
  Resolves: rhbz#895027
f8174a
- Dropped guile-detect, ocaml4 patches (not needed)
f8174a
- Fixed bogus date in changelog (guessing)
f8174a
f8174a
* Wed Jan  9 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-26
f8174a
- Rebuilt with -fno-strict-overflow to workaround the overflow problem
f8174a
  (upstream ticket: http://www.graphviz.org/mantisbt/view.php?id=2244)
f8174a
- The dot_builtins was removed rather then excluded to fix the dangling
f8174a
  symlinks problem in debuginfo
f8174a
f8174a
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 2.28.0-25
f8174a
- rebuild against new libjpeg
f8174a
f8174a
* Wed Oct 17 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-24
f8174a
- Rebuilt for new ocaml
f8174a
f8174a
* Fri Aug 17 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-23
f8174a
- Silenced 'dot -c' errors/warnings in post/postun
f8174a
- Do not remove dot config in plugins post/postun
f8174a
f8174a
* Fri Aug 17 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-22
f8174a
- dot_builtins no longer installed (lowers implicit deps)
f8174a
- Fixed post/postuns for plugins
f8174a
- Removed -ffast-math, added -ffloat-store (on i386) to fix arithmetic on i386
f8174a
f8174a
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.0-21
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f8174a
f8174a
* Sun Jun 10 2012 Petr Pisar <ppisar@redhat.com> - 2.28.0-20
f8174a
- Perl 5.16 rebuild
f8174a
f8174a
* Sat Jun  9 2012 Richard W.M. Jones <rjones@redhat.com> - 2.28.0-19
f8174a
- Rebuild for OCaml 4.00.0.
f8174a
- Enable OCaml on arm and ppc64, since there are working native compilers
f8174a
  for both.
f8174a
f8174a
* Wed May 23 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-18
f8174a
- Improved docs handling code in spec to be backward compatible with older RPM
f8174a
f8174a
* Tue May 22 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-17
f8174a
- All docs are now installed into /usr/share/doc/graphviz-%%{version}
f8174a
- Demos packaged as docs not to automatically bring in unnecessary deps
f8174a
f8174a
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.0-16
f8174a
- Rebuilt for c++ ABI breakage
f8174a
f8174a
* Thu Feb 16 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.28.0-15
f8174a
- fix CPPFLAGS export so it doesn't cause issues on ARM
f8174a
f8174a
* Mon Feb 06 2012 Vít Ondruch <vondruch@redhat.com> - 2.28.0-14
f8174a
- Rebuilt for Ruby 1.9.3.
f8174a
f8174a
* Wed Jan 18 2012 Remi Collet <remi@fedoraproject.org> - 2.28.0-13
f8174a
- build against php 5.4.0
f8174a
- add filter to fix private-shared-object-provides
f8174a
- add %%check for php extension
f8174a
f8174a
* Sun Jan 08 2012 Richard W.M. Jones <rjones@redhat.com> - 2.28.0-12
f8174a
- Rebuild for OCaml 3.12.1.
f8174a
f8174a
* Thu Dec  8 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-11
f8174a
- Added conditionals for ARRRR, DEVIL, QTAPPS (gvedit), GTS, LASI
f8174a
- Fixed conditionals for SHARP, OCAML
f8174a
- Built with gts, ghostscript, rsvg and lasi
f8174a
  Resolves: rhbz#760926
f8174a
- Disabled gvedit
f8174a
  Resolves: rhbz#751807
f8174a
- Fixed rpmlint warnings about executable sources
f8174a
f8174a
* Wed Nov  9 2011 Tom Callaway <spot@fedoraproject.org> - 2.28.0-10
f8174a
- rebuild for R 2.14.0
f8174a
f8174a
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 2.28.0-9
f8174a
- Perl mass rebuild
f8174a
f8174a
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 2.28.0-8
f8174a
- Perl mass rebuild
f8174a
f8174a
* Thu Jul 07 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-7
f8174a
- Added gd as devel requirement
f8174a
f8174a
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.28.0-6
f8174a
- Perl mass rebuild
f8174a
f8174a
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.28.0-5
f8174a
- Perl 5.14 mass rebuild
f8174a
f8174a
* Thu May 19 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-4
f8174a
- Fixed detection of guile 2.x
f8174a
  Resolves: rhbz#704529
f8174a
f8174a
* Fri May 13 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-3
f8174a
- Corrected license tag, the graphviz license is now EPL
f8174a
f8174a
* Fri May 13 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-2
f8174a
- Recompiled with -fno-strict-aliasing in CXXFLAGS
f8174a
f8174a
* Tue May 10 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-1
f8174a
- New version 2.28.0
f8174a
- Added perl-ExtUtils-Embed to BuildRequires, it is now required
f8174a
- Fixed build failure due to change in php_zend_api macro type
f8174a
- Removed sparc64, gtk-progname, doc-index-fix, ppc-darwinhack
f8174a
  patches (all were upstreamed)
f8174a
f8174a
* Thu Mar 03 2011 Oliver Falk <oliver@linux-kernel.at> - 2.26.3-5
f8174a
- Disable mono and ocaml on alpha
f8174a
f8174a
* Tue Feb 22 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.26.3-4
f8174a
- Added urw-fonts to requires (#677114)
f8174a
f8174a
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.3-3
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f8174a
f8174a
* Fri Jan 21 2011 Karsten Hopp <karsten@redhat.com> 2.26.3-2
f8174a
- fix hack for powerpc-darwin8 in configure
f8174a
f8174a
* Thu Jan 06 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.26.3-1
f8174a
- New version (#580017)
f8174a
- Fixed gtk plugin program-name (#640671, gtk-progname patch)
f8174a
- Fixed broken links in doc index (#642536, doc-index-fix patch)
f8174a
- Fixed SIGSEGVs on testsuite (#645703, testsuite-sigsegv-fix patch)
f8174a
- Testsuite now do diff check also in case of err output (#645703,
f8174a
  rtest-errout-fix patch)
f8174a
- Testsuite enabled on all arches (#645703)
f8174a
- Added urw-fonts to BuildRequires
f8174a
- Compiled with -fno-strict-aliasing
f8174a
- Fixed rpmlint warnings on spec file
f8174a
- Removed unused patches
f8174a
f8174a
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.26.0-4
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
f8174a
f8174a
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.26.0-3
f8174a
- Mass rebuild with perl-5.12.0
f8174a
f8174a
* Mon Jan 04 2010 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.26.0-2
f8174a
- Rebuild for updated ocaml
f8174a
- Happy new year, Fedora!
f8174a
f8174a
* Fri Dec 18 2009 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.26.0-1
f8174a
- Updated to latest release
f8174a
- Removed patches that have been applied upstream
f8174a
- Fixed man page paths (mann -> man3)
f8174a
- Disabled mono and ocaml for ARM (Jitesh Shah, BZ#532047)
f8174a
- Disabled regression tests on sparc64 as well as ppc/ppc64 (Dennis Gilmore)
f8174a
f8174a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.20.3-5.1
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f8174a
f8174a
* Mon Jul 13 2009 Remi Collet <Fedora@FamilleCollet.com> 2.20.3-4.1
f8174a
- fix mistake in make rtest fix
f8174a
f8174a
* Mon Jul 13 2009 Remi Collet <Fedora@FamilleCollet.com> 2.20.3-4
f8174a
- rebuild for new PHP 5.3.0 ABI (20090626)
f8174a
- add PHP ABI check
f8174a
- use php_extdir (and don't own it)
f8174a
- add php configuration file (/etc/php.d/graphviz.ini)
f8174a
f8174a
* Mon Mar  2 2009 Tom "spot" Callaway <tcallawa@redhat.com> 2.20.3-3
f8174a
- this spec makes baby animals cry... massively clean it up
f8174a
- hack in java includes to build against openjdk
f8174a
- add ruby as a BuildRequires (configure checks for /usr/bin/ruby)
f8174a
f8174a
* Wed Feb 25 2009 John Ellson <ellson@graphviz.org> 2.20.3-2.2
f8174a
- fixes for swig changes
f8174a
f8174a
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.20.3-1.3
f8174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f8174a
f8174a
* Wed Feb 11 2009 Karsten Hopp <karsten@redhat.com> 2.20.3-.2
f8174a
- make it build on s390, s390x (#469044)
f8174a
f8174a
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.20.3-1.1
f8174a
- Rebuild for Python 2.6
f8174a
f8174a
* Mon Nov 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.20.3-1
f8174a
- update to 2.20.3
f8174a
f8174a
* Sat Nov 22 2008 Rex Dieter <rdieter@fedoraproject.org> 2.16.1-0.7
f8174a
- respin (libtool)
f8174a
f8174a
* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.16.1-0.6
f8174a
- fix conditional comparison
f8174a
f8174a
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.16.1-0.5
f8174a
- add Requires for versioned perl (libperl.so)
f8174a
f8174a
* Tue Mar 04 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.16.1-0.4
f8174a
- Disable R support
f8174a
f8174a
* Mon Mar 03 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.16.1-0.2
f8174a
- New upstream release (fixes BZ#433205, BZ#427376)
f8174a
- Merged spec changes in from upstream
f8174a
- Added patch from BZ#432683
f8174a
f8174a
* Tue Feb 12 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.16-3.3
f8174a
- Added upstream-provided patch for building under GCC 4.3 (thanks John!)
f8174a
f8174a
* Thu Jan  3 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.16-3.2
f8174a
- Re-added tcl/tk 8.5 patch
f8174a
- Tweaked ming stuff
f8174a
f8174a
* Thu Jan  3 2008 Alex Lancaster <alexlan[AT]fedoraproject.org> - 2.16-3.1
f8174a
- Rebuild against new Tcl 8.5
f8174a
f8174a
* Wed Dec 12 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.16-2
f8174a
- What the heck?  Can't BR stuff that hasn't even gotten reviewed yet.
f8174a
f8174a
* Wed Nov 28 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.16-1
f8174a
- New upstream release
f8174a
- Remove arith.h patch
f8174a
f8174a
* Tue Sep 04 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.14.1-3
f8174a
- Patch to resurrect arith.h
f8174a
f8174a
* Thu Aug 23 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.14.1-2
f8174a
- Added perl-devel to BR for F7+
f8174a
f8174a
* Wed Aug 15 2007 John Ellson <ellson@research.att.com>
f8174a
- release 2.14.1 - see ChangeLog for details
f8174a
* Thu Aug 2 2007 John Ellson <ellson@research.att.com>
f8174a
- release 2.14 - see ChangeLog for details
f8174a
* Fri Mar 16 2007 Stephen North <north@research.att.com>
f8174a
- remove xorg-X11-devel from rhel >= 5
f8174a
* Mon Dec 11 2006 John Ellson <john.ellson@comcast.net>
f8174a
- fix graphviz-lua description (Fedora BZ#218191)
f8174a
* Tue Sep 13 2005 John Ellson <ellson@research.att.com>
f8174a
- split out language bindings into their own rpms so that 
f8174a
  main rpm doesn't depend on (e.g.) ocaml
f8174a
f8174a
* Sat Aug 13 2005 John Ellson <ellson@research.att.com>
f8174a
- imported various fixes from the Fedora-Extras .spec by Oliver Falk <oliver@linux-kernel.at>
f8174a
f8174a
* Wed Jul 20 2005 John Ellson <ellson@research.att.com>
f8174a
- release 2.4