rpms/openal-soft/devel openal-soft.spec,1.21,1.22

Thomas Kowaliczek linuxdonald at fedoraproject.org
Mon Mar 1 11:38:59 UTC 2010


Author: linuxdonald

Update of /cvs/pkgs/rpms/openal-soft/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15715/devel

Modified Files:
	openal-soft.spec 
Log Message:
Fixed Version Number


Index: openal-soft.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openal-soft/devel/openal-soft.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- openal-soft.spec	28 Feb 2010 22:57:04 -0000	1.21
+++ openal-soft.spec	1 Mar 2010 11:38:59 -0000	1.22
@@ -1,15 +1,15 @@
-%global revision a9e0e57797c6f4321d5776e1f29bf1e75b11e6a1
+%global alphatag 20100225
 
 Name:		openal-soft
 Version:	1.11.753
-Release:	2.%{revision}git%{?dist}
+Release:	3.%{alphatag}git%{?dist}
 Summary:	Open Audio Library
 
 Group:		System Environment/Libraries
 License:	LGPLv2+
 URL:		http://kcat.strangesoft.net/openal.html
 #http://repo.or.cz/w/openal-soft.git?a=snapshot;h=%{revision};sf=tgz
-Source0:	openal-soft-%{revision}.tar.gz 
+Source0:	openal-soft-.%{alphatag}.tar.gz 
 Patch1:		openal-soft.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -17,8 +17,8 @@ BuildRequires:	alsa-lib-devel
 BuildRequires:	pulseaudio-libs-devel
 BuildRequires:	portaudio-devel
 BuildRequires:	cmake
-Obsoletes: 	openal <= 0.0.10
-Provides: 	openal = %{version}
+Obsoletes:	openal <= 0.0.10
+Provides:	openal = %{version}
 
 %description
 OpenAL Soft is a cross-platform software implementation of the OpenAL 3D
@@ -35,8 +35,8 @@ and audio capture.
 Summary:	Development files for %{name}
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Obsoletes: 	openal-devel <= 0.0.10
-Provides: 	openal-devel = %{version}
+Obsoletes:	openal-devel <= 0.0.10
+Provides:	openal-devel = %{version}
 
 %description	devel
 The %{name}-devel package contains libraries and header files for
@@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/openal.pc
 
 %changelog
+* Mon Mar 01 2010 Thomas Kowaliczek <linuxdonald at linuxdonald.de> - 1.11.753-3.20100225
+- Fixed Version Number
+
 * Sun Feb 28 2010 Thomas Kowaliczek <linuxdonald at linuxdonald.de> - 1.11.753-2.a9e0e57797c6f4321d5776e1f29bf1e75b11e6a1
 - Fixed Bug 567870
 



More information about the scm-commits mailing list