rpms/pysvn/F-9 .cvsignore, 1.2, 1.3 pysvn.spec, 1.1, 1.2 sources, 1.2, 1.3

Caitlyn O'Hanna ravenoak at fedoraproject.org
Mon Oct 6 21:17:26 UTC 2008


Author: ravenoak

Update of /cvs/extras/rpms/pysvn/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1127

Modified Files:
	.cvsignore pysvn.spec sources 
Log Message:
Updated to 1.6.1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pysvn/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	16 Apr 2008 16:34:21 -0000	1.2
+++ .cvsignore	6 Oct 2008 21:16:55 -0000	1.3
@@ -1 +1 @@
-pysvn-1.5.3.tar.gz
+pysvn-1.6.1.tar.gz


Index: pysvn.spec
===================================================================
RCS file: /cvs/extras/rpms/pysvn/F-9/pysvn.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pysvn.spec	16 Apr 2008 16:34:21 -0000	1.1
+++ pysvn.spec	6 Oct 2008 21:16:55 -0000	1.2
@@ -1,15 +1,15 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pysvn
-Version:        1.5.3
+Version:        1.6.1
 Release:        1%{dist}
 Summary:        Pythonic style bindings for Subversion
 Group:          Development/Languages
 License:        ASL 1.1
 URL:            http://pysvn.tigris.org/
 Source0:        http://pysvn.barrys-emacs.org/source_kits/%{name}-%{version}.tar.gz
-Patch0:         pysvn-1.5.2-remove-rpath.patch
-Patch1:         pysvn-1.5.2-drop-version.patch
+Patch0:         pysvn-1.5.3-remove-rpath.patch
+Patch1:         pysvn-1.6.1-drop-version.patch
 Patch2:         pysvn-1.5.2-tests-temp_fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel
@@ -18,17 +18,17 @@
 BuildRequires:  krb5-devel
 BuildRequires:  neon-devel
 BuildRequires:  apr-devel
+BuildRequires:  openssl-devel
 
 %description
 Pythonic style bindings for Subversion
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
-%patch1 -p1
-# This is a temporary fix.  A more elegant solution is needed.  I'll have to
-# contact upstream to work with them on this...
-%patch2 -p1
+%patch0
+%patch1
+# Broken for F10, possibly because of subversion 1.5
+#%patch2 -p1
 
 %build
 pushd Source
@@ -43,9 +43,9 @@
 %{__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}
+#%check
+#pushd Tests
+#%{__make} %{?_smp_mflags}
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -59,13 +59,17 @@
 %{python_sitearch}/%{name}
 
 %changelog
-* Wed Feb 27 2008 Timothy Selivanow <timoth.selivanow at virtualxistenz.com> - 1.5.3-1
+* Mon Oct 06 2008 Caitlyn O'Hanna <ravenoak at virtualxistenz.com> - 1.6.1-1
+- Update to 1.6.1, fix F10 FBFS
+- Disabled tests, might be because of subversion 1.5
+
+* Wed Feb 27 2008 Timothy Selivanow <timothy.selivanow at virtualxistenz.com> - 1.5.3-1
 - Update to 1.5.3
 
-* Thu Feb 14 2008 Timothy Selivanow <timoth.selivanow at virtualxistenz.com> - 1.5.2-6
+* Thu Feb 14 2008 Timothy Selivanow <timothy.selivanow at virtualxistenz.com> - 1.5.2-6
 - Clean up. Name change (back to upstream)
 
-* Tue Feb 12 2008 Timothy Selivanow <timoth.selivanow at virtualxistenz.com> - 1.5.2-5
+* Tue Feb 12 2008 Timothy Selivanow <timothy.selivanow at virtualxistenz.com> - 1.5.2-5
 - Temporary fix for tests.  Need to work with upstream for permanent fix.
 
 * Fri Feb 08 2008 Timothy Selivanow <timothy.selivanow at virtualxistenz.com> - 1.5.2-4


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pysvn/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 Apr 2008 16:34:21 -0000	1.2
+++ sources	6 Oct 2008 21:16:55 -0000	1.3
@@ -1 +1 @@
-68ee1b4cbeb4126c12896793d78a07fb  pysvn-1.5.3.tar.gz
+7beed40705669fdc802c07b011b61730  pysvn-1.6.1.tar.gz




More information about the fedora-extras-commits mailing list