Hello community, here is the log from the commit of package htmldoc for openSUSE:Factory checked in at 2013-04-22 14:06:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/htmldoc (Old) and /work/SRC/openSUSE:Factory/.htmldoc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "htmldoc", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/htmldoc/htmldoc.changes 2012-09-14 12:26:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.htmldoc.new/htmldoc.changes 2013-04-22 14:06:45.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Apr 19 22:57:21 UTC 2013 - [email protected] + +- Add htmldoc-link-x11.patch: link the GUI app against libX11. + +------------------------------------------------------------------- New: ---- htmldoc-link-x11.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ htmldoc.spec ++++++ --- /var/tmp/diff_new_pack.R8IdRu/_old 2013-04-22 14:06:46.000000000 +0200 +++ /var/tmp/diff_new_pack.R8IdRu/_new 2013-04-22 14:06:46.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package htmldoc # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,6 +37,7 @@ Patch2: htmldoc-fortify.diff # link to libpng15.patch sent to [email protected] Patch3: htmldoc-libpng15.diff +Patch4: htmldoc-link-x11.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define DOCDIR %{_datadir}/doc/packages/%{name} @@ -51,6 +52,7 @@ %patch1 -p1 %patch2 %patch3 +%patch4 -p1 %build export CFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing" ++++++ htmldoc-link-x11.patch ++++++ Index: htmldoc-1.8.27/configure.in =================================================================== --- htmldoc-1.8.27.orig/configure.in +++ htmldoc-1.8.27/configure.in @@ -294,6 +294,7 @@ if test "x$with_gui" != xno; then POST="$FLTKCONFIG --post" AC_CHECK_LIB(Xpm,XpmCreatePixmapFromData) + AC_CHECK_LIB(X11,XCreateBitmapFromData) else AC_MSG_WARN(FLTK not available so no GUI will be built.) fi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
