rpms/python-alsa/devel python-alsa.spec,1.1,1.2

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Sun Oct 14 08:36:08 UTC 2007


Author: andriy

Update of /cvs/extras/rpms/python-alsa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv737

Modified Files:
	python-alsa.spec 
Log Message:
Require at least ALSA 1.0.15


Index: python-alsa.spec
===================================================================
RCS file: /cvs/extras/rpms/python-alsa/devel/python-alsa.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-alsa.spec	12 Oct 2007 19:31:21 -0000	1.1
+++ python-alsa.spec	14 Oct 2007 08:35:36 -0000	1.2
@@ -1,16 +1,17 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-%define rcver rc2
+%define rcver       rc2
+%define rcver_dot   .rc2
 
 Summary:	Python binding for the ALSA library
 Name:		python-alsa
 Version:	1.0.15
-Release:	0.3.%{?rcver}%{?dist}
+Release:	0.4%{?rcver_dot}%{?dist}
 License:	LGPLv2+
 Group:		Development/Languages
 Source0:	ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-%{version}%{?rcver}.tar.bz2
 URL:		http://www.alsa-project.org/
-BuildRequires:	alsa-lib-devel >= 1.0.14
+BuildRequires:	alsa-lib-devel >= %{version}
 BuildRequires:	python-devel
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -40,6 +41,9 @@
 %{python_sitearch}/pyalsa/
 
 %changelog
+* Sun Oct 14 2007 Andy Shevchenko <andy at smile.org.ua> 1.0.15-0.4.rc2
+- require at least ALSA 1.0.15
+
 * Fri Oct 12 2007 Andy Shevchenko <andy at smile.org.ua> 1.0.15-0.3.rc2
 - don't put executable files to the documentation
 




More information about the scm-commits mailing list