Compare commits

...

33 Commits
rawhide ... f13

Author SHA1 Message Date
Jaroslav Škarvada 907954fecb - Added urw-fonts to requires (#677114) 2011-02-22 17:45:16 +01:00
Jaroslav Škarvada fe04cc074c - New version (#580017)
- Fixed gtk plugin program-name (#640671, gtk-progname patch)
- Fixed broken links in doc index (#642536, doc-index-fix patch)
- Fixed SIGSEGVs on testsuite (#645703, testsuite-sigsegv-fix patch)
- Testsuite now do diff check also in case of err output (#645703,
  rtest-errout-fix patch)
- Testsuite enabled on all arches (#645703)
- Added urw-fonts to BuildRequires
- Compiled with -fno-strict-aliasing
- Fixed rpmlint warnings on spec file
- Removed unused patches
2011-01-21 16:41:44 +01:00
Fedora Release Engineering 0688e6c2c4 dist-git conversion 2010-07-28 17:01:33 +00:00
jwboyer a94d6db404 - Backport patch from upstream graphviz to fix broken powerpc-darwin
workaround that prevented this from building on ppc64 (#569454)
2010-03-25 02:05:34 +00:00
Dennis Gilmore 1d9da91d40 disable testson all sparc arches 2010-03-17 14:16:37 +00:00
Jesse Keating debc8f12cc Initialize branch F-13 for graphviz 2010-02-17 01:31:37 +00:00
Patrick Laughton cfbc210ce0 bump-n-build for new ocaml 2010-01-04 14:56:04 +00:00
Patrick Laughton cbcac3d970 newer upstream version, various bugfixes 2009-12-18 20:18:11 +00:00
Bill Nottingham 3a6a01aff5 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:19:46 +00:00
Jesse Keating ad01fd27ee - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 01:24:35 +00:00
Remi Collet 1b3e07a52c fix previous 2009-07-13 16:36:55 +00:00
Remi Collet 2087e9495f PHP 5.3.0 build + spec cleanup 2009-07-13 15:54:45 +00:00
Tom Callaway 653d31718f fix this package up 2009-03-03 01:59:37 +00:00
Tom Callaway 37bfcf2d96 pick up patches from John Ellson (bz 486045) 2009-02-27 14:25:33 +00:00
Jesse Keating 94f9d71020 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 00:56:05 +00:00
Karsten Hopp e0b24415c4 - make it build on s390, s390x (#469044) 2009-02-11 15:29:20 +00:00
Ignacio Vazquez-Abrams f50c0663bc Rebuild for Python 2.6 2008-11-29 16:37:11 +00:00
Tom Callaway 80ca8165c2 2.20.3 2008-11-24 22:27:18 +00:00
Rex Dieter 9f808eb5bb - respin (libtool) 2008-11-22 20:46:56 +00:00
Tom Callaway 7c317b68ff fix conditional comparison 2008-07-07 18:12:57 +00:00
Tom Callaway e6f63db300 add Requires for versioned perl (libperl.so) 2008-03-18 18:15:51 +00:00
Patrick Laughton 706a379e2f - Disable R support 2008-03-04 18:41:07 +00:00
Patrick Laughton 2cb7e50fa9 - New upstream release (fixes BZ#433205, BZ#427376)
- Merged spec changes in from upstream
- Added patch from BZ#432683
2008-03-03 16:05:19 +00:00
Patrick Laughton 9fe1dd4853 - Added upstream-provided patch for building under GCC 4.3 (thanks John!) 2008-02-12 17:53:11 +00:00
Patrick Laughton c472fbb836 - Re-added tcl/tk 8.5 patch
- Tweaked ming stuff
FWIW, it won't build with this patch, either, but it still helps. :-)
2008-01-04 05:11:28 +00:00
alexlan 34ed651fc5 Bump spec, tag conflict 2008-01-04 04:28:39 +00:00
alexlan 723166103e - Rebuild against new Tcl 8.5 2008-01-04 04:22:28 +00:00
Patrick Laughton 01d64f6f86 - What the heck? Can't BR stuff that hasn't even gotten reviewed yet.
(upstream wackiness)
2007-12-12 18:25:45 +00:00
Patrick Laughton 952af34d25 - New upstream release
- Remove arith.h patch
2007-11-28 18:17:02 +00:00
Patrick Laughton acbab6d307 - Patch to resurrect arith.h 2007-09-05 03:07:20 +00:00
Patrick Laughton 09a99bb6d0 - Added perl-devel to BR for F7+
New upstream release (2.14.1), and returning to using upstream's
    graphviz.spec (he gives it more love than I could ever hope to).
This time let's actually commit the new graphviz.spec. :-)
2007-08-23 16:40:18 +00:00
Patrick Laughton f7a4a4bb77 - Added perl-devel to BR for F7+
New upstream release (2.14.1), and returning to using upstream's
    graphviz.spec (he gives it more love than I could ever hope to).
2007-08-23 16:37:55 +00:00
Patrick Laughton 6c8ab90b85 - Patch to fix BZ#241790 (thanks John!) 2007-07-12 19:43:18 +00:00
1 changed files with 8 additions and 6 deletions

View File

@ -4,7 +4,7 @@
Name: graphviz
Summary: Graph Visualization Tools
Version: 2.26.3
Release: 1%{?dist}
Release: 2%{?dist}
Group: Applications/Multimedia
License: CPL
URL: http://www.graphviz.org/
@ -30,6 +30,7 @@ BuildRequires: gd-devel, perl-devel, DevIL-devel, R-devel, swig >= 1.3.33
BuildRequires: mono-core, ocaml
%endif
BuildRequires: urw-fonts
Requires: urw-fonts
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@ -416,6 +417,9 @@ fi
%changelog
* Tue Feb 22 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.26.3-2
- Added urw-fonts to requires (#677114)
* Thu Jan 06 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.26.3-1
- New version (#580017)
- Fixed gtk plugin program-name (#640671, gtk-progname patch)
@ -429,11 +433,9 @@ fi
- Fixed rpmlint warnings on spec file
- Removed unused patches
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.26.0-4
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.26.0-3
- Mass rebuild with perl-5.12.0
* Thu Mar 24 2010 Josh Boyer <jwboyer@gmail.com> 2.26.0-3
- Backport patch from upstream graphviz to fix broken powerpc-darwin workaround
that prevented this from building on ppc64 (#569454)
* Mon Jan 04 2010 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.26.0-2
- Rebuild for updated ocaml