15
0

- Update to 0.13:

* minor fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cppclean?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-09-13 10:37:10 +00:00
committed by Git OBS Bridge
parent 24626d6573
commit b5960b5183
4 changed files with 10 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cppclean
Version: 0.12
Version: 0.13
Release: 0
Summary: Program to find problems in C++ source code
License: Apache-2.0
@@ -42,8 +42,6 @@ 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