Hello community, here is the log from the commit of package python-actdiag for openSUSE:Factory checked in at 2019-01-08 12:30:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-actdiag (Old) and /work/SRC/openSUSE:Factory/.python-actdiag.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-actdiag" Tue Jan 8 12:30:10 2019 rev:3 rq:663517 version:0.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-actdiag/python-actdiag.changes 2018-12-12 17:26:12.663050075 +0100 +++ /work/SRC/openSUSE:Factory/.python-actdiag.new.28833/python-actdiag.changes 2019-01-08 12:31:52.428050285 +0100 @@ -1,0 +2,5 @@ +Tue Jan 8 04:43:59 UTC 2019 - Thomas Bechtold <[email protected]> + +- Use Requires instead of Suggests for RHEL/Fedora systems + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-actdiag.spec ++++++ --- /var/tmp/diff_new_pack.2E9Nn3/_old 2019-01-08 12:31:52.836049842 +0100 +++ /var/tmp/diff_new_pack.2E9Nn3/_new 2019-01-08 12:31:52.836049842 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-actdiag # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,17 +23,24 @@ Summary: Text to activity-diagram image generator License: Apache-2.0 Group: Development/Languages/Python -URL: http://blockdiag.com/ +Url: http://blockdiag.com/ Source: https://files.pythonhosted.org/packages/source/a/actdiag/actdiag-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-blockdiag >= 1.5.0 Requires: python-setuptools +%if 0%{?rhel} || 0%{?fedora} +Requires: python-docutils +Requires: python-nose +Requires: python-pep8 >= 1.3 +Requires: python-reportlab +%else Suggests: python-docutils Suggests: python-nose Suggests: python-pep8 >= 1.3 Suggests: python-reportlab +%endif BuildArch: noarch %python_subpackages
