[openal-soft] update to 1.15.1

François Cami fcami at fedoraproject.org
Sun Jan 13 10:33:01 UTC 2013


commit 2462185e7e0c6b56e14ef54d517ae12edd48cc3f
Author: F. Cami <fcami at fedoraproject.org>
Date:   Sun Jan 13 11:32:49 2013 +0100

    update to 1.15.1

 .gitignore       |    1 +
 openal-soft.spec |   18 ++++++++++++------
 sources          |    2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fdd8c46..b16bdb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 openal-soft-1.12.854.tar.bz2
 /openal-soft-1.13.tar.bz2
 /openal-soft-1.14.tar.bz2
+/openal-soft-1.15.1.tar.bz2
diff --git a/openal-soft.spec b/openal-soft.spec
index 722c590..406096e 100644
--- a/openal-soft.spec
+++ b/openal-soft.spec
@@ -1,13 +1,12 @@
 Name:           openal-soft
-Version:        1.14
-Release:        3%{?dist}
+Version:        1.15.1
+Release:        1%{?dist}
 Summary:        Open Audio Library
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://kcat.strangesoft.net/openal.html
 Source0:        http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2
-Patch0:         %{name}-1.14-x86.patch
 
 BuildRequires:  alsa-lib-devel
 BuildRequires:  pulseaudio-libs-devel
@@ -40,7 +39,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .x86
 
 %build
 %cmake .
@@ -48,10 +46,9 @@ make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot}
-
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
-
 install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
+#cp -ar examples %{buildroot}%{_datarootdir}/openal/
 
 %post -p /sbin/ldconfig
 
@@ -63,14 +60,23 @@ install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
 %{_libdir}/libopenal.so.*
 %dir %{_sysconfdir}/openal
 %config(noreplace) %{_sysconfdir}/openal/alsoft.conf
+%dir %{_datarootdir}/openal
+%{_datarootdir}/openal/alsoftrc.sample
 
 %files devel
 %{_bindir}/makehrtf
 %{_includedir}/*
 %{_libdir}/libopenal.so
 %{_libdir}/pkgconfig/openal.pc
+#%{_datarootdir}/openal/examples/*
+#%dir %{_datarootdir}/openal/examples
+#%{_datarootdir}/openal/examples/common/*
+
 
 %changelog
+* Fri Jan 11 2013 François Cami <fcami at fedoraproject.org> - 1.15.1-1
+- New upstream release
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.14-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 09b3521..7bd7b94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d8b86c21a2f87a2a5e60f78f3b3f03d  openal-soft-1.14.tar.bz2
+ea83dec3b9655a27d28e7bc7cae9cd71  openal-soft-1.15.1.tar.bz2


More information about the scm-commits mailing list