Hello community,
here is the log from the commit of package python-recommonmark for
openSUSE:Factory checked in at 2018-12-12 17:28:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-recommonmark (Old)
and /work/SRC/openSUSE:Factory/.python-recommonmark.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-recommonmark"
Wed Dec 12 17:28:16 2018 rev:4 rq:655993 version:0.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-recommonmark/python-recommonmark.changes
2017-07-29 09:02:22.704598308 +0200
+++
/work/SRC/openSUSE:Factory/.python-recommonmark.new.28833/python-recommonmark.changes
2018-12-12 17:28:19.490889036 +0100
@@ -1,0 +2,10 @@
+Fri Dec 7 10:17:42 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Fix the fdupes call
+
+-------------------------------------------------------------------
+Tue Dec 4 12:53:36 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-recommonmark.spec ++++++
--- /var/tmp/diff_new_pack.nj3zYW/_old 2018-12-12 17:28:20.658887556 +0100
+++ /var/tmp/diff_new_pack.nj3zYW/_new 2018-12-12 17:28:20.662887550 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-recommonmark
#
-# 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/
#
@@ -24,32 +24,27 @@
Summary: Python docutils-compatibility bridge to CommonMark
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/rtfd/recommonmark
+URL: https://github.com/rtfd/recommonmark
Source0:
https://files.pythonhosted.org/packages/source/r/recommonmark/recommonmark-%{version}.tar.gz
Source1:
https://raw.githubusercontent.com/rtfd/recommonmark/master/license.md
# PATCH-FIX-UPSTREAM fix-commonmark-compatibility.patch
[email protected] -- fix commonmark renamings
Patch0: fix-commonmark-compatibility.patch
BuildRequires: %{python_module CommonMark}
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module docutils}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-CommonMark
Requires: python-docutils
+Requires(post): update-alternatives
+Requires(preun): update-alternatives
+Provides: python-reCommonMark = %{version}
+Obsoletes: python-reCommonMark < %{version}
+BuildArch: noarch
%ifpython2
Obsoletes: %{oldpython}-reCommonMark < %{version}
Provides: %{oldpython}-reCommonMark = %{version}
%endif
-%ifpython3
-Provides: python3-reCommonMark = %{version}
-Obsoletes: python3-reCommonMark < %{version}
-%endif
-Requires(post): update-alternatives
-Requires(preun): update-alternatives
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
-
%python_subpackages
%description
@@ -75,7 +70,7 @@
%install
%python_install
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/cm2html
%python_clone -a %{buildroot}%{_bindir}/cm2latex
@@ -91,8 +86,7 @@
%python_uninstall_alternative cm2man
%files %{python_files}
-%defattr(-,root,root,-)
-%doc license.md
+%license license.md
%python_alternative %{_bindir}/cm2html
%python_alternative %{_bindir}/cm2latex
%python_alternative %{_bindir}/cm2man