From 1e029ed486425c3c3977b214c12c87eac2f440123bd17f37009d73087ad5f0ba Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 13 Mar 2018 09:22:00 +0000 Subject: [PATCH] Accepting request 586292 from home:jengelh:branches:devel:tools:building - Ensure neutrality of description. OBS-URL: https://build.opensuse.org/request/show/586292 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/distcc?expand=0&rev=15 --- distcc.changes | 5 +++++ distcc.spec | 18 +++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) 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