Hello community, here is the log from the commit of package python-Kivy for openSUSE:12.2 checked in at 2012-06-26 17:56:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/python-Kivy (Old) and /work/SRC/openSUSE:12.2/.python-Kivy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Kivy", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:12.2/python-Kivy/python-Kivy.changes 2012-06-25 15:50:48.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.python-Kivy.new/python-Kivy.changes 2012-06-26 17:57:04.000000000 +0200 @@ -1,0 +2,95 @@ +Tue Jun 26 09:48:33 UTC 2012 - [email protected] + +- Update to version 1.3.0: + + Core + - [#420] Fix pygame error when texture is too large + - [#450] Updated Sound class to use Kivy properties + - [#467] New Sound.length + - [#484] New kivy.interactive module: doesn't break REPL anymore + - [#487] Make default values in properties optionals + - [#489] Replaced all relative import with absolute imports + - [#498] Fixes Image to allow re-loading of image from disk + - [#503] Renamed unicode parameter to codepoint in all on_key_* + - Changed default screenshot to be PNG instead of JPEG + - Enhance Kv lang rules lookup + - Enhance Label initialitazion + - Fixes crash on App when the configuration file cannot be read + - Fixes for graphics reloading mechanism, force the GC before + - New default UI theme + - New KIVY_NO_CONFIG, KIVY_NO_FILELOG, KIVY_NO_CONSOLELOG env + - New kivy.utils.escape_markup() to escape untrusted text when + - Support MacOSX clipboard + + Graphics + - [#118] Fixes for glColorMask on android + - [#447] Add new ClearColor and ClearBuffers instructions + - [#463] Fixes glGetIntegerv with new Cython + - [#479] Fixes for Translate instance when args passed in on + - Avoid drawing of empty VBO + - Enhance Stencil instruction, you can nest up to 128 layers instead + - Fixes crash when texture is empty (0px width or height) + - Fixes Point instruction when new point is appended + - Fixes to enable support of NPOT texture on android/ios platform + + Widgets + - [#401] New Scatter.do_collide_after_children property + - [#419] New TabbedPanel widget + - [#437] New TextInput.readonly property + - [#447] Fix popup background resizing when Window resize + - [#480] Fixes StackLayout size_hint missing calculation + - [#485] Fixes VideoPlayer scrollbar with multitouch + - [#490] Fixes ToggleButton memory leak + - Add FileChooser.file_encodings for a better unicode conversion + - Better handling of mousewheel in Button + - Delayed Label texture creation + - Enhance RST widget to support :align: in image directive + - Fixes RST widget to use document root for loading images and + - New Popup.dismiss(animation) attribute to disable the fadeout when + - New RstDocument.goto(reference) for scrolling the document to a + - New Undo/Redo for TextInput + +------------------------------------------------------------------- +Fri May 4 11:37:29 UTC 2012 - [email protected] + +- Updated to version 1.2.0 + * Core + - [#325] New Window.mouse_pos to get the main mouse position anytime + - [#427] Improved markup positioning with glpyhs+kerning + - Avoid rendering of empty text lines + - Fixed setter() and getter() EventDispatcher methods + - Implement new Dropfile event, to be able to open files on macosx + - Optimized texture upload from 3 to 1 upload in somes cases + - The system/Window can now "pause" the application if the app support it + * Graphics + - Disable mipmapping for people using Desktop GL kivy < 3.0 + - Enhanced graphics engine to support OpenGL reloading / context-lost + - Optimized shaders uniform upload if not used + - Optimized VBO drawing by using a GPU buffer for storing indices + * Modules + - [#415] Recorder now record keyboards events + - [#309] Fixes for inspector / memory leak + - New webdebugger module for having statistics on the current running app + * Widget + - [#331] New VideoPlayer widget: Video + controls buttons, annotations and + - [#411] Propagate touchs to children for Label and Button + - [#412] Removed redundant background_texture on Bubble + - [#416] New background_color and foreground_color to TextInput + - [#429] New password mode to TextInput + - [#431] Fixes clipboard for linux, works perfect on linux, windows and mac + - [#439] Improve performance on TextInput dealing with large text + - Enhanced FileChooser to delay the file creation over the time, and display + - Enhance FileChooser to animate when scrollwheel is used + - Enhance scrollview to animate when scrollwheel is used + - Fixed Bubble not listening to color changes + - New FileChooser.rootpath to restrict file browsing + - New scrollview scrollbar (not touchable) + - New ".. video::" directive in the RstDocument widget + - New Video.seek() method + - Updated filechooser icon theme + * Examples + - [#405] New examples dealing with unicode + * Others + - [#404] Fixes for msvc9 compilation errors + - [#424] Fixed pyinstaller packaging for macosx + - Add installation instructions for mageia + - New instructions for packaging on iOS + +------------------------------------------------------------------- Old: ---- Kivy-1.1.1.tar.gz New: ---- Kivy-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Kivy.spec ++++++ --- /var/tmp/diff_new_pack.ljh7LB/_old 2012-06-26 17:57:05.000000000 +0200 +++ /var/tmp/diff_new_pack.ljh7LB/_new 2012-06-26 17:57:05.000000000 +0200 @@ -11,12 +11,13 @@ # 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: python-Kivy -Version: 1.1.1 +Version: 1.3.0 Release: 0 Url: http://kivy.org/ Summary: Hardware-accelerated multitouch application library @@ -24,14 +25,14 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/K/Kivy/Kivy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: Mesa-devel BuildRequires: fdupes -BuildRequires: python-devel BuildRequires: python-Cython BuildRequires: python-Sphinx -BuildRequires: Mesa-devel +BuildRequires: python-devel +Requires: mtdev Requires: python-imaging Requires: python-pygame -Requires: mtdev Recommends: python-cairo Recommends: python-gstreamer-0_10 Recommends: python-opencv ++++++ Kivy-1.1.1.tar.gz -> Kivy-1.3.0.tar.gz ++++++ /work/SRC/openSUSE:12.2/python-Kivy/Kivy-1.1.1.tar.gz /work/SRC/openSUSE:12.2/.python-Kivy.new/Kivy-1.3.0.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
