diff --git a/pyliblo.spec b/pyliblo.spec index 35347b1..158cc50 100644 --- a/pyliblo.spec +++ b/pyliblo.spec @@ -2,7 +2,7 @@ Name: pyliblo Version: 0.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python bindings for the liblo OSC library Group: Applications/Publishing @@ -29,6 +29,7 @@ Also included are the command line utilities send_osc and dump_osc. %setup -q rm src/liblo.c + %build CFLAGS="%{optflags}" %{__python} setup.py build --with-pyrex @@ -52,6 +53,9 @@ rm -rf %{buildroot} %changelog +* Tue Jul 20 2010 Fabian Affolter - 0.8.1-2 +- Rebuild for new liblo + * Mon Mar 15 2010 Fabian Affolter - 0.8.1-1 - Update to new upstream version 0.8.1