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.000000000 +0200
+++ /mounts/work_src_done/STABLE/mx/mx.changes  2011-04-28 08:42:21.000000000 
+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 copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           mx
Version:        1.1.11
Release:        1
License:        LGPLv2.1
Summary:        Clutter-based Toolkit
Url:            http://www.clutter-project.org/
Group:          System/Libraries
Source0:        %{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  intltool
BuildRequires:  pkgconfig(clutter-1.0)
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(gladeui-1.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libstartup-notification-1.0)
BuildRequires:  pkgconfig(xrandr)

%description
Mx is a widget toolkit using Clutter that provides a set of standard
interface elements, including buttons, progress bars, scroll bars and
others.

%package -n libmx-1_0-2
License:        LGPLv2.1
Summary:        Clutter-based Toolkit
Group:          System/Libraries
Recommends:     %{name}-lang
# To make lang package installable
Provides:       %{name} = %{version}

%description -n libmx-1_0-2
Mx is a widget toolkit using Clutter that provides a set of standard
interface elements, including buttons, progress bars, scroll bars and
others.

%package -n libmx-gtk-1_0-0
License:        LGPLv2.1
Summary:        Clutter-based Toolkit -- GTK+ Widgets
Group:          System/Libraries

%description -n libmx-gtk-1_0-0
Mx is a widget toolkit using Clutter that provides a set of standard
interface elements, including buttons, progress bars, scroll bars and
others.

%package tools
License:        GPLv2
Summary:        Clutter-based Toolkit -- Tools
Group:          System/Libraries

%description tools
Mx is a widget toolkit using Clutter that provides a set of standard
interface elements, including buttons, progress bars, scroll bars and
others.

%package -n glade3-catalog-mx-gtk
License:        LGPLv2.1
Summary:        Clutter-based Toolkit -- GTK+ Widgets -- Catalog for Glade
Group:          Development/Tools/GUI Builders
Requires:       libmx-gtk-1_0-0 = %{version}
Requires:       glade3
Supplements:    packageand(glade3:%{name}-devel)

%description -n glade3-catalog-mx-gtk
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 a catalog for Glade, to allow the use of MX-GTK
widgets in Glade.

%package devel
Summary:        Clutter-based Toolkit -- Development Files
License:        LGPLv2.1
Group:          Development/Libraries/GNOME
Requires:       libmx-1_0-2 = %{version}
Requires:       libmx-gtk-1_0-0 = %{version}

%description devel
Mx is a widget toolkit using Clutter that provides a set of standard
interface elements, including buttons, progress bars, scroll bars and
others.

%lang_package
%prep
%setup -q

%build
%configure \
        --disable-static \
        --with-glade
make %{?_smp_mflags}

%install
%make_install
find %{buildroot}%{_libdir} -name '*.la' -delete -print
%find_lang mx-1.0
%fdupes %{buildroot}%{_datadir}/gtk-doc/
%fdupes %{buildroot}%{_datadir}/mx/style/

%clean
rm -rf %{buildroot}

%post -n libmx-1_0-2 -p /sbin/ldconfig

%postun -n libmx-1_0-2 -p /sbin/ldconfig

%post -n libmx-gtk-1_0-0 -p /sbin/ldconfig

%postun -n libmx-gtk-1_0-0 -p /sbin/ldconfig

%files -n libmx-1_0-2
%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/

%files -n libmx-gtk-1_0-0
%defattr(-,root,root,-)
%doc ChangeLog COPYING.LIB NEWS README
%{_libdir}/libmx-gtk-1.0.so.*
%{_libdir}/girepository-1.0/MxGtk-1.0.typelib

%files tools
%defattr(-,root,root)
%{_bindir}/mx-create-image-cache

%files -n glade3-catalog-mx-gtk
%defattr(-,root,root)
%{_datadir}/glade3/catalogs/mx-gtk-catalog.xml

%files devel
%defattr(-,root,root,-)
%{_includedir}/mx-1.0/
%{_libdir}/pkgconfig/mx-1.0.pc
%{_libdir}/pkgconfig/mx-gtk-1.0.pc
%{_libdir}/*.so
%{_datadir}/gir-1.0/*.gir
%doc %{_datadir}/gtk-doc/html/mx/
%doc %{_datadir}/gtk-doc/html/mx-gtk/

%files lang -f mx-1.0.lang

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

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

Reply via email to