14
0
forked from pool/python-pysvn

Accepting request 48096 from devel:languages:python

checked in (request 48096)

OBS-URL: https://build.opensuse.org/request/show/48096
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysvn?expand=0&rev=9
This commit is contained in:
OBS User autobuild
2010-09-14 11:27:19 +00:00
committed by Git OBS Bridge
parent 145068e561
commit 2a87a84bc7
4 changed files with 10 additions and 24 deletions

3
pysvn-1.7.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5669e7072cecd2c1ed6a8948f9014def8d143d9bd0dc838320d1196d3a4a5766
size 239878

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:948966616f54946e6c706c329f617d2eb7ef87159d6b00e3064cd6a1a7b5c8cd
size 231235

View File

@@ -1,14 +1,3 @@
-------------------------------------------------------------------
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 Sat Jan 23 20:19:55 CET 2010 - jengelh@medozas.de

View File

@@ -1,5 +1,5 @@
# #
# spec file for package python-pysvn (Version 1.7.4) # spec file for package python-pysvn (Version 1.7.0)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@@ -25,8 +25,8 @@ Url: http://pysvn.tigris.org
License: Apache Software License .. 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 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 Requires: neon subversion
Version: 1.7.4 Version: 1.7.0
Release: 1 Release: 2
Source0: %{_realname}-%{version}.tar.bz2 Source0: %{_realname}-%{version}.tar.bz2
Patch0: bnc445431_pysvn_svnenv.cpp.diff Patch0: bnc445431_pysvn_svnenv.cpp.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -41,10 +41,8 @@ Summary: Highlevel Subversion Python Bindings
pysvn is a highlevel and easy to use Python bindings to Subversion. 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 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 that use Subversion. Windows, Mac OS X, Linux and other unix
platforms are supported. platforms are supported. Features: * Supports all svn client
features
Features:
* Supports all svn client features
* Supports svn transaction features required to write svn pre-commit * Supports svn transaction features required to write svn pre-commit
hooks hooks
@@ -72,8 +70,7 @@ sed -i 's/CCFLAGS=-Wall/CCFLAGS=$(RPM_OPT_FLAGS) -Wall -Wno-deprecated/g' Source
%build %build
cd Source cd Source
python setup.py backport python setup.py backport
python setup.py configure python setup.py configure --norpath
# --norpath
make %{?_smp_mflags} make %{?_smp_mflags}
#cd ../Tests #cd ../Tests
#make %{?_smp_mflags} #make %{?_smp_mflags}