[Lsb-messages] /var/www/bzr/lsb/devel/misc-test r2432: drop the forced link of a symbol from libpng15

Mats Wichmann mats at linuxfoundation.org
Wed Sep 17 23:02:13 UTC 2014


------------------------------------------------------------
revno: 2432
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: misc-test
timestamp: Wed 2014-09-17 17:02:13 -0600
message:
  drop the forced link of a symbol from libpng15
modified:
  libchk/dummy_link_50.c
  package/Makefile
-------------- next part --------------
=== modified file 'libchk/dummy_link_50.c'
--- a/libchk/dummy_link_50.c	2013-09-04 19:59:52 +0000
+++ b/libchk/dummy_link_50.c	2014-09-17 23:02:13 +0000
@@ -22,7 +22,7 @@
 extern void compress(void);
 extern void __cxa_pure_virtual(void);
 extern void png_free(void);		/*png12*/
-extern void png_get_cHRM_XYZ(void);	/*png15*/
+/* extern void png_get_cHRM_XYZ(void);	/*png15*/
 extern void jpeg_destroy(void);
 extern void FcCharSetSubtract(void);
 extern void g_allocator_free(void);
@@ -134,8 +134,8 @@
 	/* libpng12 */
 	png_free();
 
-	/* libpng15 */
-	png_get_cHRM_XYZ();
+	/* libpng15 - removed per bug 4026 */
+	/* png_get_cHRM_XYZ(); */
 
 	/* libjpeg */
 	jpeg_destroy();

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-09-17 22:48:24 +0000
+++ b/package/Makefile	2014-09-17 23:02:13 +0000
@@ -24,7 +24,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
 
 # Derive date string for daily snapshots
 ISO_DATE:=$(shell date +"%Y%m%d")



More information about the lsb-messages mailing list