Hello community,

here is the log from the commit of package bzflag for openSUSE:Factory checked 
in at 2012-05-07 22:43:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bzflag (Old)
 and      /work/SRC/openSUSE:Factory/.bzflag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bzflag", Maintainer is "hvo...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bzflag/bzflag.changes    2012-04-17 
07:44:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bzflag.new/bzflag.changes       2012-05-07 
22:45:10.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 30 11:53:25 UTC 2012 - reddw...@opensuse.org
+
+- Use system c-ares and glew
+- Stop using autoreconf
+
+-------------------------------------------------------------------

New:
----
  bzflag-2.4.0-as_needed.patch

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

Other differences:
------------------
++++++ bzflag.spec ++++++
--- /var/tmp/diff_new_pack.jOoRZH/_old  2012-05-07 22:45:13.000000000 +0200
+++ /var/tmp/diff_new_pack.jOoRZH/_new  2012-05-07 22:45:13.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:           bzflag
 BuildRequires:  bc
 BuildRequires:  curl-devel
@@ -23,9 +25,9 @@
 BuildRequires:  libSDL-devel
 BuildRequires:  libcares-devel
 BuildRequires:  libdrm-devel
-BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(glew)
 Version:        2.4.0
 Release:        0
 Summary:        3D Networked Multiplayer Tank Battle Game
@@ -38,8 +40,9 @@
 Source4:        sysconfig.bzflagserver-bzflag
 Source5:        %{name}.desktop
 Source6:        %{name}.png
-Patch:          %{name}-1.10.4-ncursespollution.patch
-Patch3:         %{name}-char-signedness.patch
+Patch0:         %{name}-1.10.4-ncursespollution.patch
+Patch1:         %{name}-char-signedness.patch
+Patch2:         bzflag-2.4.0-as_needed.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %insserv_prereq %fillup_prereq
 
@@ -53,19 +56,16 @@
 
 %prep
 %setup -q -a 3
-%patch -p1
-%patch3 -p1
+%patch0 -p1
+%patch1 -p1
+%patch2
 cp %SOURCE2 .
 
 %build
-autoreconf -fiv
-#export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-#export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 %configure \
     --disable-dependency-tracking \
     --libdir=%{_libdir}/%{name} \
-    --disable-static \
-    --with-pic
+    --disable-static
 make %{?_smp_mflags} all
 
 %preun

++++++ bzflag-2.4.0-as_needed.patch ++++++
Index: configure
===================================================================
--- configure.orig
+++ configure
@@ -20702,8 +20702,8 @@ ares_works=no
 if test "x$enable_ares_build" != "xyes" ; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ares DNS lookup 
functionality" >&5
 $as_echo_n "checking for ares DNS lookup functionality... " >&6; }
-    PRELDFLAGS="$LDFLAGS"
-    LDFLAGS="$LDFLAGS $LIBCARES"
+    PRELIBS="$LIBS"
+    LIBS="$LIBS $LIBCARES"
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -20733,7 +20733,7 @@ else
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
-    LDFLAGS="$PRELDFLAGS"
+    LIBS="$PRELIBS"
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ares_works" >&5
 $as_echo "$ares_works" >&6; }
 fi # enable_ares_build

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

Reply via email to