[pysvn] Update to newest

ravenoak ravenoak at fedoraproject.org
Tue Jul 10 16:59:36 UTC 2012


commit 663e8f693137800d00ae2db2b6cbfa27c9981efa
Author: Caitlyn O'Hanna <ravenoak at virtualxistenz.com>
Date:   Tue Jul 10 09:59:30 2012 -0700

    Update to newest

 .gitignore |    1 +
 pysvn.spec |   20 ++++++++++++--------
 sources    |    1 +
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9c64d8..2ae1636 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pysvn-1.6.3.tar.gz
 /pysvn-1.7.5.tar.gz
+/pysvn-1.7.6.tar.gz
diff --git a/pysvn.spec b/pysvn.spec
index cdac684..fd79e5b 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.5
-Release:        3%{dist}
+Version:        1.7.6
+Release:        1%{dist}
 Summary:        Pythonic style bindings for Subversion
 Group:          Development/Languages
 License:        ASL 1.1
@@ -17,17 +17,13 @@ BuildRequires:  neon-devel
 BuildRequires:  apr-devel
 BuildRequires:  openssl-devel
 
-# PATCHES #
-Patch0001: allow-norpath.patch
-Patch0002: pysvn-test.patch
-
 %description
 Pythonic style bindings for Subversion
 
+
 %prep
 %setup -q -n %{name}-%{version}
-%patch0001 -p0
-%patch0002 -p1 -R
+
 
 %build
 pushd Source
@@ -35,19 +31,23 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose
 %{__sed} -i -e 's/-Wall -fPIC -fexceptions -frtti/%{optflags} -fPIC -frtti/' Makefile
 %{__make} %{?_smp_mflags}
 
+
 %install
 %{__rm} -rf %{buildroot}
 %{__install} -d -m 755 %{buildroot}%{python_sitearch}/%{name}
 %{__install} -p -m 644 Source/pysvn/__init__.py %{buildroot}%{python_sitearch}/%{name}
 %{__install} -p -m 755 Source/pysvn/_pysvn.so %{buildroot}%{python_sitearch}/%{name}
 
+
 %check
 pushd Tests
 %{__make} %{?_smp_mflags}
 
+
 %clean
 %{__rm} -rf %{buildroot}
 
+
 %files
 %defattr(-, root, root, -)
 %doc Docs/pysvn.html Docs/pysvn_prog_guide.html Docs/pysvn_prog_ref.html
@@ -56,7 +56,11 @@ pushd Tests
 %doc LICENSE.txt
 %{python_sitearch}/%{name}
 
+
 %changelog
+* Thu Jul 10 2012 Caitlyn O'Hanna <ravenoak at virtualxistenz.com> - 1.7.6-1
+- Update to newest, per request of upstream maintainer.
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.5-3
 - Rebuilt for c++ ABI breakage
 
diff --git a/sources b/sources
index 765d025..88495c3 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 3334718248ec667b17d333aac73d5680  pysvn-1.7.5.tar.gz
+010a80f0058713209d62e96b20afbde9  pysvn-1.7.6.tar.gz


More information about the scm-commits mailing list