From 0426908e0498d1eda1d377ab73f5cc5b719bc886427c24d2432ff1a46605ebc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 19 Mar 2018 13:27:22 +0000 Subject: [PATCH] Accepting request 588585 from home:jengelh:branches:server:irc - Ensure neutrality of description. - Use -exec over xargs. OBS-URL: https://build.opensuse.org/request/show/588585 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=85 --- weechat.changes | 6 ++++++ weechat.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/weechat.changes b/weechat.changes index c66a056..fdefdc1 100644 --- a/weechat.changes +++ b/weechat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 19 13:07:58 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of description. +- Use -exec over xargs. + ------------------------------------------------------------------- Mon Mar 19 10:09:51 UTC 2018 - mimi.vx@gmail.com diff --git a/weechat.spec b/weechat.spec index 5910028..664c5f8 100644 --- a/weechat.spec +++ b/weechat.spec @@ -19,7 +19,7 @@ Name: weechat Version: 2.1 Release: 0 -Summary: Portable, Fast, Light and Extensible Chat Client +Summary: Multi-protocol extensible Chat Client License: GPL-3.0+ Group: Productivity/Networking/IRC URL: http://weechat.org @@ -57,7 +57,7 @@ Recommends: %{name}-perl = %{version} Recommends: %{name}-python = %{version} %description -WeeChat (Wee Enhanced Environment for Chat) is a fast and light cross-platform +WeeChat (Wee Enhanced Environment for Chat) is a chat environment. It can be entirely controlled with the keyboard, has a plugin-based architecture and is customizable and extensible with scripts in several scripting languages. @@ -134,7 +134,7 @@ Spell-checking support for %{name}, using the aspell library. modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{SOURCE4}")" DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\"" TIME="\"$(date -d "${modified}" "+%%R")\"" -find . -name '*.[ch]' | xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" +find . -name '*.[ch]' -exec sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" "{}" "+" %build export CFLAGS="%{optflags}"