Hello community, here is the log from the commit of package libgtkdatabox for openSUSE:Factory checked in at Fri Sep 23 10:26:53 CEST 2011.
-------- --- libgtkdatabox/libgtkdatabox.changes 2011-09-02 02:14:14.000000000 +0200 +++ /mounts/work_src_done/STABLE/libgtkdatabox/libgtkdatabox.changes 2011-09-22 23:48:44.000000000 +0200 @@ -1,0 +2,9 @@ +Thu Sep 22 21:44:25 UTC 2011 - [email protected] + +- added Patch2 (libgtkdatabox-ld_fix.diff) to fix the build for factory + (link with -lm) +- added gtk-doc BuildRequire (needed for autoreconf call which is required + by Patch2) +- moved %%configure into the %%build section + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- libgtkdatabox-ld_fix.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgtkdatabox.spec ++++++ --- /var/tmp/diff_new_pack.ScSjot/_old 2011-09-23 10:26:49.000000000 +0200 +++ /var/tmp/diff_new_pack.ScSjot/_new 2011-09-23 10:26:49.000000000 +0200 @@ -30,6 +30,8 @@ Patch0: libgtkdatabox-0.9.1.3-gtk-2.22.patch # PATCH-FIX-UPSTREAM libgtkdatabox-0.9.1.3-gdk-deprecated.patch -- rebased from Fedora gtkdatabox package Patch1: libgtkdatabox-0.9.1.3-gdk-deprecated.patch +Patch2: libgtkdatabox-ld_fix.diff +BuildRequires: gtk-doc BuildRequires: pkgconfig(gtk+-2.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -64,10 +66,11 @@ %setup -q -n gtkdatabox-%{version} %patch0 %patch1 - -%configure --disable-static +%patch2 %build +autoreconf -fi +%configure --disable-static make %{?_smp_mflags} %install ++++++ libgtkdatabox-ld_fix.diff ++++++ Index: examples/Makefile.am =================================================================== --- examples/Makefile.am.orig +++ examples/Makefile.am @@ -58,6 +58,7 @@ AM_CFLAGS =\ LDADD = $(top_builddir)/gtk/libgtkdatabox.la\ + -lm \ @GTK_LIBS@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
