Hello community, here is the log from the commit of package xfce4-dict for openSUSE:Factory checked in at Wed Sep 21 17:26:45 CEST 2011.
-------- --- xfce4-dict/xfce4-dict.changes 2011-02-18 00:17:59.000000000 +0100 +++ /mounts/work_src_done/STABLE/xfce4-dict/xfce4-dict.changes 2011-09-19 20:59:53.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 19 15:42:47 UTC 2011 - [email protected] + +- added xfce4-dict-fix-libm-underlinking.patch in order to + explicitly link against libm + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- xfce4-dict-fix-libm-underlinking.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-dict.spec ++++++ --- /var/tmp/diff_new_pack.9vxsRV/_old 2011-09-21 17:26:33.000000000 +0200 +++ /var/tmp/diff_new_pack.9vxsRV/_new 2011-09-21 17:26:33.000000000 +0200 @@ -28,12 +28,15 @@ Source: http://goodies.xfce.org/releases/xfce4-dict/%{name}-%{version}.tar.bz2 Patch0: xfce4-dict-0.6.0-use-correct-xfcepanelplugin-instance.patch Patch1: xfce4-dict-0.6.0-fix-wrong-callback-arg.patch +# PATCH-FIX-UPSTREAM xfce4-dict-fix-libm-underlinking.patch bxo#7984 [email protected] -- Link explicitly against libm +Patch2: xfce4-dict-fix-libm-underlinking.patch BuildRequires: intltool BuildRequires: perl-XML-Parser BuildRequires: pkgconfig(libxfce4panel-1.0) BuildRequires: pkgconfig(libxfce4util-1.0) BuildRequires: pkgconfig(libxfcegui4-1.0) BuildRequires: update-desktop-files +BuildRequires: xfce4-dev-tools BuildRoot: %{_tmppath}/%{name}-%{version}-build Recommends: %{name}-lang = %{version} Suggests: xfce4-panel-plugin-dict @@ -41,7 +44,7 @@ %description xfce4-dict allows you to search different kinds of dictionary services for words or phrases and shows you the result. Currently you can query a Dict -server(RFC 2229), any online dictionary service by opening a web browser or +server (RFC 2229), any online dictionary service by opening a web browser or search for words using the aspell/ispell program. %package -n xfce4-panel-plugin-dict @@ -54,7 +57,7 @@ %description -n xfce4-panel-plugin-dict xfce4-dict allows you to search different kinds of dictionary services for words or phrases and shows you the result. Currently you can query a Dict -server(RFC 2229), any online dictionary service by opening a web browser or +server (RFC 2229), any online dictionary service by opening a web browser or search for words using the aspell/ispell program. This package contains the panel plugin for the Xfce panel. @@ -65,8 +68,10 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build +xdt-autogen %configure make %{?_smp_mflags} V=1 ++++++ xfce4-dict-fix-libm-underlinking.patch ++++++ diff -ur xfce4-dict-0.6.0.orig/configure.in xfce4-dict-0.6.0/configure.in --- xfce4-dict-0.6.0.orig/configure.in 2009-12-31 01:04:33.000000000 +0100 +++ xfce4-dict-0.6.0/configure.in 2011-09-19 17:40:22.564000008 +0200 @@ -42,6 +42,8 @@ XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.4.0.0]) XDT_CHECK_PACKAGE([X11], [x11]) +AC_SEARCH_LIBS(sin, m) + dnl check for debugging support XDT_FEATURE_DEBUG() ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
