From 7516ca61b2d5e5fe8c51185a0f839b9e56bdd40e2557330fed14aa95f2bdc75f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 31 Oct 2011 14:43:23 +0000 Subject: [PATCH] - update to 1.7.5: * update included pycss to 0.6 to build against subversion 1.7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysvn?expand=0&rev=10 --- pysvn-1.7.0.tar.bz2 | 3 --- pysvn-1.7.5.tar.bz2 | 3 +++ python-pysvn.changes | 17 +++++++++++++++++ python-pysvn.spec | 19 +++++++++++-------- 4 files changed, 31 insertions(+), 11 deletions(-) delete mode 100644 pysvn-1.7.0.tar.bz2 create mode 100644 pysvn-1.7.5.tar.bz2 diff --git a/pysvn-1.7.0.tar.bz2 b/pysvn-1.7.0.tar.bz2 deleted file mode 100644 index a0293de..0000000 --- a/pysvn-1.7.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5669e7072cecd2c1ed6a8948f9014def8d143d9bd0dc838320d1196d3a4a5766 -size 239878 diff --git a/pysvn-1.7.5.tar.bz2 b/pysvn-1.7.5.tar.bz2 new file mode 100644 index 0000000..8f1250d --- /dev/null +++ b/pysvn-1.7.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab997aebf39497268d58a4092777a1e892d880edca6b5ba83488c2a8bd74d10 +size 229228 diff --git a/python-pysvn.changes b/python-pysvn.changes index 2d69022..9901390 100644 --- a/python-pysvn.changes +++ b/python-pysvn.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Oct 31 15:37:11 CET 2011 - dmueller@suse.de + +- update to 1.7.5: + * update included pycss to 0.6 to build against subversion 1.7 + +------------------------------------------------------------------- +Thu Aug 19 11:16:31 UTC 2010 - toms@suse.de + +- Update to version 1.7.4 + * bug fixes for reported issues + +------------------------------------------------------------------- +Sat May 29 13:32:57 UTC 2010 - toms@suse.de + +- Update to version 1.7.2 + ------------------------------------------------------------------- Sat Jan 23 20:19:55 CET 2010 - jengelh@medozas.de diff --git a/python-pysvn.spec b/python-pysvn.spec index b5d40bb..f8b9d03 100644 --- a/python-pysvn.spec +++ b/python-pysvn.spec @@ -1,7 +1,7 @@ # -# spec file for package python-pysvn (Version 1.7.0) +# spec file for package python-pysvn # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,8 +25,8 @@ Url: http://pysvn.tigris.org License: Apache Software License .. BuildRequires: gcc gcc-c++ libapr1-devel libcom_err-devel libcom_err2 libexpat-devel neon-devel python python-devel python-xml subversion-devel Requires: neon subversion -Version: 1.7.0 -Release: 2 +Version: 1.7.5 +Release: 1 Source0: %{_realname}-%{version}.tar.bz2 Patch0: bnc445431_pysvn_svnenv.cpp.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -40,9 +40,11 @@ Summary: Highlevel Subversion Python Bindings %description pysvn is a highlevel and easy to use Python bindings to Subversion. The pysvn project's goal is to enable Tools to be written in Python -that use Subversion. Windows, Mac OS X, Linux and other unix -platforms are supported. Features: * Supports all svn client -features +that use Subversion. Windows, Mac OS X, Linux and other unix +platforms are supported. + +Features: +* Supports all svn client features * Supports svn transaction features required to write svn pre-commit hooks @@ -70,7 +72,8 @@ sed -i 's/CCFLAGS=-Wall/CCFLAGS=$(RPM_OPT_FLAGS) -Wall -Wno-deprecated/g' Source %build cd Source python setup.py backport -python setup.py configure --norpath +python setup.py configure +# --norpath make %{?_smp_mflags} #cd ../Tests #make %{?_smp_mflags}