Hello community,

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

Package is "freealut", Maintainer is "sbra...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freealut/freealut.changes        2012-11-28 
10:19:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.freealut.new/freealut.changes   2013-01-07 
15:11:44.000000000 +0100
@@ -1,0 +2,16 @@
+Sun Jan  6 19:30:35 UTC 2013 - reddw...@opensuse.org
+
+- Removed absurd libopenal1 BuildRequires
+- Use pkgconfig(openal) BuildRequires instead of the package name
+- Removed openal:/usr/include/AL/alut.h Provides from very old
+  package split
+- Delete manual -devel requirement specification since they are
+  added automatically through rpm/pkgconfig magic
+
+-------------------------------------------------------------------
+Wed Dec 26 10:50:49 UTC 2012 - joop.boo...@opensuse.org
+
+- openal-devel is now called openal-soft-devel
+- cleaned the spec file a bit up
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ freealut.spec ++++++
--- /var/tmp/diff_new_pack.9AjBl6/_old  2013-01-07 15:11:47.000000000 +0100
+++ /var/tmp/diff_new_pack.9AjBl6/_new  2013-01-07 15:11:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freealut
 #
-# 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
@@ -20,19 +20,19 @@
 %define lname  libalut0
 Version:        1.1.0
 Release:        0
-Url:            http://connect.creativelabs.com/openal/default.aspx
 Summary:        freealut is a free implementation of OpenAL's ALUT standard
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-
+Url:            http://connect.creativelabs.com/openal/default.aspx
 Source:         %{name}-%{version}.tar.bz2
 Source2:        baselibs.conf
-Patch:          freealut-noansiflag.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-UPSTREAM freealut-noansiflag.patch
+Patch0:         freealut-noansiflag.patch
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  libtool
-BuildRequires:  openal-devel
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(openal)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 freealut is a free implementation of OpenAL's ALUT standard.
@@ -41,8 +41,8 @@
 Summary:        freealut is a free implementation of OpenAL's ALUT standard
 Group:          System/Libraries
 # O/P added in 12.3
-Provides:       freealut = %version-%release
-Obsoletes:      freealut < %version-%release
+Provides:       freealut = %{version}-%{release}
+Obsoletes:      freealut < %{version}-%{release}
 
 %description -n %lname
 freealut is a free implementation of OpenAL's ALUT standard.
@@ -50,10 +50,8 @@
 %package devel
 Summary:        Static libraries, header files and tests for openal library
 Group:          Development/Libraries/C and C++
-Provides:       openal:/usr/include/AL/alut.h
-Requires:       %lname = %version
+Requires:       %lname = %{version}
 Requires:       glibc-devel
-Requires:       openal-devel
 
 %description devel
 OpenAL is an audio library designed in the spirit of OpenGL - machine
@@ -62,7 +60,7 @@
 
 %prep
 %setup -q
-%patch
+%patch0
 
 %build
 autoreconf -fiv
@@ -70,7 +68,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=%{buildroot} install
 rm %{buildroot}%{_libdir}/*.la
 
 %post -n %lname -p /sbin/ldconfig
@@ -84,7 +82,7 @@
 
 %files devel
 %defattr(-,root,root)
-%{_prefix}/bin/*-config
+%{_bindir}/*-config
 %{_includedir}/AL
 %{_libdir}/libalut.so
 %{_libdir}/pkgconfig/*.pc

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

Reply via email to