[pysvn/el6] Update to newest, following fedora

ravenoak ravenoak at fedoraproject.org
Tue Jul 10 17:47:57 UTC 2012


commit 342cde7f70b542d40e4fb4c7bc8d215497337930
Author: Caitlyn O'Hanna <ravenoak at virtualxistenz.com>
Date:   Tue Jul 10 10:47:48 2012 -0700

    Update to newest, following fedora

 .gitignore |    1 +
 pysvn.spec |   32 +++++++++++++++++++++++++-------
 sources    |    2 +-
 3 files changed, 27 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 690efb2..1735a99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pysvn-1.6.3.tar.gz
 /pysvn-1.7.2.tar.gz
+/pysvn-1.7.6.tar.gz
diff --git a/pysvn.spec b/pysvn.spec
index cfe1246..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.2
-Release:        3%{dist}
+Version:        1.7.6
+Release:        1%{dist}
 Summary:        Pythonic style bindings for Subversion
 Group:          Development/Languages
 License:        ASL 1.1
@@ -20,28 +20,34 @@ BuildRequires:  openssl-devel
 %description
 Pythonic style bindings for Subversion
 
+
 %prep
 %setup -q -n %{name}-%{version}
 
+
 %build
 pushd Source
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose --fixed-module-name
+CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose --fixed-module-name --norpath
 %{__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
@@ -50,12 +56,24 @@ pushd Tests
 %doc LICENSE.txt
 %{python_sitearch}/%{name}
 
+
 %changelog
-* Wed Jan 05 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.7.2-3
-- Remove improper configure argument --norpath
+* 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
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Sun Jun 26 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.7.5-1.2
+- New upstream release 1.7.5
+- Do not generate library with --rpath
+- Apply upstream patch for test fixes against subversion 1.6.17
 
-* Thu Dec 16 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.7.2-2
-- Build for EPEL 6
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Thu Jul 22 2010 Caitlyn O'Hanna <ravenoak at virtualxistenz.com> - 1.7.2-1
 - Update to newest
diff --git a/sources b/sources
index a8dfc3f..2448e93 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b557a12bc34f0d6805e259d69b9f38ce  pysvn-1.7.2.tar.gz
+010a80f0058713209d62e96b20afbde9  pysvn-1.7.6.tar.gz


More information about the scm-commits mailing list