Hello community,

here is the log from the commit of package openal-soft for openSUSE:Factory 
checked in at 2013-01-11 15:57:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openal-soft (Old)
 and      /work/SRC/openSUSE:Factory/.openal-soft.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openal-soft", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openal-soft/openal-soft.changes  2012-12-19 
14:50:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openal-soft.new/openal-soft.changes     
2013-01-11 15:57:51.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Jan  8 12:31:06 UTC 2013 - [email protected]
+
+- The devel package requires libopenal1, not openal-soft
+
+-------------------------------------------------------------------
+Mon Jan  7 20:38:56 UTC 2013 - [email protected]
+
+- Fixed SLES build 
+- Removed Requirements that are resolved automatically
+- Added missing openal-soft-devel Requirement libopenal1
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openal-soft.spec ++++++
--- /var/tmp/diff_new_pack.Mzuzr8/_old  2013-01-11 15:57:52.000000000 +0100
+++ /var/tmp/diff_new_pack.Mzuzr8/_new  2013-01-11 15:57:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openal-soft
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -27,10 +27,12 @@
 #Source0:        openal-soft-%{version}.tar.bz2
 Source1:        libopenalcompat.c
 Source3:        baselibs.conf
+# PATCH-FIX-UPSTREAM openal-no-autospawn.diff
 Patch0:         openal-no-autospawn.diff
 BuildRequires:  cmake >= 2.4.4
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(libpulse)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 OpenAL is an audio library designed in the spirit of OpenGL--machine
@@ -51,8 +53,8 @@
 %package devel
 Summary:        OpenAL Soft
 Group:          Development/Languages/C and C++
-Requires:       %{name} = %{version}
 Requires:       glibc-devel
+Requires:       libopenal1 = %{version}
 
 %description devel
 OpenAL is an audio library designed in the spirit of OpenGL--machine
@@ -141,12 +143,11 @@
 
 make %{?_smp_mflags}
 gcc -Wall %{optflags} -fPIC -DPIC -Wl,-soname,libopenal.so.0 -shared 
-Wl,--no-as-needed -L. -lopenal -o libopenal.so.0 %{SOURCE1}
-#
 install -D -m 644 /dev/null %{buildroot}/%{_sysconfdir}/openal/alsoft.conf
 
 %install
 cd build
-%make_install
+make DESTDIR=%{buildroot} install
 install -d %{buildroot}%{_sysconfdir}/openal
 install -m644 libopenal.so.0 %{buildroot}%{_libdir}
 

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

Reply via email to