rpms/pysvn/F-11 .cvsignore, 1.5, 1.6 pysvn.spec, 1.10, 1.11 sources, 1.5, 1.6 pysvn-1.6.2-fix-benchmark.patch, 1.1, NONE

Caitlyn O'Hanna ravenoak at fedoraproject.org
Thu Jul 2 06:11:59 UTC 2009


Author: ravenoak

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pysvn/F-11/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	5 Mar 2009 05:26:27 -0000	1.5
+++ .cvsignore	2 Jul 2009 06:11:28 -0000	1.6
@@ -1 +1 @@
-pysvn-1.6.3.tar.gz
+pysvn-1.7.0.tar.gz


Index: pysvn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pysvn/F-11/pysvn.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- pysvn.spec	5 Mar 2009 05:47:12 -0000	1.10
+++ pysvn.spec	2 Jul 2009 06:11:28 -0000	1.11
@@ -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.3
-Release:        2%{dist}
+Version:        1.7.0
+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,12 +22,10 @@ Pythonic style bindings for Subversion
 
 %prep
 %setup -q -n %{name}-%{version}
-#%patch0
 
 %build
 pushd Source
 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
 %{__make} %{?_smp_mflags}
 
@@ -54,6 +51,9 @@ pushd Tests
 %{python_sitearch}/%{name}
 
 %changelog
+* Mon Jun 29 2009 Caitlyn O'Hanna <ravenoak at virtualxistenz.com> - 1.7.0-1
+- Update to new version
+
 * Wed Mar 04 2009 Caitlyn O'Hanna <ravenoak at virtualxistenz.com> - 1.6.3-2
 - Remove the benchmark patch.  Changes included in this release.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pysvn/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	5 Mar 2009 05:26:27 -0000	1.5
+++ sources	2 Jul 2009 06:11:28 -0000	1.6
@@ -1 +1 @@
-41d312ff09b05f7b53d3641a82c64c93  pysvn-1.6.3.tar.gz
+77614676d24bca45749034ea6ec449d8  pysvn-1.7.0.tar.gz


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




More information about the fedora-extras-commits mailing list