Hello community,

here is the log from the commit of package openal-soft for openSUSE:Factory 
checked in at 2015-03-16 06:53:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openal-soft (Old)
 and      /work/SRC/openSUSE:Factory/.openal-soft.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openal-soft"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openal-soft/openal-soft.changes  2015-02-20 
12:43:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openal-soft.new/openal-soft.changes     
2015-03-16 06:54:00.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Mar 13 13:20:56 UTC 2015 - [email protected]
+
+- remove conflicts with openal. That package doesn't exist since
+  11.1 and actually only the library conflicts.
+- add back ldconfig calls for libopenal0
+- mark alsoft.conf as %config(noreplace,missingok) to silence
+  rpmlint once the rpmlint bug is fixed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openal-soft.spec ++++++
--- /var/tmp/diff_new_pack.8uVmd6/_old  2015-03-16 06:54:01.000000000 +0100
+++ /var/tmp/diff_new_pack.8uVmd6/_new  2015-03-16 06:54:01.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openal-soft
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,8 +28,6 @@
 Source3:        baselibs.conf
 # PATCH-FIX-UPSTREAM openal-no-autospawn.diff
 Patch0:         openal-no-autospawn.diff
-Conflicts:      openal <= 0.0.8
-Provides:       openal = 0.0.9
 BuildRequires:  cmake >= 2.4.4
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(alsa)
@@ -84,8 +82,7 @@
 Group:          Development/Languages/C and C++
 Requires:       glibc-devel
 Requires:       libopenal1 = %{version}
-Provides:       openal-devel = 0.0.9
-Conflicts:      openal-devel <= 0.0.8
+Provides:       openal-devel = %{version}-%{release}
 
 %description devel
 OpenAL is an audio library designed in the spirit of OpenGL--machine
@@ -137,13 +134,17 @@
       -DALSOFT_CONFIG=ON
 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 DESTDIR=%{buildroot} install
 install -d %{buildroot}%{_sysconfdir}/openal
 install -m644 libopenal.so.0 %{buildroot}%{_libdir}
+install -D -m 644 /dev/null %{buildroot}/%{_sysconfdir}/openal/alsoft.conf
+
+%post -n libopenal0 -p /sbin/ldconfig
+
+%postun -n libopenal0 -p /sbin/ldconfig
 
 %post -n libopenal1 -p /sbin/ldconfig
 
@@ -153,7 +154,7 @@
 %defattr(-,root,root)
 %doc COPYING
 %dir %{_sysconfdir}/openal
-%ghost %config %attr(0644,root,root) %{_sysconfdir}/openal/alsoft.conf
+%ghost %config(noreplace,missingok) %attr(0644,root,root) 
%{_sysconfdir}/openal/alsoft.conf
 %{_bindir}/openal-info
 %dir %{_datadir}/openal
 %{_datadir}/openal/alsoftrc.sample

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

Reply via email to