Hello community, here is the log from the commit of package pngquant for openSUSE:Factory checked in at 2019-03-27 16:14:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pngquant (Old) and /work/SRC/openSUSE:Factory/.pngquant.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pngquant" Wed Mar 27 16:14:29 2019 rev:4 rq:688336 version:2.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/pngquant/pngquant.changes 2018-03-29 11:51:22.615537814 +0200 +++ /work/SRC/openSUSE:Factory/.pngquant.new.25356/pngquant.changes 2019-03-27 16:14:32.171619613 +0100 @@ -1,0 +2,12 @@ +Wed Feb 13 17:57:56 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use noun phrase in summary. Update description with parts from + from README.md. + +------------------------------------------------------------------- +Mon Feb 11 09:01:47 UTC 2019 - [email protected] + +- update to version 2.12.2 + * improved speed on large images + +------------------------------------------------------------------- @@ -62 +73,0 @@ - Old: ---- 2.11.2.tar.gz New: ---- pngquant-2.12.2-src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pngquant.spec ++++++ --- /var/tmp/diff_new_pack.11vPTL/_old 2019-03-27 16:14:33.739619213 +0100 +++ /var/tmp/diff_new_pack.11vPTL/_new 2019-03-27 16:14:33.759619208 +0100 @@ -1,7 +1,7 @@ # # spec file for package pngquant # -# Copyright (c) 2018 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,30 +12,32 @@ # 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/ # Name: pngquant -Version: 2.11.2 +Version: 2.12.2 Release: 0 -Summary: Converts 24/32-bit RGBA PNGs to 8-bit palette with alpha channel preserved +Summary: Tool for lossy compression of PNG images License: GPL-3.0-or-later Group: Development/Tools/Other -Url: http://pngquant.org/ -Source: https://github.com/pornel/pngquant/archive/%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libimagequant-devel >= %{version} -BuildRequires: liblcms2-devel -BuildRequires: libpng-devel -BuildRequires: zlib-devel +Url: https://pngquant.org/ +Source: https://pngquant.org/%{name}-%{version}-src.tar.gz +BuildRequires: pkgconfig +BuildRequires: pkgconfig(imagequant) >= %{version} +BuildRequires: pkgconfig(lcms2) +BuildRequires: pkgconfig(libpng) +BuildRequires: pkgconfig(zlib) %description -pngquant is a command-line utility and a library for lossy compression of PNG images. +pngquant is a command-line utility and a library for lossy +compression of PNG images. -The conversion reduces file sizes significantly (often as much as 70%%) and -preserves full alpha transparency. Generated images are compatible with all -modern web browsers, and have better fallback in IE6 than 24-bit PNGs. +The conversion reduces file sizes by converting images to 1/2/4/8-bit +paletted PNG format with alpha channel (often 60-80%% smaller than +24/32-bit PNG files). Generated images are compatible with all modern +web browsers, and have better fallback in IE6 than 24-bit PNGs. %prep %setup -q @@ -43,23 +45,24 @@ %build # not autoconf ./configure \ - --prefix=%prefix \ + --prefix=%{_prefix} \ %ifarch x86_64 --enable-sse \ %else --disable-sse \ %endif --extra-cflags='%{optflags}' \ + --with-libimagequant=%{_libdir} \ --with-openmp make %{?_smp_mflags} %install -mkdir -p %buildroot/%_bindir -install --mode 0755 %name %buildroot%_bindir +%make_install %files -%defattr(-, root, root) -%doc CHANGELOG COPYRIGHT README.md -%_bindir/* +%license COPYRIGHT +%doc CHANGELOG README.md +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1%{?ext_man} %changelog
