forked from pool/python-pysvn
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
b91d6e92ed | |||
34fd8d309a | |||
71ea35f2a3 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:29f2e0f6dbae2a95f12689e20f4d369035c6093c0e67d8eeac2a0fad6311a3b8
|
|
||||||
size 669169
|
|
3
pysvn-1.9.23.tar.gz
Normal file
3
pysvn-1.9.23.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:001aeed679e0d516987d9c1ed19d0dc44f74ad4fc9da1fc1873527be0adab029
|
||||||
|
size 669194
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 10 12:56:37 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- update to 1.9.23:
|
||||||
|
* Python 3.13 support
|
||||||
|
* Build binary kits for Windows and macOS
|
||||||
|
* No longer build svn 1.10 kits as subversion LTS is 1.14 now
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 14 21:38:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu Dec 14 21:38:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pysvn
|
# spec file for package python-pysvn
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define packagename pysvn
|
%define packagename pysvn
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pysvn
|
Name: python-pysvn
|
||||||
Version: 1.9.22
|
Version: 1.9.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Highlevel Subversion Python Bindings
|
Summary: Highlevel Subversion Python Bindings
|
||||||
License: Apache-1.1
|
License: Apache-1.1
|
||||||
@@ -72,7 +72,16 @@ rm -rf Import
|
|||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
%{python_expand #
|
%{python_expand #
|
||||||
pushd build/Source
|
pushd build/Source
|
||||||
$python setup.py configure --enable-debug --verbose --fixed-module-name --norpath
|
|
||||||
|
# Copy cxx to CXX because sources look for (Uppercase) CXX
|
||||||
|
rm -rf CXX
|
||||||
|
if [ -d "%{_includedir}/python%{$python_bin_suffix}/cxx" ]
|
||||||
|
then
|
||||||
|
cp -r %{_includedir}/python%{$python_bin_suffix}/cxx CXX
|
||||||
|
extraargs="--pycxx-dir=."
|
||||||
|
fi
|
||||||
|
|
||||||
|
$python setup.py configure --enable-debug --verbose --fixed-module-name --norpath $extraargs
|
||||||
|
|
||||||
sed -i -e 's@-Wall -fPIC -fexceptions -frtti@%{optflags} -fPIC -frtti@' Makefile
|
sed -i -e 's@-Wall -fPIC -fexceptions -frtti@%{optflags} -fPIC -frtti@' Makefile
|
||||||
%make_build
|
%make_build
|
||||||
|
Reference in New Issue
Block a user