[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2061: more png15 fixes, this time for appbat (bug 3659)

Mats Wichmann mats at linuxfoundation.org
Wed Feb 6 16:13:30 UTC 2013


------------------------------------------------------------
revno: 2061
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Wed 2013-02-06 09:13:30 -0700
message:
  more png15 fixes, this time for appbat (bug 3659)
modified:
  headers/All/5.0/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	2013-02-05 20:28:36 +0000
+++ b/headers/All/5.0/libpng15/png.h.defs	2013-02-06 16:13:30 +0000
@@ -1,5 +1,8 @@
 
 #define PNG_LIBPNG_VER_STRING	"1.5.13"
+#define PNG_COLOR_TYPE_GRAY	0
+#define PNG_FILLER_BEFORE	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
 #define PNG_LIBPNG_VER_DLLNUM	15

=== modified file 'headers/libpng15/png.h'
--- a/headers/libpng15/png.h	2013-02-05 20:28:36 +0000
+++ b/headers/libpng15/png.h	2013-02-06 16:13:30 +0000
@@ -25,6 +25,9 @@
 
 
 #define PNG_LIBPNG_VER_STRING	"1.5.13"
+#define PNG_COLOR_TYPE_GRAY	0
+#define PNG_FILLER_BEFORE	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
 #define PNG_LIBPNG_VER_DLLNUM	15

=== modified file 'package/Makefile'
--- a/package/Makefile	2013-02-05 20:28:36 +0000
+++ b/package/Makefile	2013-02-06 16:13:30 +0000
@@ -46,7 +46,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
-RPM_PACKAGE_RELEASE=12
+RPM_PACKAGE_RELEASE=13
 
 # 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