From ccb5c40d1d1fd8ee9a34a1e203631b8cf13e956a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Jul 09 2015 21:24:18 +0000 Subject: Update to latest pysvn 1.7.10 --- diff --git a/pysvn.spec b/pysvn.spec index 56c8174..1b009a6 100644 --- a/pysvn.spec +++ b/pysvn.spec @@ -53,7 +53,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure \ --enable-debug --verbose --fixed-module-name --norpath \ --pycxx-dir=/usr/include --pycxx-src-dir=/usr/src/CXX -%{__sed} -i -e 's/-Wall -fPIC -fexceptions -frtti/%{optflags} -fPIC -frtti/' Makefile +%{__sed} -i -e 's@-Wall -fPIC -fexceptions -frtti@%{optflags} -fPIC -frtti@' Makefile %{__make} %{?_smp_mflags} %if 0%{?with_python3} @@ -62,7 +62,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py configure \ --enable-debug --verbose --fixed-module-name --norpath \ --pycxx-dir=/usr/include --pycxx-src-dir=/usr/src/CXX -%{__sed} -i -e 's#-Wall -fPIC -fexceptions -frtti#%{optflags} -fPIC -frtti#' Makefile +%{__sed} -i -e 's@-Wall -fPIC -fexceptions -frtti@%{optflags} -fPIC -frtti@' Makefile %{__make} %{?_smp_mflags} popd %endif