[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2212: typo in libpng15 (bug 3930)

Mats Wichmann mats at linuxfoundation.org
Fri Feb 21 00:01:46 UTC 2014


------------------------------------------------------------
revno: 2212
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Thu 2014-02-20 17:01:46 -0700
message:
  typo in libpng15 (bug 3930)
modified:
  headers/All/5.0/libpng15/pngconf.h.defs
  headers/All/5.1/libpng15/pngconf.h.defs
  headers/libpng15/pngconf.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/All/5.0/libpng15/pngconf.h.defs'
--- a/headers/All/5.0/libpng15/pngconf.h.defs	2012-12-13 13:59:18 +0000
+++ b/headers/All/5.0/libpng15/pngconf.h.defs	2014-02-21 00:01:46 +0000
@@ -41,7 +41,7 @@
 typedef png_int_16 *png_int_16p;
 typedef char *png_charp;
 typedef const char *png_const_charp;
-typedef png_fixed_point *png_fixed_pointp;
+typedef png_fixed_point *png_fixed_point_p;
 typedef FILE *png_FILE_p;
 typedef double *png_doublep;
 typedef const double *png_const_doublep;

=== modified file 'headers/All/5.1/libpng15/pngconf.h.defs'
--- a/headers/All/5.1/libpng15/pngconf.h.defs	2014-02-20 15:21:52 +0000
+++ b/headers/All/5.1/libpng15/pngconf.h.defs	2014-02-21 00:01:46 +0000
@@ -41,7 +41,7 @@
 typedef png_int_16 *png_int_16p;
 typedef char *png_charp;
 typedef const char *png_const_charp;
-typedef png_fixed_point *png_fixed_pointp;
+typedef png_fixed_point *png_fixed_point_p;
 typedef FILE *png_FILE_p;
 typedef double *png_doublep;
 typedef const double *png_const_doublep;

=== modified file 'headers/libpng15/pngconf.h'
--- a/headers/libpng15/pngconf.h	2012-12-13 13:59:18 +0000
+++ b/headers/libpng15/pngconf.h	2014-02-21 00:01:46 +0000
@@ -79,7 +79,7 @@
 
     typedef const char *png_const_charp;
 
-    typedef png_fixed_point *png_fixed_pointp;
+    typedef png_fixed_point *png_fixed_point_p;
 
     typedef FILE *png_FILE_p;
 

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-02-20 19:25:47 +0000
+++ b/package/Makefile	2014-02-21 00:01:46 +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
-RPM_PACKAGE_RELEASE=1
+RPM_PACKAGE_RELEASE=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