15
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-03-04 08:26:51 +00:00
committed by Git OBS Bridge
parent c36719058a
commit 24626d6573
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 4 08:25:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Remove GPL-2.0 file as per upstream commit
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 18 17:19:54 UTC 2019 - Jan Engelhardt <jengelh@inai.de> Mon Feb 18 17:19:54 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -20,7 +20,7 @@
Name: python-cppclean Name: python-cppclean
Version: 0.12 Version: 0.12
Release: 0 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 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/myint/cppclean URL: https://github.com/myint/cppclean
@@ -42,6 +42,8 @@ considerable extra compiles increasing the edit-compile-run cycle.
%prep %prep
%setup -q -n cppclean-%{version} %setup -q -n cppclean-%{version}
# https://github.com/myint/cppclean/commit/998e80d02eb27fa7a59ac23db41ae3854f3c2d19
rm test/unicode.h
%build %build
%python_build %python_build