diff --git a/distcc.changes b/distcc.changes index 614fd83..dbefa70 100644 --- a/distcc.changes +++ b/distcc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 13 09:09:59 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of description. + ------------------------------------------------------------------- Tue Mar 13 00:02:21 UTC 2018 - avindra@opensuse.org diff --git a/distcc.spec b/distcc.spec index be62741..1f12ee6 100644 --- a/distcc.spec +++ b/distcc.spec @@ -23,7 +23,7 @@ Name: distcc Version: 3.3 Release: 0 -Summary: A fast, free distributed C/C++ compiler +Summary: A distributed C/C++ compiler License: GPL-2.0-or-later Group: Development/Tools/Building Url: https://github.com/distcc/distcc @@ -56,20 +56,20 @@ Recommends: %{name}-server = %{version} Suggests: %{name}-gui = %{version} %description -distcc is a program to distribute builds of C, C++, Objective C or Objective -C++ code across several machines on a network. distcc should always generate -the same results as a local build, is simple to install and use, and is -usually much faster than a local compile. +distcc is a program to distribute builds of C, C++, Objective C or +Objective C++ code across several machines on a network, thereby +completing the task in less time. distcc should always generate the +same results as a local build. %package gui Summary: GUI monitor for distcc server/client Group: Development/Tools/Building %description gui -distcc is a program to distribute builds of C, C++, Objective C or Objective -C++ code across several machines on a network. distcc should always generate -the same results as a local build, is simple to install and use, and is -usually much faster than a local compile. +distcc is a program to distribute builds of C, C++, Objective C or +Objective C++ code across several machines on a network, thereby +completing the task in less time. distcc should always generate the +same results as a local build. %package server Summary: Server for distributed C/C++ compilation