Hello community,

here is the log from the commit of package SDL for openSUSE:Factory checked in 
at 2015-01-08 23:05:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL (Old)
 and      /work/SRC/openSUSE:Factory/.SDL.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL"

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL/SDL.changes  2014-12-30 00:49:21.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.SDL.new/SDL.changes     2015-01-08 
23:05:34.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan  6 12:37:40 UTC 2015 - [email protected]
+
+- Avoid bs_sched computation failure by expanding %power64
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ SDL.spec ++++++
--- /var/tmp/diff_new_pack.DSmVag/_old  2015-01-08 23:05:35.000000000 +0100
+++ /var/tmp/diff_new_pack.DSmVag/_new  2015-01-08 23:05:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -40,7 +40,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  nasm
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(alsa) >= 0.9.0
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
@@ -54,7 +54,7 @@
 %if 0%{?suse_version} < 1120
 BuildRequires:  arts-devel
 %endif
-%ifarch ppc %power64
+%ifarch ppc ppc64 ppc64p7 ppc64le
 BuildRequires:  libspe2-devel
 %endif
 
@@ -67,8 +67,8 @@
 Summary:        Simple DirectMedia Layer Library
 Group:          System/Libraries
 # SDL was used last in 11.1
-Provides:       SDL = %{version}
-Obsoletes:      SDL < %{version}
+Provides:       SDL = %version
+Obsoletes:      SDL < %version
 # bnc437293
 %ifarch ppc64
 Obsoletes:      SDL-64bit
@@ -83,13 +83,13 @@
 Summary:        SDL Library Developer Files
 Group:          Development/Libraries/X11
 # SDL-devel was used last in 11.1
-Provides:       SDL-devel = %{version}
-Obsoletes:      SDL-devel < %{version}
+Provides:       SDL-devel = %version
+Obsoletes:      SDL-devel < %version
 # bnc437293
 %ifarch ppc64
 Obsoletes:      SDL-devel-64bit
 %endif
-Requires:       %lname = %{version}
+Requires:       %lname = %version
 Requires:       c_compiler
 Requires:       pkgconfig
 Requires:       pkgconfig(gl)
@@ -113,6 +113,7 @@
 
 %build
 ./autogen.sh
+# --with-pic is for libSDLmain.a
 %configure \
     --disable-static \
     --disable-rpath \
@@ -125,35 +126,33 @@
     --enable-video-aalib \
 %endif
     --disable-video-svga \
-    --disable-video-ps3
+    --disable-video-ps3 \
+    --with-pic
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot"
-
-rm -f %{buildroot}%{_libdir}/*.la
-
-sed -i -e '/^Libs.private/d' %{buildroot}%{_libdir}/pkgconfig/sdl.pc
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
+sed -i -e '/^Libs.private/d' "%buildroot/%_libdir/pkgconfig/sdl.pc"
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
 %defattr(-,root,root)
 %doc BUGS COPYING CREDITS README README-SDL.txt
-%{_libdir}/libSDL-1*.so.*
+%_libdir/libSDL-1*.so.*
 
 %files -n libSDL-devel
 %defattr(-,root,root)
 %doc docs.html README.HG TODO WhatsNew
 %doc docs/index.html docs/html/ docs/images/
-%{_bindir}/sdl-config
-%{_libdir}/libSDL.so
-%{_libdir}/libSDLmain.a
-%{_includedir}/SDL/
-%{_datadir}/aclocal/
-%{_mandir}/man3/*.3*
-%{_libdir}/pkgconfig/sdl.pc
+%_bindir/sdl-config
+%_libdir/libSDL.so
+%_libdir/libSDLmain.a
+%_includedir/SDL/
+%_datadir/aclocal/
+%_mandir/man3/*.3*
+%_libdir/pkgconfig/sdl.pc
 
 %changelog


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to