diff --git a/.gitignore b/.gitignore index 4da38c9..c7f3877 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ pyalsa-1.0.22.tar.bz2 +/pyalsa-1.0.24.tar.bz2 diff --git a/python-alsa.spec b/python-alsa.spec index d678ee6..9be7f8f 100644 --- a/python-alsa.spec +++ b/python-alsa.spec @@ -1,15 +1,14 @@ -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} - -%define rcver %{nil} -%define rcver_dot %{nil} +# Filter private shared library provides +%filter_provides_in %{python_sitearch}/pyalsa/.*\.so$ +%filter_setup Summary: Python binding for the ALSA library Name: python-alsa -Version: 1.0.22 -Release: 1%{?rcver_dot}%{?dist}.2 +Version: 1.0.24 +Release: 1%{?dist} License: LGPLv2+ Group: Development/Languages -Source0: ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-%{version}%{?rcver}.tar.bz2 +Source0: ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-%{version}.tar.bz2 URL: http://www.alsa-project.org/ BuildRequires: alsa-lib-devel >= %{version} BuildRequires: python-devel @@ -19,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Python binding for the ALSA library. %prep -%setup -q -n pyalsa-%{version}%{?rcver} +%setup -q -n pyalsa-%{version} %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -36,6 +35,11 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/* %changelog +* Tue Mar 29 2011 Robin Lee - 1.0.24-1 +- Update to 1.0.24 (#674260) +- Filter private shared library provides +- Clean up unused definitions + * Tue Feb 08 2011 Fedora Release Engineering - 1.0.22-1.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 4191e9b..e566fd4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37f798ab9fc1a49f75b15a611e8335fb pyalsa-1.0.22.tar.bz2 +afde32824ed43c17ffb18af89110de1a pyalsa-1.0.24.tar.bz2