[pyliblo] * Sun Nov 21 2010 Fabian Affolter <fabian at bernewireless.net> - 0.9.0-2 - Switched to Cython

Fabian Affolter fab at fedoraproject.org
Sun Nov 21 20:43:28 UTC 2010


commit 4906ca0956ec769d678b264d02880915d5c98eda
Author: Fabian Affolter <fabian at bernewireless.net>
Date:   Sun Nov 21 21:43:26 2010 +0100

    * Sun Nov 21 2010 Fabian Affolter <fabian at bernewireless.net> - 0.9.0-2
    - Switched to Cython

 pyliblo.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/pyliblo.spec b/pyliblo.spec
index f77ee0f..14a60d0 100644
--- a/pyliblo.spec
+++ b/pyliblo.spec
@@ -4,7 +4,7 @@
 
 Name:           pyliblo
 Version:        0.9.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python bindings for the liblo OSC library
 
 Group:          Applications/Publishing
@@ -15,8 +15,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRequires:  Pyrex
 BuildRequires:  liblo-devel
+BuildRequires:  Cython
 
 
 %description
@@ -33,7 +33,7 @@ rm src/liblo.c
 
 
 %build
-CFLAGS="%{optflags}" %{__python} setup.py build --with-pyrex
+CFLAGS="%{optflags}" %{__python} setup.py build --with-cython
 
 
 %install
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Nov 21 2010 Fabian Affolter <fabian at bernewireless.net> - 0.9.0-2
+- Switched to Cython
+
 * Sun Nov 21 2010 Fabian Affolter <fabian at bernewireless.net> - 0.9.0-1
 - Update to new upstream version 0.9.0
 


More information about the scm-commits mailing list