rpms/pysvn/F-10 pysvn.spec, 1.4, 1.5 sources, 1.4, 1.5 pysvn-1.6.2-fix-benchmark.patch, 1.1, NONE

Caitlyn O'Hanna ravenoak at fedoraproject.org
Fri Mar 6 05:36:03 UTC 2009


Author: ravenoak

Update of /cvs/pkgs/rpms/pysvn/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17698

Modified Files:
	pysvn.spec sources 
Removed Files:
	pysvn-1.6.2-fix-benchmark.patch 
Log Message:
Update to 1.6.3



Index: pysvn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pysvn/F-10/pysvn.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pysvn.spec	28 Oct 2008 18:16:53 -0000	1.4
+++ pysvn.spec	6 Mar 2009 05:35:33 -0000	1.5
@@ -1,14 +1,13 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pysvn
-Version:        1.6.2
+Version:        1.6.3
 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.6.2-fix-benchmark.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel
 BuildRequires:  PyXML
@@ -23,10 +22,10 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0
 
 %build
 pushd Source
+%{__python} setup.py backport
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose --norpath --fixed-module-name
 # Set correct build flags
 %{__sed} -i -e 's/-Wall -fPIC -fexceptions -frtti/%{optflags} -fPIC -frtti/' Makefile
@@ -54,6 +53,9 @@
 %{python_sitearch}/%{name}
 
 %changelog
+* Thu Mar 05 2009 Caitlyn O'Hanna <ravenoak at virtualxistenz.com> - 1.6.3-1
+- Update to 1.6.3, removed benchmark patch
+
 * Tue Oct 28 2008 Caitlyn O'Hanna <ravenoak at virtualxistenz.com> - 1.6.2-1
 - Upstream to 1.6.2, upstream provided some build fixes to remove patches
 -   (Thanks Barry!).  Re-enabled testing with provided patch to fix whitespace


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pysvn/F-10/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	28 Oct 2008 18:16:53 -0000	1.4
+++ sources	6 Mar 2009 05:35:33 -0000	1.5
@@ -1 +1 @@
-58bb216b815f3c05ed77f70708515355  pysvn-1.6.2.tar.gz
+41d312ff09b05f7b53d3641a82c64c93  pysvn-1.6.3.tar.gz


--- pysvn-1.6.2-fix-benchmark.patch DELETED ---




More information about the fedora-extras-commits mailing list