commit e5e76d40dcd48d37ec4cfd7a5ff4e80c3d9cd593
Author: Jakub Bogusz <[email protected]>
Date:   Tue Sep 17 17:02:10 2019 +0200

    - updated to 2.12.5
    - updated shared patch

 libimagequant-shared.patch | 8 ++++----
 libimagequant.spec         | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/libimagequant.spec b/libimagequant.spec
index 6e53d06..d855222 100644
--- a/libimagequant.spec
+++ b/libimagequant.spec
@@ -14,14 +14,14 @@
 Summary:       Image Quantization library
 Summary(pl.UTF-8):     Biblioteka do kwantyzacji obrazów
 Name:          libimagequant
-Version:       2.12.1
+Version:       2.12.5
 Release:       1
 # some original code was on MIT-like license
 License:       GPL v3+ with MIT parts or commercial
 Group:         Libraries
 #Source0Download: https://github.com/ImageOptim/libimagequant/releases
 Source0:       
https://github.com/ImageOptim/libimagequant/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 0481df2396a1e79302582c757d71bc4c
+# Source0-md5: de703ea6cd650c332f1ba2a23b234294
 Patch0:                %{name}-shared.patch
 URL:           https://pngquant.org/lib/
 %{?with_openmp:BuildRequires:  gcc >= 6:4.2}
diff --git a/libimagequant-shared.patch b/libimagequant-shared.patch
index 7d041ee..ff7f089 100644
--- a/libimagequant-shared.patch
+++ b/libimagequant-shared.patch
@@ -1,13 +1,13 @@
---- libimagequant-2.12.1/Makefile.orig 2018-06-03 21:46:28.000000000 +0200
-+++ libimagequant-2.12.1/Makefile      2018-07-21 18:56:53.497142471 +0200
+--- libimagequant-2.12.5/Makefile.orig 2019-07-27 14:50:23.000000000 +0200
++++ libimagequant-2.12.5/Makefile      2019-09-17 17:00:18.143888507 +0200
 @@ -64,8 +64,8 @@
  
  $(OBJS): $(wildcard *.h) config.mk
  
 -$(JNILIB): $(JAVAHEADERS) $(STATICLIB) org/pngquant/PngQuant.c
--      $(CC) -g $(CFLAGS) $(LDFLAGS) $(JAVAINCLUDE) -shared -o $@ $(STATICLIB) 
org/pngquant/PngQuant.c
+-      $(CC) -g $(CFLAGS) $(LDFLAGS) $(JAVAINCLUDE) -shared -o $@ 
org/pngquant/PngQuant.c $(STATICLIB)
 +$(JNILIB): $(JAVAHEADERS) $(SHAREDLIB) org/pngquant/PngQuant.c
-+      $(CC) -g $(CFLAGS) $(LDFLAGS) $(JAVAINCLUDE) -shared -o $@ $(SHAREDLIB) 
org/pngquant/PngQuant.c
++      $(CC) -g $(CFLAGS) $(LDFLAGS) $(JAVAINCLUDE) -shared -o $@ 
org/pngquant/PngQuant.c $(SHAREDLIB)
  
  $(JNIDLL) $(JNIDLLIMP): $(JAVAHEADERS) $(OBJS) org/pngquant/PngQuant.c
        $(CC) -fPIC -shared -I. $(JAVAINCLUDE) -o $(JNIDLL) $^ $(LDFLAGS) 
-Wl,--out-implib,$(JNIDLLIMP),--output-def,$(JNIDLLDEF)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libimagequant.git/commitdiff/e5e76d40dcd48d37ec4cfd7a5ff4e80c3d9cd593

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to