From 24626d6573272cf4d91c3097dd9acc549544be0a227786c4e4ad975e532fe4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 4 Mar 2019 08:26:51 +0000 Subject: [PATCH] - Remove GPL-2.0 file as per upstream commit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cppclean?expand=0&rev=4 --- python-cppclean.changes | 5 +++++ python-cppclean.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-cppclean.changes b/python-cppclean.changes index 11ee9d1..cc1874e 100644 --- a/python-cppclean.changes +++ b/python-cppclean.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 4 08:25:00 UTC 2019 - Tomáš Chvátal + +- Remove GPL-2.0 file as per upstream commit + ------------------------------------------------------------------- Mon Feb 18 17:19:54 UTC 2019 - Jan Engelhardt diff --git a/python-cppclean.spec b/python-cppclean.spec index 7c69825..35c9987 100644 --- a/python-cppclean.spec +++ b/python-cppclean.spec @@ -20,7 +20,7 @@ Name: python-cppclean Version: 0.12 Release: 0 -Summary: Program to find problems in C++ source that slow development of large code bases +Summary: Program to find problems in C++ source code License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/myint/cppclean @@ -42,6 +42,8 @@ considerable extra compiles increasing the edit-compile-run cycle. %prep %setup -q -n cppclean-%{version} +# https://github.com/myint/cppclean/commit/998e80d02eb27fa7a59ac23db41ae3854f3c2d19 +rm test/unicode.h %build %python_build