Author: arekm Date: Mon Aug 15 16:06:01 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - use our patched gd 2.0.33
---- Files affected: SPECS: graphviz.spec (1.42 -> 1.43) ---- Diffs: ================================================================ Index: SPECS/graphviz.spec diff -u SPECS/graphviz.spec:1.42 SPECS/graphviz.spec:1.43 --- SPECS/graphviz.spec:1.42 Sun Aug 14 23:37:13 2005 +++ SPECS/graphviz.spec Mon Aug 15 18:05:56 2005 @@ -4,13 +4,14 @@ Summary(pl): Narzędzie do wizualizacji w postaci grafów Name: graphviz Version: 2.4 -Release: 1 +Release: 2 License: CPL v1.0 Group: X11/Applications/Graphics Source0: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz # Source0-md5: f1074d38a7eeb5e5b2ebfdb643aebf8a Patch0: %{name}-fontpath.patch Patch1: %{name}-php.patch +Patch2: %{name}-gd.patch URL: http://www.graphviz.org/ BuildRequires: XFree86-devel BuildRequires: autoconf >= 2.50 @@ -20,7 +21,7 @@ BuildRequires: flex BuildRequires: freetype-devel >= 2.0.0 BuildRequires: gawk -BuildRequires: gd-devel >= 2.0.33 +BuildRequires: gd-devel >= 2.0.33-5 BuildRequires: gettext-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel @@ -35,7 +36,7 @@ BuildRequires: tk-devel >= 8.3.0 BuildRequires: zlib-devel Requires(post,postun): /sbin/ldconfig -Requires: gd >= 2.0.33 +Requires: gd >= 2.0.33-5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -88,6 +89,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__libtoolize} @@ -172,6 +174,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.43 2005/08/15 16:05:56 arekm +- use our patched gd 2.0.33 + Revision 1.42 2005/08/14 21:37:13 jpc - R: gd version down to 2.0.33 (we don't have 2.0.34 anywhere) arekm: could you varify this (it was your change ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/graphviz.spec?r1=1.42&r2=1.43&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
