Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pysvn for openSUSE:Factory checked in at 2021-02-08 11:47:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old) and /work/SRC/openSUSE:Factory/.python-pysvn.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pysvn" Mon Feb 8 11:47:24 2021 rev:31 rq:869989 version:1.9.12 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pysvn/python-pysvn.changes 2020-12-16 11:00:28.627569282 +0100 +++ /work/SRC/openSUSE:Factory/.python-pysvn.new.28504/python-pysvn.changes 2021-02-08 11:47:25.149709212 +0100 @@ -1,0 +2,5 @@ +Sat Feb 6 06:07:30 UTC 2021 - andy great <andythe_gr...@pm.me> + +- Fix build fail on TW. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pysvn.spec ++++++ --- /var/tmp/diff_new_pack.dcS6BB/_old 2021-02-08 11:47:26.097710749 +0100 +++ /var/tmp/diff_new_pack.dcS6BB/_new 2021-02-08 11:47:26.101710755 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pysvn # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,7 @@ Source0: https://sourceforge.net/projects/pysvn/files/pysvn/V%{version}/pysvn-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pycxx-devel} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: gcc-c++ @@ -66,14 +67,12 @@ %python_exec setup.py configure --enable-debug --verbose --fixed-module-name --norpath sed -i -e 's@-Wall -fPIC -fexceptions -frtti@%{optflags} -fPIC -frtti@' Makefile -make %{?_smp_mflags} +%make_build %install -install -d -m 755 %{buildroot}%{python_sitearch}/%{packagename} -install -p -m 644 Source/%{packagename}/__init__.py %{buildroot}%{python_sitearch}/%{packagename} -install -p -m 755 Source/%{packagename}/_pysvn.so %{buildroot}%{python_sitearch}/%{packagename} +%python_install -%fdupes %{buildroot}%{python_sitearch}/%{packagename}/__pycache__ +%fdupes %{buildroot}%{python_sitearch}/%{packagename}* %check pushd Tests @@ -81,13 +80,12 @@ # C.UTF-8 does not work. Use en_US.utf-8. # The test have not been test in parallel, use one core for now. export LC_ALL=en_US.UTF-8 -%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} PYTHON=$python make -j1 +%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} make -j1 popd %files %{python_files} %license LICENSE.txt %doc Docs Examples -%dir %{python_sitearch}/%{packagename} -%{python_sitearch}/%{packagename}/* +%{python_sitearch}/pysvn* %changelog