[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2268: script bug was hiding one more gtk3 struct to turn on

Mats Wichmann mats at linuxfoundation.org
Thu Jun 12 12:48:32 UTC 2014


------------------------------------------------------------
revno: 2268
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Thu 2014-06-12 06:48:32 -0600
message:
  script bug was hiding one more gtk3 struct to turn on
modified:
  headers/gtk-3.0/gtk/gtk.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/gtk-3.0/gtk/gtk.h'
--- a/headers/gtk-3.0/gtk/gtk.h	2014-06-11 15:11:39 +0000
+++ b/headers/gtk-3.0/gtk/gtk.h	2014-06-12 12:48:32 +0000
@@ -3963,6 +3963,8 @@
 	gint y;
     };
 
+    struct _GtkBuildableIface;
+
     struct _GtkButton {
 	GtkBin bin;
 	GtkButtonPrivate *priv;

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-06-11 16:18:51 +0000
+++ b/package/Makefile	2014-06-12 12:48:32 +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=3
+BUILDNO=4
 
 # 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