Hello community, here is the log from the commit of package mx for openSUSE:Factory checked in at 2012-10-03 18:13:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mx (Old) and /work/SRC/openSUSE:Factory/.mx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mx", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/mx/mx.changes 2012-05-22 10:10:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mx.new/mx.changes 2012-10-03 18:13:10.000000000 +0200 @@ -1,0 +2,12 @@ +Sun Sep 16 10:58:53 UTC 2012 - [email protected] + +- Update to version 1.4.7: + + image: add some annotations for mx_image_set_from_buffer/data + + widget: Handle NULL ClutterEventCrossing->related actor in + mx_widget_leave. + + MxScrollView: Fixed to clip events for clipped child area in + ClutterActor->pick() +- Add mx-Replace-GL-data-types-with-equivalent-glib-types.patch, + fixes build. + +------------------------------------------------------------------- Old: ---- mx-1.4.6.tar.xz New: ---- mx-1.4.7.tar.xz mx-Replace-GL-data-types-with-equivalent-glib-types.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mx.spec ++++++ --- /var/tmp/diff_new_pack.E9ESsv/_old 2012-10-03 18:13:12.000000000 +0200 +++ /var/tmp/diff_new_pack.E9ESsv/_new 2012-10-03 18:13:12.000000000 +0200 @@ -16,15 +16,16 @@ # - Name: mx -Version: 1.4.6 +Version: 1.4.7 Release: 0 Summary: Clutter-based Toolkit License: LGPL-2.1 Group: System/Libraries Url: http://www.clutter-project.org/ -Source0: http://source.clutter-project.org/sources/mx/1.4/%{name}-%{version}.tar.xz +Source0: https://github.com/downloads/clutter-project/mx/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM mx-Replace-GL-data-types-with-equivalent-glib-types.patch [email protected] -- patch taken from upstream git, fixes build. +Patch0: mx-Replace-GL-data-types-with-equivalent-glib-types.patch BuildRequires: fdupes BuildRequires: intltool BuildRequires: pkgconfig(clutter-1.0) @@ -132,6 +133,7 @@ %lang_package %prep %setup -q +%patch0 -p1 %build %configure \ ++++++ mx-Replace-GL-data-types-with-equivalent-glib-types.patch ++++++ diff -rupN mx-1.4.7-orig/mx/mx-deform-texture.c mx-1.4.7/mx/mx-deform-texture.c --- mx-1.4.7-orig/mx/mx-deform-texture.c 2012-08-08 16:08:12.000000000 +0200 +++ mx-1.4.7/mx/mx-deform-texture.c 2012-09-16 13:23:39.868332587 +0200 @@ -493,9 +493,9 @@ mx_deform_texture_class_init (MxDeformTe static void mx_deform_texture_init_arrays (MxDeformTexture *self) { - GLushort *idx, *bf_idx; + gushort *idx, *bf_idx; gint x, y, direction; - GLushort *static_indices, *static_bf_indices; + gushort *static_indices, *static_bf_indices; MxDeformTexturePrivate *priv = self->priv; mx_deform_texture_free_arrays (self); @@ -503,8 +503,8 @@ mx_deform_texture_init_arrays (MxDeformT priv->n_indices = (2 + 2 * priv->tiles_x) * priv->tiles_y + (priv->tiles_y - 1); - static_indices = g_new (GLushort, priv->n_indices); - static_bf_indices = g_new (GLushort, priv->n_indices); + static_indices = g_new (gushort, priv->n_indices); + static_bf_indices = g_new (gushort, priv->n_indices); #define MESH_INDEX(X, Y) (Y) * (priv->tiles_x + 1) + (X) diff -rupN mx-1.4.7-orig/mx/mx-texture-frame.c mx-1.4.7/mx/mx-texture-frame.c --- mx-1.4.7-orig/mx/mx-texture-frame.c 2012-08-08 16:08:12.000000000 +0200 +++ mx-1.4.7/mx/mx-texture-frame.c 2012-09-16 13:24:41.149061323 +0200 @@ -200,7 +200,7 @@ mx_texture_frame_paint (ClutterActor *se { - GLfloat rectangles[] = + gfloat rectangles[] = { /* top left corner */ 0, 0, -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
