From c36719058a67b2cf24cbcaf34aa3794645c8e5fe92ce298e9b88bc6faa97b85d Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Feb 2019 22:30:07 +0000 Subject: [PATCH] Accepting request 677181 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/677181 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cppclean?expand=0&rev=2 --- python-cppclean.changes | 5 +++++ python-cppclean.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python-cppclean.changes b/python-cppclean.changes index 82e3dfd..11ee9d1 100644 --- a/python-cppclean.changes +++ b/python-cppclean.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 18 17:19:54 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Wed Feb 13 06:01:08 UTC 2019 - John Vandenberg diff --git a/python-cppclean.spec b/python-cppclean.spec index 2ccbda9..7c69825 100644 --- a/python-cppclean.spec +++ b/python-cppclean.spec @@ -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 that slow development of large code bases 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