Hello community, here is the log from the commit of package bomberclone for openSUSE:Factory checked in at Mon Sep 19 21:22:28 CEST 2011.
-------- --- bomberclone/bomberclone.changes 2011-05-17 00:02:23.000000000 +0200 +++ /mounts/work_src_done/STABLE/bomberclone/bomberclone.changes 2011-09-17 10:15:24.000000000 +0200 @@ -1,0 +2,10 @@ +Sat Sep 17 08:15:09 UTC 2011 - [email protected] + +- fix link with -lm for real + +------------------------------------------------------------------- +Sat Sep 17 08:03:58 UTC 2011 - [email protected] + +- remove _service, too fragile + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- _service _service:recompress:download_url:bomberclone-0.11.9.tar.bz2 _service:set_version:bomberclone.spec New: ---- bomberclone-0.11.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bomberclone.spec ++++++ --- /var/tmp/diff_new_pack.IOZQoI/_old 2011-09-19 21:22:24.000000000 +0200 +++ /var/tmp/diff_new_pack.IOZQoI/_new 2011-09-19 21:22:24.000000000 +0200 @@ -18,13 +18,14 @@ Name: bomberclone -Version: to_be_filled_by_service +Version: 0.11.9 Release: 1 License: GPLv2+ Summary: Clone of the game AtomicBomberMan Url: http://www.bomberclone.de/ Group: Amusements/Games/Action/Other -Source: %{name}-%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/project/bomberclone/bomberclone/%{name}-%{version}.tar.gz +Source1: bomberclone.desktop Patch0: %{name}-0.11.9-sdl.patch Patch1: %{name}-0.11.9-gcc46.patch Patch2: %{name}-0.11.9-prototype.patch ++++++ bomberclone-0.11.9-libm.patch ++++++ --- /var/tmp/diff_new_pack.IOZQoI/_old 2011-09-19 21:22:24.000000000 +0200 +++ /var/tmp/diff_new_pack.IOZQoI/_new 2011-09-19 21:22:24.000000000 +0200 @@ -1,7 +1,7 @@ Index: configure.in =================================================================== ---- configure.in.orig -+++ configure.in +--- configure.in.orig 2011-09-17 10:04:41.924941900 +0200 ++++ configure.in 2011-09-17 10:13:43.970283272 +0200 @@ -77,16 +77,6 @@ else AC_MSG_WARN(Enable Debuging) fi @@ -19,7 +19,15 @@ dnl SDL_image library ***************************** AC_CHECK_LIB(SDL_image, IMG_LoadPNG_RW, , AC_MSG_ERROR([ *** Unable to find SDL_image libary with PNG support -@@ -220,6 +210,15 @@ if test x$have_floorf = xyes; then +@@ -213,13 +203,20 @@ int i; float f; i = floorf (f); + have_floorf=yes + ]) + AC_MSG_RESULT($have_floorf) +-if test x$have_floorf = xno; then +- AC_CHECK_LIB(m, floorf, have_floorf=yes, have_floorf=no , ) +-fi ++AC_CHECK_LIB(m, floorf, [have_floorf=yes; LIBS="$LIBS -lm"], have_floorf=no , ) + if test x$have_floorf = xyes; then AC_DEFINE(HAVE_FLOORF, [1], [if floorf is working here]) fi ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
