commit python-pysvn for openSUSE:Factory
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-26 21:59:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old) and /work/SRC/openSUSE:Factory/.python-pysvn.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-pysvn" Fri Feb 26 21:59:10 2021 rev:32 rq:874789 version:1.9.12 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pysvn/python-pysvn.changes 2021-02-08 11:47:25.149709212 +0100 +++ /work/SRC/openSUSE:Factory/.python-pysvn.new.2378/python-pysvn.changes 2021-02-26 21:59:16.427811459 +0100 @@ -1,0 +2,7 @@ +Tue Feb 23 17:46:13 UTC 2021 - andy great <andythe_great@pm.me> + +- In reference to pysvn in Fedora package, use manual install + instead of %python_install, the pysvn dev recommend to use it. +- Should fix bsc#1182048. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pysvn.spec ++++++ --- /var/tmp/diff_new_pack.WVgUE1/_old 2021-02-26 21:59:16.959811927 +0100 +++ /var/tmp/diff_new_pack.WVgUE1/_new 2021-02-26 21:59:16.963811930 +0100 @@ -70,7 +70,22 @@ %make_build %install -%python_install +# Using install does not automatically expand to python36 and python38. +# So manually install it. + +%if 0%{?sle_version} > 0 && 0%{?sle_version} <= 150200 +install -d -m 755 %{buildroot}%{_libdir}/python2.7/site-packages/%{packagename} +install -p -m 644 Source/pysvn/__init__.py %{buildroot}%{_libdir}/python2.7/site-packages/%{packagename} +install -p -m 755 Source/pysvn/_pysvn.so %{buildroot}%{_libdir}/python2.7/site-packages/%{packagename} +%endif + +install -d -m 755 %{buildroot}%{python36_sitearch}/%{packagename} +install -p -m 644 Source/pysvn/__init__.py %{buildroot}%{python36_sitearch}/%{packagename} +install -p -m 755 Source/pysvn/_pysvn.so %{buildroot}%{python36_sitearch}/%{packagename} + +install -d -m 755 %{buildroot}%{python38_sitearch}/%{packagename} +install -p -m 644 Source/pysvn/__init__.py %{buildroot}%{python38_sitearch}/%{packagename} +install -p -m 755 Source/pysvn/_pysvn.so %{buildroot}%{python38_sitearch}/%{packagename} %fdupes %{buildroot}%{python_sitearch}/%{packagename}* @@ -86,6 +101,6 @@ %files %{python_files} %license LICENSE.txt %doc Docs Examples -%{python_sitearch}/pysvn* +%{python_sitearch}/%{packagename} %changelog
participants (1)
-
Source-Sync