commit mx for openSUSE:Factory

2012-10-03 Thread h_root
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.changes2012-05-22 10:10:45.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mx.new/mx.changes   2012-10-03 
18:13:10.0 +0200
@@ -1,0 +2,12 @@
+Sun Sep 16 10:58:53 UTC 2012 - zai...@opensuse.org
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.E9ESsv/_new  2012-10-03 18:13:12.0 +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 
zai...@opensuse.org -- 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.c2012-08-08 16:08:12.0 
+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.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mx for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package mx for openSUSE:Factory checked in 
at 2012-05-22 10:10:41

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.changes2012-04-12 09:42:20.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mx.new/mx.changes   2012-05-22 
10:10:45.0 +0200
@@ -1,0 +2,7 @@
+Fri May 11 08:56:46 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.4.6:
+  + Fix an issue with picking in MxStack.
+  + Fix linking when using ld.gold linker.
+
+---

Old:

  mx-1.4.5.tar.xz

New:

  mx-1.4.6.tar.xz



Other differences:
--
++ mx.spec ++
--- /var/tmp/diff_new_pack.W28CD7/_old  2012-05-22 10:10:47.0 +0200
+++ /var/tmp/diff_new_pack.W28CD7/_new  2012-05-22 10:10:47.0 +0200
@@ -16,8 +16,9 @@
 #
 
 
+
 Name:   mx
-Version:1.4.5
+Version:1.4.6
 Release:0
 Summary:Clutter-based Toolkit
 License:LGPL-2.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mx for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package mx for openSUSE:Factory checked in 
at 2012-04-12 09:42:18

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.changes2012-03-23 12:09:20.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mx.new/mx.changes   2012-04-12 
09:42:20.0 +0200
@@ -1,0 +2,26 @@
+Sun Apr  1 11:01:05 UTC 2012 - zai...@opensuse.org
+
+- Update to version 1.4.5:
+  + adjustment: emit the changed signal if the value property
+changes
+  + application: ensure the singleton variable is properly
+assigned
+  + combo-box: don't use NULL when setting the ClutterText text
+property
+  + css: pseudo-class should be identified by ':' in debug output
+  + dialog:
+- ensure that the initial size of the dialog is correct
+- disable the blurred background when using Clutter ≥ 1.10
+  + entry: Don't emit the notify text signal on switching between
+the hint text
+  + scroll-view: clip around the child instead of setting
+clip-to-allocation
+  + table: fix sorting depth
+  + test-containers: create a grid of actors in a group for
+viewport tests
+  + viewport: implement apply_transform and get_paint_volume
++ Changes from version 1.4.4:
+  + Improved compatibility with Clutter 1.9
+  + button: avoid setting the ClutterText text property to NULL
+
+---

Old:

  mx-1.4.3.tar.xz

New:

  mx-1.4.5.tar.xz



Other differences:
--
++ mx.spec ++
--- /var/tmp/diff_new_pack.IBAJO3/_old  2012-04-12 09:42:22.0 +0200
+++ /var/tmp/diff_new_pack.IBAJO3/_new  2012-04-12 09:42:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mx
-Version:1.4.3
+Version:1.4.5
 Release:0
 Summary:Clutter-based Toolkit
 License:LGPL-2.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mx for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package mx for openSUSE:Factory checked in 
at 2012-02-16 16:19:56

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.changes2012-01-09 15:19:54.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mx.new/mx.changes   2012-02-16 
16:21:13.0 +0100
@@ -1,0 +2,12 @@
+Tue Feb  7 07:48:07 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.4.2:
+  + create-image-cache: use dynamic memory allocation for paths
+  + entry: conditionally disable code that depends on X11
+  + kinetic-scroll-view: correctly clamp to the center
+  + offscreen: only restore the cogl state if it had been modified
+  + Fixed bugs: bco#2614, bco#2686.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  mx-1.4.1.tar.xz

New:

  mx-1.4.2.tar.xz



Other differences:
--
++ mx.spec ++
--- /var/tmp/diff_new_pack.VAFbGJ/_old  2012-02-16 16:21:14.0 +0100
+++ /var/tmp/diff_new_pack.VAFbGJ/_new  2012-02-16 16:21:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mx
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 Name:   mx
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:Clutter-based Toolkit
 License:LGPL-2.1
@@ -25,8 +25,6 @@
 Source0:
http://source.clutter-project.org/sources/mx/1.4/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(clutter-1.0)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mx for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package mx for openSUSE:Factory checked in 
at 2012-01-09 15:19:52

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.changes2011-10-13 12:32:05.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mx.new/mx.changes   2012-01-09 
15:19:54.0 +0100
@@ -1,0 +2,17 @@
+Fri Dec  9 08:47:49 UTC 2011 - dims...@opensuse.org
+
+- Split typelib files into their own subpackages:
+  typelib-1_0-Mx-1_0 and typelib-1_0-MxGtk-1_0.
+- Add typelib-1_0-Mx-1_0 and typelib-1_0-MxGtk-1_0 Requires to
+  devel subpackage.
+
+---
+Tue Nov 15 10:24:14 UTC 2011 - vu...@opensuse.org
+
+- Update to version 1.4.1:
+  + Prevent warnings from MxImage by not closing the pixbuf loader
+before calling g_object_unref.
+  + Honor the disabled property in MxToggle.
+  + Prevent warnings when using MxAction with glib 2.28.
+
+---

Old:

  mx-1.4.0.tar.xz

New:

  mx-1.4.1.tar.xz



Other differences:
--
++ mx.spec ++
--- /var/tmp/diff_new_pack.IIhpWA/_old  2012-01-09 15:19:55.0 +0100
+++ /var/tmp/diff_new_pack.IIhpWA/_new  2012-01-09 15:19:55.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   mx
-Version:1.4.0
-Release:1
-License:LGPLv2.1
+Version:1.4.1
+Release:0
 Summary:Clutter-based Toolkit
-Url:http://www.clutter-project.org/
+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
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -44,8 +42,8 @@
 others.
 
 %package -n libmx-1_0-2
-License:LGPLv2.1
 Summary:Clutter-based Toolkit
+License:LGPL-2.1
 Group:  System/Libraries
 Recommends: %{name}-lang
 # To make lang package installable
@@ -57,8 +55,8 @@
 others.
 
 %package -n libmx-gtk-1_0-0
-License:LGPLv2.1
 Summary:Clutter-based Toolkit -- GTK+ Widgets
+License:LGPL-2.1
 Group:  System/Libraries
 
 %description -n libmx-gtk-1_0-0
@@ -66,9 +64,34 @@
 interface elements, including buttons, progress bars, scroll bars and
 others.
 
+%package -n typelib-1_0-Mx-1_0
+Summary:Clutter-based Toolkit -- Introspection bindings
+License:LGPL-2.1
+Group:  System/Libraries
+
+%description -n typelib-1_0-Mx-1_0
+Mx is a widget toolkit using Clutter that provides a set of standard
+interface elements, including buttons, progress bars, scroll bars and
+others.
+
+This package provides the GObject Introspection bindings for Mx.
+
+%package -n typelib-1_0-MxGtk-1_0
+Summary:Clutter-based Toolkit -- GTK+ Widgets, Introspection bindings
+License:LGPL-2.1
+Group:  System/Libraries
+
+%description -n typelib-1_0-MxGtk-1_0
+Mx is a widget toolkit using Clutter that provides a set of standard
+interface elements, including buttons, progress bars, scroll bars and
+others.
+
+This package provides the GObject Introspection bindings for the
+libmx-gtk library.
+
 %package tools
-License:GPLv2
 Summary:Clutter-based Toolkit -- Tools
+License:GPL-2.0
 Group:  System/Libraries
 
 %description tools
@@ -77,8 +100,8 @@
 others.
 
 %package -n glade3-catalog-mx-gtk
-License:LGPLv2.1
 Summary:Clutter-based Toolkit -- GTK+ Widgets -- Catalog for Glade
+License:LGPL-2.1
 Group:  Development/Tools/GUI Builders
 Requires:   libmx-gtk-1_0-0 = %{version}
 Requires:   glade3
@@ -94,10 +117,12 @@
 
 %package devel
 Summary:Clutter-based Toolkit -- Development Files
-License:LGPLv2.1
+License:LGPL-2.1
 Group:  Development/Libraries/GNOME
 Requires:   libmx-1_0-2 = %{version}
 Requires:   libmx-gtk-1_0-0 = %{version}
+Requires:   typelib-1_0-Mx-1_0 = %{version}
+Requires:   typelib-1_0-MxGtk-1_0 = %{version}
 
 %description devel
 Mx is a widget toolkit using Clutter that provides a set of standard
@@ -136,7 +161,6 @@
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING.LIB NEWS README
 %{_libdir}/libmx-1.0.so.*
-%{_libdir}/girepository-1.0/Mx-1.0.typelib
 %dir %{_datadir}/mx
 # Default style
 %{_datadir}/mx/style/
@@ -145,6 +169,13 @@
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING.LIB NEWS README
 %{_libdir}/libmx-gtk-1.0.so.*
+
+%files -n typelib-1_0-Mx-1_0
+%defattr(-,root,root)

commit mx for openSUSE:Factory

2011-10-13 Thread h_root

Hello community,

here is the log from the commit of package mx for openSUSE:Factory
checked in at Thu Oct 13 12:24:51 CEST 2011.




--- openSUSE:Factory/mx/mx.changes  2011-10-04 17:00:33.0 +0200
+++ mx/mx.changes   2011-10-12 14:25:17.0 +0200
@@ -1,0 +2,16 @@
+Wed Oct 12 12:23:14 UTC 2011 - vu...@opensuse.org
+
+- Update to version 1.4.0:
+  + Add new testing applications for widgets and containers
+  + Prevent the cursor from being stuck as an I beam after
+selecting text in MxEntry
+  + Add state and clamp-to-center properties for
+MxKineticScrollView
+  + Add tooltips for MxEntry icons
+  + Allow highlight icons for MxEntry icons
+  + Fix a painting issue with MxScrollBar and clipped redraws
+  + Add show-tooltip property to MxLabel to show a tooltip when
+the text does not fit in the current allocated size.
+  + Bugs fixed: bco##2682, bco#2685.
+
+---

calling whatdependson for head-i586


Old:

  mx-1.3.2.tar.xz

New:

  mx-1.4.0.tar.xz



Other differences:
--
++ mx.spec ++
--- /var/tmp/diff_new_pack.CG1DSk/_old  2011-10-13 12:24:44.0 +0200
+++ /var/tmp/diff_new_pack.CG1DSk/_new  2011-10-13 12:24:44.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   mx
-Version:1.3.2
+Version:1.4.0
 Release:1
 License:LGPLv2.1
 Summary:Clutter-based Toolkit
 Url:http://www.clutter-project.org/
 Group:  System/Libraries
-Source0:
http://source.clutter-project.org/sources/mx/1.3/%{name}-%{version}.tar.xz
+Source0:
http://source.clutter-project.org/sources/mx/1.4/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mx for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package mx for openSUSE:Factory
checked in at Tue Oct 4 17:00:35 CEST 2011.




--- openSUSE:Factory/mx/mx.changes  2011-09-23 02:13:40.0 +0200
+++ /mounts/work_src_done/STABLE/mx/mx.changes  2011-10-01 19:45:49.0 
+0200
@@ -1,0 +2,13 @@
+Sat Oct  1 19:30:18 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.3.2:
+  + Implement the get_paint_volume virtual function on MxWidget and
+MxTextureFrame to enable clipped redraws and automatic culling.
+  + Allow building from git without gtk-doc
+  + MxEntry: Implement Unicode input mode
+  + Implement the GAction interface on MxAction
+  + MxApplication: Add a function to call a remote action with a
+parameter
+  + Bugs fixed: bco#2680, bco#2683, bco#2684
+
+---

calling whatdependson for head-i586


Old:

  mx-1.3.1.tar.xz

New:

  mx-1.3.2.tar.xz



Other differences:
--
++ mx.spec ++
--- /var/tmp/diff_new_pack.Avu9P3/_old  2011-10-04 17:00:30.0 +0200
+++ /var/tmp/diff_new_pack.Avu9P3/_new  2011-10-04 17:00:30.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   mx
-Version:1.3.1
+Version:1.3.2
 Release:1
 License:LGPLv2.1
 Summary:Clutter-based Toolkit

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mx for openSUSE:Factory

2011-09-09 Thread h_root

Hello community,

here is the log from the commit of package mx for openSUSE:Factory
checked in at Fri Sep 9 11:46:45 CEST 2011.




--- mx/mx.changes   2011-07-30 15:12:27.0 +0200
+++ /mounts/work_src_done/STABLE/mx/mx.changes  2011-08-31 16:07:40.0 
+0200
@@ -1,0 +2,18 @@
+Wed Aug 31 16:03:47 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.3.1:
+  + MxKineticScrollView:
+- lower the minimum value of deceleration to 1.01
+- add clamp-duration, clamp-mode and acceleration-factor
+  properties
+  + Optimised the painting of MxImage
+  + MxStack: add a crop child property
+  + Implement the MxFocusable interface on MxMenu
+  + MxComboBox: Open the menu when return key is pressed
+  + MxMenu: close the menu when escaped is pressed, or focus moved
+elsewhere
+  + MxSlider: prevent the handle position from being changed while
+the user is dragging it
+  + Bugs fixed: bco#2674, bco#2675, bco#2678.
+
+---

calling whatdependson for head-i586


Old:

  mx-1.3.0.tar.xz
  mx-no-G_CONST_RETURN.patch

New:

  mx-1.3.1.tar.xz



Other differences:
--
++ mx.spec ++
--- /var/tmp/diff_new_pack.6gJ7BU/_old  2011-09-09 11:46:41.0 +0200
+++ /var/tmp/diff_new_pack.6gJ7BU/_new  2011-09-09 11:46:41.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   mx
-Version:1.3.0
+Version:1.3.1
 Release:1
 License:LGPLv2.1
 Summary:Clutter-based Toolkit






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mx for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package mx for openSUSE:Factory
checked in at Mon Aug 1 16:09:38 CEST 2011.




--- mx/mx.changes   2011-07-18 10:10:52.0 +0200
+++ /mounts/work_src_done/STABLE/mx/mx.changes  2011-07-30 15:12:27.0 
+0200
@@ -1,0 +2,13 @@
+Sat Jul 30 15:07:04 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.3.0:
+  + Various performance optimisations and bug fixes
+  + Add a remove_all() method to MxComboBox
+  + Bugs fixed: bco#2666, bco#2663, bco#2662, bco#2646, bco#2645,
+bco#2671.
+- Drop mx-no-G_CONST_RETURN.patch: fixed upstream.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---

calling whatdependson for head-i586


Old:

  mx-1.2.0.tar.bz2

New:

  mx-1.3.0.tar.xz



Other differences:
--
++ mx.spec ++
--- /var/tmp/diff_new_pack.ZztbnA/_old  2011-08-01 16:08:57.0 +0200
+++ /var/tmp/diff_new_pack.ZztbnA/_new  2011-08-01 16:08:57.0 +0200
@@ -18,17 +18,17 @@
 
 
 Name:   mx
-Version:1.2.0
-Release:2
+Version:1.3.0
+Release:1
 License:LGPLv2.1
 Summary:Clutter-based Toolkit
 Url:http://www.clutter-project.org/
 Group:  System/Libraries
-Source0:%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM mx-no-G_CONST_RETURN.patch bco#2669 vu...@opensuse.org -- 
Stop using deprecated G_CONST_RETURN
-Patch0: mx-no-G_CONST_RETURN.patch
+Source0:
http://source.clutter-project.org/sources/mx/1.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(clutter-1.0)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
@@ -107,7 +107,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mx for openSUSE:Factory

2011-07-19 Thread h_root

Hello community,

here is the log from the commit of package mx for openSUSE:Factory
checked in at Tue Jul 19 14:30:41 CEST 2011.




--- mx/mx.changes   2011-06-04 20:22:51.0 +0200
+++ /mounts/work_src_done/STABLE/mx/mx.changes  2011-07-18 10:10:52.0 
+0200
@@ -1,0 +2,6 @@
+Mon Jul 18 10:10:21 CEST 2011 - vu...@opensuse.org
+
+- Add mx-no-G_CONST_RETURN.patch to stop using G_CONST_RETURN which
+  is deprecated. This fixes the build of the-board.
+
+---

calling whatdependson for head-i586


New:

  mx-no-G_CONST_RETURN.patch



Other differences:
--
++ mx.spec ++
--- /var/tmp/diff_new_pack.nwRgMi/_old  2011-07-19 14:29:04.0 +0200
+++ /var/tmp/diff_new_pack.nwRgMi/_new  2011-07-19 14:29:04.0 +0200
@@ -19,12 +19,14 @@
 
 Name:   mx
 Version:1.2.0
-Release:1
+Release:2
 License:LGPLv2.1
 Summary:Clutter-based Toolkit
 Url:http://www.clutter-project.org/
 Group:  System/Libraries
 Source0:%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM mx-no-G_CONST_RETURN.patch bco#2669 vu...@opensuse.org -- 
Stop using deprecated G_CONST_RETURN
+Patch0: mx-no-G_CONST_RETURN.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(clutter-1.0)
@@ -105,6 +107,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ mx-no-G_CONST_RETURN.patch ++
From 16a4558f474cc67a5ae8e88ec238009a924bd6a3 Mon Sep 17 00:00:00 2001
From: Claudio Saavedra csaave...@igalia.com
Date: Thu, 16 Jun 2011 14:29:09 +0300
Subject: [PATCH] Replace deprecated G_CONST_RETURN with const

http://bugzilla.clutter-project.org/show_bug.cgi?id=2669
---
 mx/mx-application.c  |2 +-
 mx/mx-application.h  |2 +-
 mx/mx-button-group.c |2 +-
 mx/mx-button-group.h |2 +-
 mx/mx-button.c   |4 ++--
 mx/mx-button.h   |4 ++--
 mx/mx-entry.c|4 ++--
 mx/mx-entry.h|4 ++--
 mx/mx-label.c|2 +-
 mx/mx-label.h|2 +-
 mx/mx-stylable.c |4 ++--
 mx/mx-stylable.h |8 
 mx/mx-tooltip.c  |4 ++--
 mx/mx-tooltip.h  |4 ++--
 14 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/mx/mx-application.c b/mx/mx-application.c
index 70faf62..60635c9 100644
--- a/mx/mx-application.c
+++ b/mx/mx-application.c
@@ -829,7 +829,7 @@ mx_application_remove_window (MxApplication *application,
  *   of #MxWindow!-- --s. The returned list is owned by
  *   @application and must not be altered.
  */
-G_CONST_RETURN GList*
+const GList*
 mx_application_get_windows (MxApplication *application)
 {
   g_return_val_if_fail (MX_IS_APPLICATION (application), NULL);
diff --git a/mx/mx-application.h b/mx/mx-application.h
index 65af4f6..594246e 100644
--- a/mx/mx-application.h
+++ b/mx/mx-application.h
@@ -115,7 +115,7 @@ void  mx_application_add_window
(MxApplication *application,
 void  mx_application_remove_window (MxApplication *application,
 MxWindow  *window);
 
-G_CONST_RETURN GList* mx_application_get_windows   (MxApplication 
*application);
+const GList* mx_application_get_windows   (MxApplication *application);
 
 void  mx_application_add_action(MxApplication *application,
 MxAction  *action);
diff --git a/mx/mx-button-group.c b/mx/mx-button-group.c
index 8175a9a..bde8d82 100644
--- a/mx/mx-button-group.c
+++ b/mx/mx-button-group.c
@@ -453,7 +453,7 @@ mx_button_group_get_allow_no_active (MxButtonGroup *group)
  * Returns: a list of buttons. The list is owned by the #MxButtonGroup and
  * should not be modified by the application.
  */
-G_CONST_RETURN GSList *
+const GSList *
 mx_button_group_get_buttons (MxButtonGroup *group)
 {
   g_return_val_if_fail (MX_IS_BUTTON_GROUP (group), NULL);
diff --git a/mx/mx-button-group.h b/mx/mx-button-group.h
index 6bfecd8..38402d3 100644
--- a/mx/mx-button-group.h
+++ b/mx/mx-button-group.h
@@ -105,7 +105,7 @@ void  mx_button_group_set_allow_no_active 
(MxButtonGroup *group,
gboolean   allow_no_active);
 gboolean  mx_button_group_get_allow_no_active (MxButtonGroup *group);
 
-G_CONST_RETURN GSList *mx_button_group_get_buttons (MxButtonGroup *group);
+const GSList *mx_button_group_get_buttons (MxButtonGroup *group);
 
 G_END_DECLS
 
diff --git a/mx/mx-button.c b/mx/mx-button.c
index c0d6e75..b8c8b27 100644
--- a/mx/mx-button.c
+++ b/mx/mx-button.c
@@ -1015,7 +1015,7 @@ mx_button_new_with_label (const gchar *text)
  *
  * Returns: the text for the button. This must not be freed by the application
  */
-G_CONST_RETURN gchar *
+const gchar *
 mx_button_get_label (MxButton *button)
 {
   

commit mx for openSUSE:Factory

2011-06-06 Thread h_root

Hello community,

here is the log from the commit of package mx for openSUSE:Factory
checked in at Mon Jun 6 13:45:18 CEST 2011.




--- mx/mx.changes   2011-05-26 21:59:26.0 +0200
+++ /mounts/work_src_done/STABLE/mx/mx.changes  2011-06-04 20:22:51.0 
+0200
@@ -1,0 +2,16 @@
+Sat Jun  4 20:20:18 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.2.0:
+  + Update sizes in Gtk light switch
+  + Add scroll-policy support to MxKineticScrollView
+  + Don't swallow all button events in MxWidget
+  + Fix MxKineticScrollView when :use-captured is FALSE
+  + Change the default step-increment in MxAdjustment to 1.0
+  + Fix many compiler warnings
+  + Allow overriding of the system icon theme
+  + Add tooltip delay property to MxWidget
+  + Fix MxOffscreen incorrect aspect ratio
+  + Bugs fixed: bco#2653, bco#2578, bco#2658, bco#2649, bco#2643,
+bco#2642.
+
+---

calling whatdependson for head-i586


Old:

  mx-1.1.12.tar.bz2

New:

  mx-1.2.0.tar.bz2



Other differences:
--
++ mx.spec ++
--- /var/tmp/diff_new_pack.xiz8Un/_old  2011-06-06 13:44:51.0 +0200
+++ /var/tmp/diff_new_pack.xiz8Un/_new  2011-06-06 13:44:51.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   mx
-Version:1.1.12
+Version:1.2.0
 Release:1
 License:LGPLv2.1
 Summary:Clutter-based Toolkit

++ mx-1.1.12.tar.bz2 - mx-1.2.0.tar.bz2 ++
 28555 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mx for openSUSE:Factory

2011-05-31 Thread h_root

Hello community,

here is the log from the commit of package mx for openSUSE:Factory
checked in at Tue May 31 17:17:33 CEST 2011.




--- mx/mx.changes   2011-04-28 08:42:21.0 +0200
+++ /mounts/work_src_done/STABLE/mx/mx.changes  2011-05-26 21:59:26.0 
+0200
@@ -1,0 +2,17 @@
+Wed May 18 07:50:24 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.1.12:
+  + Apply the paint opacity to both textures correctly in MxImage
+  + Draw rectangles around actors when using the layout debug flag
+  + MxBin:
+- don't request space for the child when it is not visible
+- hide the label when it is empty or no text has been set
+  + Don't animate MxToggle if it is not mapped
+  + Remove the hover state from MxToggle if the pointer left during
+a drag
+  + Add a function to MxImage to animate changing the scale mode
+  + Update documentation
+  + Bugs fixed: bco#2470, bco#2609, bco#2613, bco#2618, bco#2635,
+bco#2636, bco#2641, bco#2642.
+
+---

calling whatdependson for head-i586


Old:

  mx-1.1.11.tar.bz2

New:

  mx-1.1.12.tar.bz2



Other differences:
--
++ mx.spec ++
--- /var/tmp/diff_new_pack.jNCcwR/_old  2011-05-31 17:17:14.0 +0200
+++ /var/tmp/diff_new_pack.jNCcwR/_new  2011-05-31 17:17:14.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   mx
-Version:1.1.11
+Version:1.1.12
 Release:1
 License:LGPLv2.1
 Summary:Clutter-based Toolkit

++ mx-1.1.11.tar.bz2 - mx-1.1.12.tar.bz2 ++
 69960 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mx for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package mx for openSUSE:Factory
checked in at Thu May 12 10:02:21 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/mx/mx.changes  2011-04-28 08:42:21.0 
+0200
@@ -0,0 +1,99 @@
+---
+Thu Apr 28 08:39:11 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.1.11:
+  + Allow arbitrary rotation angles in MxImage
+  + Handle loss of focus in MxFocusManager
+  + Handle URIs in MxTextureCache
+  + Allow insertion into MxTextureCache
+  + Allow insertion of metadata in MxTextureCache
+  + Many fixes and refinement of MxImage
+  + Fix calling clutter_actor_queue_relayout during dispose of
+MxOffscreen
+  + Add MxActorManager, to help spread the load of actor operations
+  + Fix MxTable get_preferred_width/height when used without
+for_width/height
+- Change from version 1.1.10:
+  + Fix some concurrency issues with asynchronous loading in
+MxImage
+  + Fix the fullscreen GObject property setter in MxWindow
+  + Make the toolbar property of MxWindow writable
+  + Add a title property to MxWindow
+  + Fix handling of padding in MxBoxLayout
+get_preferred_width/height
+  + Add a use-markup property to MxLabel
+  * Ensure the old border-image is correctly allocated in MxWidget
+  + Make sure the corners of MxFadeEffect render consistently
+  + Fix focus issues when showing a still-hiding MxDialog
+- Change license of tools subpackage to GPLv2. Fixes bnc#690460.
+
+---
+Fri Mar  4 12:09:51 CET 2011 - vu...@opensuse.org
+
+- Completely rewrite .spec file, for inclusion in openSUSE.
+- Update to version 1.1.9:
+  + Fix MxStack not chaining up correctly, breaking background
+drawing
+  + Add a new spinner graphic that stands out better on white
+  + Add a 'looped' signal to the spinner
+  + Add a 'buffer-value' property to MxSlider
+  + Fix supported rotation values check in MxImage
+  + Ensure that the 'disabled' pseudo-state is correct in MxWidget
+  + Fix various styling issues in MxSlider
+  + Fix incorrect CFLAGS when building documentation
+  + Replace the per-object style cache with a per-style rule cache
+  + Bugs fixed: bco#2577, bco#2456, bco#2579, bco#2568, bco#2281,
+bco#2590, bco#2510.
+- Changes from version 1.1.8:
+  + Documentation updates and fixes
+  + New image-rotation property for MxImage
+  + Bugs fixed: bco#2263, bco#2281, bco#2456, bco#2568, bco#2510.
+- Changes from version 1.1.7:
+  + New class, MxFadeEffect. This is a sub-class of
+ClutterOffscreenEffect that lets you fade out the borders of
+actors
+  + Label supports a 'fade-out' property that instructs it to fade
+out at the end of the line instead of ellipsizing
+  + Bugs fixed: bco#2560.
+- Changes from version 1.1.6:
+  + Label supports a linewrap property that proxies through to the
+internal ClutterText
+  + MxStack now supports a fit property that attempts to fix the
+actor into the available space whilst respecting the actor's
+width-for-height or height-for-width constraints
+  + Bugs fixed: bco#2523, bco#2552.
+- Changes from version 1.1.5:
+  + CSS debugging mode
+  + Interpolation in MxAdjustment now works when the value was
+exactly at the end
+  + JSON files without valid properties won't cause a segfault
+  + Focus manager now supports a hint when pushing focus
+  + Bugs fixed: bco#1195, bco#2533, bco#2532, bco#2537.
+- Changes from version 1.1.4:
+  + Small optimisations to CSS matching
+  + Support multiple CSS pseudo-classes
+  + Add CSS selector prioritisation depending on position in
+stylesheet
+  + Add a 'clear' function to MxImage to blank the current image
+  + Always store the last-focused actor when moving focus
+  + Add asynchronous image-loading to MxImage
+
+---
+Thu Jan 20 09:42:26 UTC 2011 - awa...@opensuse.org
+
+- Update to version 1.1.3
+
+---
+Mon Oct 11 14:42:47 UTC 2010 - awa...@opensuse.org
+
+- Update to version 1.0.4
+
+---
+Mon Jun 14 23:50:29 UTC 2010 - dims...@opensuse.org
+
+- Drop *.la files.
+
+---
+Thu Jun 10 10:20:00 UTC 2010 - awa...@opensuse.org
+
+- Initial import for openSUSE version 0.99.6

calling whatdependson for head-i586


New:

  mx-1.1.11.tar.bz2
  mx.changes
  mx.spec



Other differences:
--
++ mx.spec ++
#
# spec file for package mx
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their