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