From e79a93a836fe060bc2fd2988bab496a201fbc64e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Jul 09 2015 21:00:20 +0000 Subject: Update to latest pysvn 1.7.10 --- diff --git a/.gitignore b/.gitignore index 2ae1636..a1ab215 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ pysvn-1.6.3.tar.gz /pysvn-1.7.5.tar.gz /pysvn-1.7.6.tar.gz +/pysvn-1.7.10.tar.gz diff --git a/pysvn.spec b/pysvn.spec index 80903b3..56c8174 100644 --- a/pysvn.spec +++ b/pysvn.spec @@ -3,8 +3,8 @@ %endif Name: pysvn -Version: 1.7.6 -Release: 12%{dist} +Version: 1.7.10 +Release: 1%{dist} Summary: Pythonic style bindings for Subversion Group: Development/Languages License: ASL 1.1 @@ -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 @@ -111,6 +111,9 @@ popd %changelog +* Thu Jul 09 2015 Stephen Gallagher 1.7.10-1 +- Update to latest pysvn 1.7.10 + * Thu Jun 18 2015 Fedora Release Engineering - 1.7.6-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 2448e93..a6269f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -010a80f0058713209d62e96b20afbde9 pysvn-1.7.6.tar.gz +bf7527591d5086bd6d01cdc0d09a076e pysvn-1.7.10.tar.gz