[pysvn/el6/master] Update to 1.7.2 and build for EPEL 6

Stephen Gallagher sgallagh at fedoraproject.org
Wed Jan 5 20:33:40 UTC 2011


commit 547d94d612b168e7aedf268bff58dfa302fda4eb
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Jan 5 15:15:45 2011 -0500

    Update to 1.7.2 and build for EPEL 6

 .gitignore |    1 +
 pysvn.spec |   16 ++++++++++++++--
 sources    |    2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db18ad9..690efb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pysvn-1.6.3.tar.gz
+/pysvn-1.7.2.tar.gz
diff --git a/pysvn.spec b/pysvn.spec
index e6d2e59..cfe1246 100644
--- a/pysvn.spec
+++ b/pysvn.spec
@@ -1,7 +1,7 @@
 %{!?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
+Version:        1.7.2
 Release:        3%{dist}
 Summary:        Pythonic style bindings for Subversion
 Group:          Development/Languages
@@ -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,18 @@ pushd Tests
 %{python_sitearch}/%{name}
 
 %changelog
+* Wed Jan 05 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.7.2-3
+- Remove improper configure argument --norpath
+
+* Thu Dec 16 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.7.2-2
+- Build for EPEL 6
+
+* Thu Jul 22 2010 Caitlyn O'Hanna <ravenoak at virtualxistenz.com> - 1.7.2-1
+- Update to newest
+
+* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.7.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1.7.0-3
 - rebuilt with new openssl
 
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


More information about the scm-commits mailing list