]> git.pld-linux.org Git - packages/pngnq.git/commitdiff
- updated to 1.1 master auto/th/pngnq-1.1-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 11 Oct 2018 20:35:51 +0000 (22:35 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Thu, 11 Oct 2018 20:35:51 +0000 (22:35 +0200)
pngnq-includes.patch [new file with mode: 0644]
pngnq.spec

diff --git a/pngnq-includes.patch b/pngnq-includes.patch
new file mode 100644 (file)
index 0000000..1f05574
--- /dev/null
@@ -0,0 +1,10 @@
+--- pngnq-1.1/src/rwpng.c~
++++ pngnq-1.1/src/rwpng.c
+@@ -31,6 +31,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <zlib.h>
+ #include "png.h"        /* libpng header; includes zlib.h */
+ #include "rwpng.h"      /* typedefs, common macros, public prototypes */
index 76bbb7252011af1533cf4ebeb16db36691ea3800..ab5de97a63f6129d6981b3a78225cbea0d83c689 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       Pngnq is a tool for quantizing PNG images in RGBA format
 Name:          pngnq
-Version:       1.0
+Version:       1.1
 Release:       1
 License:       BSD with advertising and MIT and BSD
 Group:         Applications/Multimedia
 URL:           http://pngnq.sourceforge.net/
 Source0:       http://downloads.sourceforge.net/pngnq/%{name}-%{version}.tar.gz
-# Source0-md5: 2d2cdacf0284477c662fee888c8092d5
+# Source0-md5: fdbb94d504931b50c54202b62f98aa44
+Patch0:                %{name}-includes.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libpng-devel
@@ -21,6 +22,7 @@ many types of images.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal}
This page took 0.112743 seconds and 4 git commands to generate.