diff --git a/pysvn.spec b/pysvn.spec index 3b402b6..3b8c2e5 100644 --- a/pysvn.spec +++ b/pysvn.spec @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pysvn -Version: 1.7.0 -Release: 4%{dist} +Version: 1.7.2 +Release: 1%{dist} Summary: Pythonic style bindings for Subversion Group: Development/Languages License: ASL 1.1 @@ -25,7 +25,7 @@ Pythonic style bindings for Subversion %build pushd Source -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose --norpath --fixed-module-name +CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose --fixed-module-name %{__sed} -i -e 's/-Wall -fPIC -fexceptions -frtti/%{optflags} -fPIC -frtti/' Makefile %{__make} %{?_smp_mflags} @@ -51,6 +51,9 @@ pushd Tests %{python_sitearch}/%{name} %changelog +* Thu Jul 22 2010 Caitlyn O'Hanna - 1.7.2-1 +- Update to newest + * Wed Jul 21 2010 David Malcolm - 1.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index 2c482f3..a8dfc3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77614676d24bca45749034ea6ec449d8 pysvn-1.7.0.tar.gz +b557a12bc34f0d6805e259d69b9f38ce pysvn-1.7.2.tar.gz