Hello community,
here is the log from the commit of package python-termstyle for
openSUSE:Factory checked in at 2019-11-04 17:11:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-termstyle (Old)
and /work/SRC/openSUSE:Factory/.python-termstyle.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-termstyle"
Mon Nov 4 17:11:34 2019 rev:6 rq:743999 version:0.1.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-termstyle/python-termstyle.changes
2018-12-24 11:45:04.641256118 +0100
+++
/work/SRC/openSUSE:Factory/.python-termstyle.new.2990/python-termstyle.changes
2019-11-04 17:11:35.420593417 +0100
@@ -1,0 +2,10 @@
+Fri Oct 18 09:41:48 UTC 2019 - Sebastian Wagner <[email protected]>
+
+- Re-add License, required in Factory.
+
+-------------------------------------------------------------------
+Mon Oct 14 14:45:01 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-termstyle.spec ++++++
--- /var/tmp/diff_new_pack.EjTQ8e/_old 2019-11-04 17:11:35.868593895 +0100
+++ /var/tmp/diff_new_pack.EjTQ8e/_new 2019-11-04 17:11:35.868593895 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-termstyle
#
-# 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
@@ -24,11 +24,12 @@
Summary: Console colouring for Python
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: http://github.com/gfxmonk/termstyle
+URL: https://github.com/gfxmonk/termstyle
Source:
https://files.pythonhosted.org/packages/source/t/termstyle/termstyle-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+BuildArch: noarch
%ifpython2
Obsoletes: %{oldpython}-python-termstyle < %{version}
Provides: %{oldpython}-python-termstyle = %{version}
@@ -37,7 +38,6 @@
Provides: python3-python-termstyle = %{version}
Obsoletes: python3-python-termstyle < %{version}
%endif
-BuildArch: noarch
%python_subpackages
%description
@@ -54,7 +54,7 @@
%install
%python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
#%%check
#export LANG=C.UTF-8