Hello community, here is the log from the commit of package python-actdiag for openSUSE:Factory checked in at 2018-12-12 17:26:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-actdiag (Old) and /work/SRC/openSUSE:Factory/.python-actdiag.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-actdiag" Wed Dec 12 17:26:12 2018 rev:2 rq:655390 version:0.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-actdiag/python-actdiag.changes 2017-10-11 22:56:17.526215485 +0200 +++ /work/SRC/openSUSE:Factory/.python-actdiag.new.28833/python-actdiag.changes 2018-12-12 17:26:12.663050075 +0100 @@ -1,0 +2,10 @@ +Wed Dec 5 01:51:27 UTC 2018 - Jan Engelhardt <[email protected]> + +- Use noun phrase in summary. + +------------------------------------------------------------------- +Tue Dec 4 12:45:27 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-actdiag.spec ++++++ --- /var/tmp/diff_new_pack.yphIME/_old 2018-12-12 17:26:13.031049607 +0100 +++ /var/tmp/diff_new_pack.yphIME/_new 2018-12-12 17:26:13.031049607 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-actdiag # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,12 +20,11 @@ Name: python-actdiag Version: 0.5.4 Release: 0 -Summary: actdiag generates activity-diagram image from text +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 devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -35,13 +34,11 @@ Suggests: python-nose Suggests: python-pep8 >= 1.3 Suggests: python-reportlab -Suggests: python-docutils BuildArch: noarch - %python_subpackages %description -actdiag generate activity-diagram image file from spec-text file. +actdiag generates activity-diagram image files from spec-text files. %prep %setup -q -n actdiag-%{version} @@ -54,8 +51,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.rst +%license LICENSE +%doc README.rst %python3_only %{_bindir}/actdiag %{python_sitelib}/*
