Hello community,
here is the log from the commit of package python-cppclean for openSUSE:Factory
checked in at 2019-03-05 12:20:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cppclean (Old)
and /work/SRC/openSUSE:Factory/.python-cppclean.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cppclean"
Tue Mar 5 12:20:13 2019 rev:2 rq:681212 version:0.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cppclean/python-cppclean.changes
2019-02-27 17:29:14.971318614 +0100
+++
/work/SRC/openSUSE:Factory/.python-cppclean.new.28833/python-cppclean.changes
2019-03-05 12:20:17.912933348 +0100
@@ -1,0 +2,10 @@
+Mon Mar 4 08:25:00 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Remove GPL-2.0 file as per upstream commit
+
+-------------------------------------------------------------------
+Mon Feb 18 17:19:54 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cppclean.spec ++++++
--- /var/tmp/diff_new_pack.1NacsX/_old 2019-03-05 12:20:18.888933051 +0100
+++ /var/tmp/diff_new_pack.1NacsX/_new 2019-03-05 12:20:18.888933051 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-cppclean
#
-# 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
@@ -12,17 +12,18 @@
# 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/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cppclean
Version: 0.12
Release: 0
+Summary: Program to find problems in C++ source code
License: Apache-2.0
-Summary: Find problems in C++ source that slow development of large
code bases
-Url: https://github.com/myint/cppclean
Group: Development/Languages/Python
+URL: https://github.com/myint/cppclean
Source: https://github.com/myint/cppclean/archive/v%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: bash
@@ -41,6 +42,8 @@
%prep
%setup -q -n cppclean-%{version}
+#
https://github.com/myint/cppclean/commit/998e80d02eb27fa7a59ac23db41ae3854f3c2d19
+rm test/unicode.h
%build
%python_build