Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pycurl for openSUSE:Factory checked in at 2023-05-04 17:09:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycurl (Old) and /work/SRC/openSUSE:Factory/.python-pycurl.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycurl" Thu May 4 17:09:06 2023 rev:43 rq:1084409 version:7.45.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycurl/python-pycurl.changes 2023-04-22 21:59:46.756972106 +0200 +++ /work/SRC/openSUSE:Factory/.python-pycurl.new.1533/python-pycurl.changes 2023-05-04 17:09:09.775869063 +0200 @@ -1,0 +2,5 @@ +Sun Apr 23 23:18:42 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Switch documentation to be within the main package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycurl.spec ++++++ --- /var/tmp/diff_new_pack.H9HKaT/_old 2023-05-04 17:09:10.275871991 +0200 +++ /var/tmp/diff_new_pack.H9HKaT/_new 2023-05-04 17:09:10.279872014 +0200 @@ -17,7 +17,6 @@ %define oldpython python -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -63,6 +62,7 @@ %description This module provides bindings for the cURL library. +%if 0%{?suse_version} > 1500 %package -n %{name}-doc Summary: Documentation for python-curl Provides: %{python_module pycurl-doc = %{version}} @@ -72,6 +72,7 @@ This module provides bindings for the cURL library. This package contains documentation and examples. +%endif %prep %autosetup -p1 -n pycurl-%{version} @@ -130,7 +131,9 @@ %doc AUTHORS ChangeLog README.rst %{python_sitearch}/* +%if 0%{?suse_version} > 1500 %files -n %{name}-doc +%endif %doc examples doc/*.rst %endif