[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2263: three more missed libpng15 defines (bug 3983)

Mats Wichmann mats at linuxfoundation.org
Sat May 24 20:11:44 UTC 2014


------------------------------------------------------------
revno: 2263
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Sat 2014-05-24 14:11:44 -0600
message:
  three more missed libpng15 defines (bug 3983)
modified:
  headers/All/5.0/libpng15/png.h.defs
  headers/All/5.1/libpng15/png.h.defs
  headers/libpng15/png.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/All/5.0/libpng15/png.h.defs'
--- a/headers/All/5.0/libpng15/png.h.defs	2014-05-20 19:18:20 +0000
+++ b/headers/All/5.0/libpng15/png.h.defs	2014-05-24 20:11:44 +0000
@@ -3,6 +3,9 @@
 #define png_jmpbuf(png_ptr)	(*png_set_longjmp_fn((png_ptr), longjmp, sizeof (jmp_buf)))
 #define PNG_COLOR_TYPE_GRAY	0
 #define PNG_FILLER_BEFORE	0
+#define PNG_FILTER_VALUE_NONE	0
+#define PNG_HANDLE_CHUNK_AS_DEFAULT	0
+#define PNG_sRGB_INTENT_PERCEPTUAL	0
 #define PNG_FILLER_AFTER	1
 #define PNG_HEADER_VERSION_STRING	" libpng version 1.5.13 - September 27, 2012\n"
 #define PNG_LIBPNG_VER_SONUM	15

=== modified file 'headers/All/5.1/libpng15/png.h.defs'
--- a/headers/All/5.1/libpng15/png.h.defs	2014-05-20 19:18:20 +0000
+++ b/headers/All/5.1/libpng15/png.h.defs	2014-05-24 20:11:44 +0000
@@ -3,6 +3,9 @@
 #define png_jmpbuf(png_ptr)	(*png_set_longjmp_fn((png_ptr), longjmp, sizeof (jmp_buf)))
 #define PNG_COLOR_TYPE_GRAY	0
 #define PNG_FILLER_BEFORE	0
+#define PNG_FILTER_VALUE_NONE	0
+#define PNG_HANDLE_CHUNK_AS_DEFAULT	0
+#define PNG_sRGB_INTENT_PERCEPTUAL	0
 #define PNG_FILLER_AFTER	1
 #define PNG_HEADER_VERSION_STRING	" libpng version 1.5.13 - September 27, 2012\n"
 #define PNG_LIBPNG_VER_SONUM	15

=== modified file 'headers/libpng15/png.h'
--- a/headers/libpng15/png.h	2014-05-20 19:18:20 +0000
+++ b/headers/libpng15/png.h	2014-05-24 20:11:44 +0000
@@ -28,6 +28,9 @@
 #define png_jmpbuf(png_ptr)	(*png_set_longjmp_fn((png_ptr), longjmp, sizeof (jmp_buf)))
 #define PNG_COLOR_TYPE_GRAY	0
 #define PNG_FILLER_BEFORE	0
+#define PNG_FILTER_VALUE_NONE	0
+#define PNG_HANDLE_CHUNK_AS_DEFAULT	0
+#define PNG_sRGB_INTENT_PERCEPTUAL	0
 #define PNG_FILLER_AFTER	1
 #define PNG_HEADER_VERSION_STRING	" libpng version 1.5.13 - September 27, 2012\n"
 #define PNG_LIBPNG_VER_SONUM	15

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-05-20 19:18:20 +0000
+++ b/package/Makefile	2014-05-24 20:11:44 +0000
@@ -50,7 +50,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-BUILDNO=1
+BUILDNO=2
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)



More information about the lsb-messages mailing list