Accepting request 663792 from home:jengelh:branches:network:messaging:amqp

- Avoid name repetition in summary. Trim filler wording from
  descriptions.

(remove invisible useless whitespace from changelog)

OBS-URL: https://build.opensuse.org/request/show/663792
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=106
This commit is contained in:
Dirk Mueller 2019-01-09 15:41:57 +00:00 committed by Git OBS Bridge
parent 8b63587ac4
commit d973a3fb83
2 changed files with 23 additions and 21 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 8 17:51:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Avoid name repetition in summary. Trim filler wording from
descriptions.
-------------------------------------------------------------------
Wed Jan 02 08:46:22 UTC 2019 - Gabriele Santomaggio <gsantomaggio@suse.com>
@ -726,4 +732,3 @@ Tue Jun 12 00:00:00 CEST 2007 - hubert@lshift.net
Mon May 21 00:00:00 CEST 2007 - hubert@lshift.net
- Initial build of server library of RabbitMQ package

View File

@ -12,7 +12,7 @@
# 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/
#
@ -35,7 +35,7 @@
Name: rabbitmq-server
Version: 3.7.9
Release: 0
Summary: The RabbitMQ Server
Summary: A message broker supporting AMQP, STOMP and MQTT
License: MPL-1.1
Group: System/Daemons
Url: http://www.rabbitmq.com/
@ -87,9 +87,8 @@ Requires: %insserv_prereq
#BuildArch: noarch
%description
RabbitMQ is an implementation of AMQP, the emerging standard for high
performance enterprise messaging. The RabbitMQ server is a robust and
scalable implementation of an AMQP broker.
RabbitMQ is an implementation of an AMQP broker. AMQP is an emerging
standard for messaging.
%package plugins
Summary: Plugins for the RabbitMQ server
@ -97,11 +96,10 @@ Group: System/Daemons
Requires: rabbitmq-server = %{version}
%description plugins
RabbitMQ is an implementation of AMQP, the emerging standard for high
performance enterprise messaging. The RabbitMQ server is a robust and
scalable implementation of an AMQP broker.
RabbitMQ is an implementation of an AMQP broker. AMQP is an emerging
standard for messaging.
This package includes some plugins for the RabbitMQ server
This package includes some plugins for the RabbitMQ server.
%package -n erlang-rabbitmq-client
Summary: RabbitMQ AMQP language bindings for Erlang
@ -110,9 +108,8 @@ Requires: erlang
Provides: erlang-gen_server2 = %{version}
%description -n erlang-rabbitmq-client
RabbitMQ is an implementation of AMQP, the emerging standard for high
performance enterprise messaging. The RabbitMQ server is a robust and
scalable implementation of an AMQP broker.
RabbitMQ is an implementation of an AMQP broker. AMQP is an emerging
standard for messaging.
This package includes the RabbitMQ AMQP language bindings for Erlang.