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