!14 update to 2.17.0

From: @tianlijing 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-09-22 07:26:15 +00:00 committed by Gitee
commit 573b34df3d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 4 additions and 24 deletions

Binary file not shown.

BIN
libimagequant-2.17.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,11 @@
Name: libimagequant Name: libimagequant
Version: 2.15.1 Version: 2.17.0
Release: 1 Release: 1
Summary: Palette quantization library Summary: Palette quantization library
License: GPLv3+ and MIT License: GPLv3+ and MIT
URL: https://github.com/ImageOptim/libimagequant URL: https://github.com/ImageOptim/libimagequant
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Patch0000: libimagequant_solibperm.patch
BuildRequires: gcc BuildRequires: gcc
%description %description
@ -47,6 +45,9 @@ rm -f %{buildroot}%{_libdir}/%{name}.a
%{_libdir}/pkgconfig/imagequant.pc %{_libdir}/pkgconfig/imagequant.pc
%changelog %changelog
* Fri Aug 05 2022 tianlijing <tianlijing@kylinos.cn> - 2.17.0-1
- update to 2.17.0
* Fri Dec 03 2021 xingxing <xingxing9@huawei.com> - 2.15.1-1 * Fri Dec 03 2021 xingxing <xingxing9@huawei.com> - 2.15.1-1
- update to 2.15.1 - update to 2.15.1

View File

@ -1,21 +0,0 @@
diff -rupN --no-dereference libimagequant-2.14.0/Makefile libimagequant-2.14.0-new/Makefile
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index dca4115..b499f5a 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ install: all $(PKGCONFIG)
install -d $(DESTDIR)$(PKGCONFIGDIR)
install -d $(DESTDIR)$(INCLUDEDIR)
install -m 644 $(STATICLIB) $(DESTDIR)$(LIBDIR)/$(STATICLIB)
- install -m 644 $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIBVER)
+ install -m 755 $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIBVER)
ln -sf $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIB)
install -m 644 $(PKGCONFIG) $(DESTDIR)$(PKGCONFIGDIR)/$(PKGCONFIG)
install -m 644 libimagequant.h $(DESTDIR)$(INCLUDEDIR)/libimagequant.h
--
2.23.0