Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package txt2tags for openSUSE:Factory checked in at 2021-07-07 18:30:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/txt2tags (Old) and /work/SRC/openSUSE:Factory/.txt2tags.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "txt2tags" Wed Jul 7 18:30:42 2021 rev:8 rq:904593 version:3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/txt2tags/txt2tags.changes 2020-12-23 17:22:12.890595765 +0100 +++ /work/SRC/openSUSE:Factory/.txt2tags.new.2625/txt2tags.changes 2021-07-07 18:31:59.978275305 +0200 @@ -1,0 +2,8 @@ +Wed Jun 30 12:48:33 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Fix the setuptools requirement. + The single spec macros will make sure the right module is pulled. + 'Requires: %{python_module setuptools}' must not be used or all + the flavors will be installed unconditionally. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ txt2tags.spec ++++++ --- /var/tmp/diff_new_pack.rFVABY/_old 2021-07-07 18:32:00.354272354 +0200 +++ /var/tmp/diff_new_pack.rFVABY/_new 2021-07-07 18:32:00.358272323 +0200 @@ -28,7 +28,7 @@ Source: https://github.com/txt2tags/txt2tags/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -Requires: %{python_module setuptools} +Requires: python-setuptools Requires(post): update-alternatives Requires(postun): update-alternatives Obsoletes: txt2tags < %{version}
