[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2073: minor fixup on gdk-pixbuf-xlib.h

Mats Wichmann mats at linuxfoundation.org
Tue Feb 19 18:04:22 UTC 2013


------------------------------------------------------------
revno: 2073
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Tue 2013-02-19 11:04:22 -0700
message:
  minor fixup on gdk-pixbuf-xlib.h
modified:
  headers/All/3.1/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs
  headers/All/3.2/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs
  headers/All/4.0/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs
  headers/All/4.1/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs
  headers/All/5.0/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs
  headers/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/All/3.1/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs'
--- a/headers/All/3.1/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs	2013-02-16 13:36:55 +0000
+++ b/headers/All/3.1/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs	2013-02-19 18:04:22 +0000
@@ -69,7 +69,7 @@
 					  int ydith);
 extern void xlib_rgb_cmap_free(XlibRgbCmap * cmap);
 extern XlibRgbCmap *xlib_rgb_cmap_new(guint32 * colors, int n_colors);
-extern bool xlib_rgb_ditherable(void);
+extern int xlib_rgb_ditherable(void);
 extern void xlib_rgb_gc_set_background(GC gc, guint32 rgb);
 extern void xlib_rgb_gc_set_foreground(GC gc, guint32 rgb);
 extern Colormap xlib_rgb_get_cmap(void);
@@ -81,7 +81,7 @@
 extern void xlib_rgb_init(Display * display, Screen * screen);
 extern void xlib_rgb_init_with_depth(Display * display, Screen * screen,
 				     int prefDepth);
-extern void xlib_rgb_set_install(bool install);
+extern void xlib_rgb_set_install(int install);
 extern void xlib_rgb_set_min_colors(int min_colors);
-extern void xlib_rgb_set_verbose(bool verbose);
+extern void xlib_rgb_set_verbose(int verbose);
 extern long unsigned int xlib_rgb_xpixel_from_rgb(guint32 rgb);

=== modified file 'headers/All/3.2/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs'
--- a/headers/All/3.2/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs	2013-02-16 13:36:55 +0000
+++ b/headers/All/3.2/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs	2013-02-19 18:04:22 +0000
@@ -69,7 +69,7 @@
 					  int ydith);
 extern void xlib_rgb_cmap_free(XlibRgbCmap * cmap);
 extern XlibRgbCmap *xlib_rgb_cmap_new(guint32 * colors, int n_colors);
-extern bool xlib_rgb_ditherable(void);
+extern int xlib_rgb_ditherable(void);
 extern void xlib_rgb_gc_set_background(GC gc, guint32 rgb);
 extern void xlib_rgb_gc_set_foreground(GC gc, guint32 rgb);
 extern Colormap xlib_rgb_get_cmap(void);
@@ -81,7 +81,7 @@
 extern void xlib_rgb_init(Display * display, Screen * screen);
 extern void xlib_rgb_init_with_depth(Display * display, Screen * screen,
 				     int prefDepth);
-extern void xlib_rgb_set_install(bool install);
+extern void xlib_rgb_set_install(int install);
 extern void xlib_rgb_set_min_colors(int min_colors);
-extern void xlib_rgb_set_verbose(bool verbose);
+extern void xlib_rgb_set_verbose(int verbose);
 extern long unsigned int xlib_rgb_xpixel_from_rgb(guint32 rgb);

=== modified file 'headers/All/4.0/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs'
--- a/headers/All/4.0/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs	2013-02-16 13:36:55 +0000
+++ b/headers/All/4.0/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs	2013-02-19 18:04:22 +0000
@@ -69,7 +69,7 @@
 					  int ydith);
 extern void xlib_rgb_cmap_free(XlibRgbCmap * cmap);
 extern XlibRgbCmap *xlib_rgb_cmap_new(guint32 * colors, int n_colors);
-extern bool xlib_rgb_ditherable(void);
+extern int xlib_rgb_ditherable(void);
 extern void xlib_rgb_gc_set_background(GC gc, guint32 rgb);
 extern void xlib_rgb_gc_set_foreground(GC gc, guint32 rgb);
 extern Colormap xlib_rgb_get_cmap(void);
@@ -81,7 +81,7 @@
 extern void xlib_rgb_init(Display * display, Screen * screen);
 extern void xlib_rgb_init_with_depth(Display * display, Screen * screen,
 				     int prefDepth);
-extern void xlib_rgb_set_install(bool install);
+extern void xlib_rgb_set_install(int install);
 extern void xlib_rgb_set_min_colors(int min_colors);
-extern void xlib_rgb_set_verbose(bool verbose);
+extern void xlib_rgb_set_verbose(int verbose);
 extern long unsigned int xlib_rgb_xpixel_from_rgb(guint32 rgb);

=== modified file 'headers/All/4.1/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs'
--- a/headers/All/4.1/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs	2013-02-16 13:36:55 +0000
+++ b/headers/All/4.1/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs	2013-02-19 18:04:22 +0000
@@ -69,7 +69,7 @@
 					  int ydith);
 extern void xlib_rgb_cmap_free(XlibRgbCmap * cmap);
 extern XlibRgbCmap *xlib_rgb_cmap_new(guint32 * colors, int n_colors);
-extern bool xlib_rgb_ditherable(void);
+extern int xlib_rgb_ditherable(void);
 extern void xlib_rgb_gc_set_background(GC gc, guint32 rgb);
 extern void xlib_rgb_gc_set_foreground(GC gc, guint32 rgb);
 extern Colormap xlib_rgb_get_cmap(void);
@@ -81,7 +81,7 @@
 extern void xlib_rgb_init(Display * display, Screen * screen);
 extern void xlib_rgb_init_with_depth(Display * display, Screen * screen,
 				     int prefDepth);
-extern void xlib_rgb_set_install(bool install);
+extern void xlib_rgb_set_install(int install);
 extern void xlib_rgb_set_min_colors(int min_colors);
-extern void xlib_rgb_set_verbose(bool verbose);
+extern void xlib_rgb_set_verbose(int verbose);
 extern long unsigned int xlib_rgb_xpixel_from_rgb(guint32 rgb);

=== modified file 'headers/All/5.0/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs'
--- a/headers/All/5.0/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs	2013-02-16 13:36:55 +0000
+++ b/headers/All/5.0/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h.defs	2013-02-19 18:04:22 +0000
@@ -69,7 +69,7 @@
 					  int ydith);
 extern void xlib_rgb_cmap_free(XlibRgbCmap * cmap);
 extern XlibRgbCmap *xlib_rgb_cmap_new(guint32 * colors, int n_colors);
-extern bool xlib_rgb_ditherable(void);
+extern int xlib_rgb_ditherable(void);
 extern void xlib_rgb_gc_set_background(GC gc, guint32 rgb);
 extern void xlib_rgb_gc_set_foreground(GC gc, guint32 rgb);
 extern Colormap xlib_rgb_get_cmap(void);
@@ -81,7 +81,7 @@
 extern void xlib_rgb_init(Display * display, Screen * screen);
 extern void xlib_rgb_init_with_depth(Display * display, Screen * screen,
 				     int prefDepth);
-extern void xlib_rgb_set_install(bool install);
+extern void xlib_rgb_set_install(int install);
 extern void xlib_rgb_set_min_colors(int min_colors);
-extern void xlib_rgb_set_verbose(bool verbose);
+extern void xlib_rgb_set_verbose(int verbose);
 extern long unsigned int xlib_rgb_xpixel_from_rgb(guint32 rgb);

=== modified file 'headers/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h'
--- a/headers/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h	2013-02-16 13:36:55 +0000
+++ b/headers/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h	2013-02-19 18:04:22 +0000
@@ -112,7 +112,7 @@
 					      int ydith);
     extern void xlib_rgb_cmap_free(XlibRgbCmap * cmap);
     extern XlibRgbCmap *xlib_rgb_cmap_new(guint32 * colors, int n_colors);
-    extern bool xlib_rgb_ditherable(void);
+    extern int xlib_rgb_ditherable(void);
     extern void xlib_rgb_gc_set_background(GC gc, guint32 rgb);
     extern void xlib_rgb_gc_set_foreground(GC gc, guint32 rgb);
     extern Colormap xlib_rgb_get_cmap(void);
@@ -124,9 +124,9 @@
     extern void xlib_rgb_init(Display * display, Screen * screen);
     extern void xlib_rgb_init_with_depth(Display * display,
 					 Screen * screen, int prefDepth);
-    extern void xlib_rgb_set_install(bool install);
+    extern void xlib_rgb_set_install(int install);
     extern void xlib_rgb_set_min_colors(int min_colors);
-    extern void xlib_rgb_set_verbose(bool verbose);
+    extern void xlib_rgb_set_verbose(int verbose);
     extern long unsigned int xlib_rgb_xpixel_from_rgb(guint32 rgb);
 #ifdef __cplusplus
 }

=== modified file 'package/Makefile'
--- a/package/Makefile	2013-02-16 20:52:50 +0000
+++ b/package/Makefile	2013-02-19 18:04:22 +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=4
+RPM_PACKAGE_RELEASE=5
 
 # 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