Accepting request 828249 from graphics
OBS-URL: https://build.opensuse.org/request/show/828249 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pngquant?expand=0&rev=6
This commit is contained in:
commit
9ba9c87137
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb031c48039ee73ea0e60709bb9ab80c55bfa3a5920b798ea37a03f2757b099c
|
||||
size 143404
|
3
pngquant-2.12.6.tar.gz
Normal file
3
pngquant-2.12.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1c9608668100fa2dd07b3158679b75c33a6854b044b21442d6762d52ed10718
|
||||
size 69074
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 15 23:50:10 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 2.12.6
|
||||
* Warn about GCC 4 being too old
|
||||
* Use size_t for malloc sizes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 17:57:56 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pngquant
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: pngquant
|
||||
Version: 2.12.2
|
||||
Version: 2.12.6
|
||||
Release: 0
|
||||
Summary: Tool for lossy compression of PNG images
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Tools/Other
|
||||
Url: https://pngquant.org/
|
||||
Source: https://pngquant.org/%{name}-%{version}-src.tar.gz
|
||||
URL: https://pngquant.org/
|
||||
Source: https://github.com/kornelski/pngquant/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(imagequant) >= %{version}
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
@ -54,7 +54,7 @@ web browsers, and have better fallback in IE6 than 24-bit PNGs.
|
||||
--extra-cflags='%{optflags}' \
|
||||
--with-libimagequant=%{_libdir} \
|
||||
--with-openmp
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user