Accepting request 674692 from home:jengelh:branches:graphics

- Ensure neutrality of descriptions.

OBS-URL: https://build.opensuse.org/request/show/674692
OBS-URL: https://build.opensuse.org/package/show/graphics/libimagequant?expand=0&rev=3
This commit is contained in:
Stefan Brüns 2019-02-18 17:27:17 +00:00 committed by Git OBS Bridge
parent 5e95ca9fe6
commit 26644bf480
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 13 18:01:31 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Ensure neutrality of descriptions.
-------------------------------------------------------------------
Thu Nov 16 15:42:54 UTC 2017 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libimagequant
#
# Copyright (c) 2017 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,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/
#
@ -22,22 +22,22 @@ Name: libimagequant
Version: 2.11.3
Release: 0
Summary: Palette quantization library
License: GPL-3.0+
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
URL: https://github.com/ImageOptim/libimagequant
Source: https://github.com/ImageOptim/libimagequant/archive/%{version}/%{name}-%{version}.tar.gz
%description
Small, portable C library for high-quality conversion of RGBA images to 8-bit
indexed-color (palette) images.
C library for conversion of RGBA images to 8-bit indexed-color
(palette) images.
%package -n %{libname}
Summary: Palette quantization library
Group: System/Libraries
%description -n %{libname}
Small, portable C library for high-quality conversion of RGBA images to 8-bit
indexed-color (palette) images.
C library for conversion of RGBA images to 8-bit indexed-color
(palette) images.
%package devel
Summary: Development files for libimagequant
@ -45,8 +45,8 @@ Group: Development/Languages/C and C++
Requires: %{libname} = %{version}
%description devel
Small, portable C library for high-quality conversion of RGBA images to 8-bit
indexed-color (palette) images.
C library for conversion of RGBA images to 8-bit indexed-color
(palette) images.
%prep
%setup -q