rpms/pysvn/devel pysvn.spec,1.14,1.15 sources,1.6,1.7

Caitlyn O'Hanna ravenoak at fedoraproject.org
Fri Jul 23 05:08:54 UTC 2010


Author: ravenoak

Update of /cvs/pkgs/rpms/pysvn/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22632

Modified Files:
	pysvn.spec sources 
Log Message:
Update to newest



Index: pysvn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pysvn/devel/pysvn.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- pysvn.spec	22 Jul 2010 03:36:06 -0000	1.14
+++ pysvn.spec	23 Jul 2010 05:08:54 -0000	1.15
@@ -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.0
-Release:        4%{dist}
+Version:        1.7.2
+Release:        1%{dist}
 Summary:        Pythonic style bindings for Subversion
 Group:          Development/Languages
 License:        ASL 1.1
@@ -25,7 +25,7 @@ Pythonic style bindings for Subversion
 
 %build
 pushd Source
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose --norpath --fixed-module-name
+CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose --fixed-module-name
 %{__sed} -i -e 's/-Wall -fPIC -fexceptions -frtti/%{optflags} -fPIC -frtti/' Makefile
 %{__make} %{?_smp_mflags}
 
@@ -51,6 +51,9 @@ pushd Tests
 %{python_sitearch}/%{name}
 
 %changelog
+* Thu Jul 22 2010 Caitlyn O'Hanna <ravenoak at virtualxistenz.com> - 1.7.2-1
+- Update to newest
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.7.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pysvn/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	19 Jul 2009 03:33:01 -0000	1.6
+++ sources	23 Jul 2010 05:08:54 -0000	1.7
@@ -1 +1 @@
-77614676d24bca45749034ea6ec449d8  pysvn-1.7.0.tar.gz
+b557a12bc34f0d6805e259d69b9f38ce  pysvn-1.7.2.tar.gz



More information about the scm-commits mailing list