Hello community,

here is the log from the commit of package graphviz for openSUSE:Factory
checked in at Tue Oct 4 16:58:18 CEST 2011.



--------
--- openSUSE:Factory/graphviz/graphviz.changes  2011-10-02 10:10:15.000000000 
+0200
+++ /mounts/work_src_done/STABLE/graphviz/graphviz.changes      2011-10-03 
15:56:13.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Oct  3 13:55:01 UTC 2011 - co...@suse.com
+
+- fix compilation of yast2-qt-graph
+
+-------------------------------------------------------------------
+Mon Oct  3 11:53:27 UTC 2011 - co...@suse.com
+
+- disable GD plugin completely
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  fix-headers.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ graphviz-plugins.spec ++++++
--- /var/tmp/diff_new_pack.OWYvbk/_old  2011-10-04 16:58:11.000000000 +0200
+++ /var/tmp/diff_new_pack.OWYvbk/_new  2011-10-04 16:58:11.000000000 +0200
@@ -80,7 +80,7 @@
 Patch106:       graphviz-fix-pkgIndex.patch
 Requires(pre):  coreutils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Prefix:         /usr
+
 %define rb_libdir    %{_libdir}/ruby
 %define rb_sitedir   %{rb_libdir}/site_ruby/%{rb_ver}
 %define rb_vendordir %{rb_libdir}/vendor_ruby/%{rb_ver}
@@ -276,6 +276,7 @@
       --disable-dependency-tracking \
       --with-ipsepcola \
       --without-ming \
+      --disable-silent-rules \
       --enable-ltdl-install=no \
       --disable-io
 make DESTDIR=%{buildroot}  %{?_smp_mflags}

++++++ graphviz.spec ++++++
--- /var/tmp/diff_new_pack.OWYvbk/_old  2011-10-04 16:58:11.000000000 +0200
+++ /var/tmp/diff_new_pack.OWYvbk/_new  2011-10-04 16:58:11.000000000 +0200
@@ -30,6 +30,7 @@
 Source2:        graphviz-rpmlintrc
 Patch1:         graphviz-gd_png_check_sig.patch
 Patch2:         graphviz-fix-pkgIndex.patch
+Patch3:         fix-headers.diff
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -55,7 +56,6 @@
 Recommends:     graphviz-gd = %{version}
 Recommends:     graphviz-gnome = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Prefix:         /usr
 
 %description
 A collection of tools and tcl packages for the manipulation and layout
@@ -90,6 +90,7 @@
 %setup -q
 %patch1
 %patch2
+%patch3 -p1
 
 # Fix path in generated man pages
 sed -e 's$@LIB_DIR@$%{_libdir}$g' tclpkg/gv/gv_doc_langs.tcl 
>tclpkg/gv/gv_doc_langs.tcl.new && mv tclpkg/gv/gv_doc_langs.tcl.new 
tclpkg/gv/gv_doc_langs.tcl
@@ -110,7 +111,10 @@
       --enable-ltdl-install=no \
       --with-ipsepcola \
       --without-ming \
-      --disable-io
+      --disable-io \
+      --disable-silent-rules \
+      --with-mylibgd=no \
+      --with-libgd=no
 make %{?_smp_mflags} DESTDIR=%{buildroot}
 
 %install

++++++ fix-headers.diff ++++++
Index: graphviz-2.28.0/lib/cdt/cdt.h
===================================================================
--- graphviz-2.28.0.orig/lib/cdt/cdt.h  2010-04-26 20:35:08.000000000 +0200
+++ graphviz-2.28.0/lib/cdt/cdt.h       2011-10-03 15:47:24.632084472 +0200
@@ -17,6 +17,7 @@
 #endif
 
 #include <stddef.h>    /* size_t */
+#include <string.h>
 
 #ifndef _BEGIN_EXTERNS_
 #define _BEGIN_EXTERNS_
@@ -238,11 +239,6 @@ extern int         dtsize _ARG_((Dt_t*));
 extern int             dtstat _ARG_((Dt_t*, Dtstat_t*, int));
 extern unsigned int    dtstrhash _ARG_((unsigned int, Void_t*, int));
 
-#if !_PACKAGE_ast
-extern int             memcmp _ARG_((const Void_t*, const Void_t*, size_t));
-extern int             strcmp _ARG_((const char*, const char*));
-#endif
-
 #undef extern
 _END_EXTERNS_
 
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to