From 26644bf4808c3ba124c60bd3db04c9a68024f24ebddd8d33adf1085a5ab8b823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Mon, 18 Feb 2019 17:27:17 +0000 Subject: [PATCH] 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 --- libimagequant.changes | 5 +++++ libimagequant.spec | 18 +++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/libimagequant.changes b/libimagequant.changes index b523ceb..f1fa142 100644 --- a/libimagequant.changes +++ b/libimagequant.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 13 18:01:31 UTC 2019 - Jan Engelhardt + +- Ensure neutrality of descriptions. + ------------------------------------------------------------------- Thu Nov 16 15:42:54 UTC 2017 - dimstar@opensuse.org diff --git a/libimagequant.spec b/libimagequant.spec index dcae40c..f43ba9a 100644 --- a/libimagequant.spec +++ b/libimagequant.spec @@ -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