Hello community,
here is the log from the commit of package libqt5-qtdeclarative for
openSUSE:Factory checked in at 2014-09-08 21:28:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtdeclarative (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtdeclarative"
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2014-09-02 08:22:10.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/libqt5-qtdeclarative.changes
2014-09-08 21:28:31.000000000 +0200
@@ -1,0 +2,111 @@
+Thu Sep 4 20:37:34 UTC 2014 - [email protected]
+
+- Update to 5.3.2~git20140904 (rd8bc98b):
+ * Tip of the bugfix 5.3.2 branch
+ * Contains many bugfixes over 5.3.1 release:
+ * Doc: Added a link to the QML advanced tutorial
+ * Don't use d->instanceModel after free'ing it
+ * Fix crash with early QObject property access
+ * Fix typo in DelegateModelGroup documentation
+ * Protect some members in QQmlObjectCreator
+ * Initialize variable
+ * Don't abuse new to do a reinterpret_cast
+ * Protect incubation against its creator being deleted.
+ * Add 5.3.2 changelog for qtdeclarative
+ * Fix crash with recursively loading cached compilation units
+ * Fix typo in StateChangeScript documentation.
+ * Added the QtSQL dependency info. to the project file
+ * tst_dialogs: verify that rootObject is valid
+ * tst_dialogs: QTRY_ on the expression
+ (spyVisibilityChanged.count) not the variable.
+ * The cached objects can be deleted, so keep them in a QPointer
+ * Fix potential deadlook in threaded renderloop.
+ * Added a signal handler
+ * Fix typo in Context2D documentation.
+ * Disable threaded FBO canvas drawing when not supported.
+ * V4 JIT: fix JS stack frame size calculation.
+ * Correct strokeRect documentation.
+ * Silence harmless compiler warning.
+ * benchmarks: Skip compilation of (and mark with FIXME) a few
+ benchmarks that don't build.
+ * benchmarks/particles: fix projects to actually build
+ * Fix compilation of tst_compilation (:-P) benchmark.
+ * Avoid double deletion when deleting an incubating component.
+ * Invalidate the scenegraph properly in the rendercontrol
+ * Fix crash when loading invalid QML with behavior on
+ invalid group property
+ * Fix crash when animators are deleted just after being started
+ * Don't try to reload QQuick images when changing to
+ null screen
+ * Clarify Component.onCompleted/onDestruction docs
+ * Fix fbo creation and resize logic in QQuickWidget
+ * Fix Qt.include with cached compilation units and resources
+ * Synchronize PathView gesture grabbing with other items.
+ * Fix FBO recreated every time the QSG node is updated under
+ some conditions
+ * More QQuickCanvas cleanup handling.
+ * Make canvas cleanup work propertly...
+ * Use the current context to resolve extensions.
+ * qmlplugindumper: do not pop up a window if
+ an assert is triggered
+ * Fix assertion: ASSERT: "hasException" in file
+ jsruntime/qv4engine.cpp, line 933
+ * Fix QQmlDelegateModel getting out of sync
+ * QQuickWindow: add some links to resetOpenGLState
+ * Remove metaobject revisioning for QQuickScreenAttached
+ * Don't dereference null pointer.
+ * Flickable: Cancel interaction on interactive changes
+ * Don't try to draw shader effect sources with dims < 0.
+ * QQuickMouseArea: Mark override functions with Q_DECL_OVERRIDE
+ * Fix interaction of garbage collector with JS objects during
+ QML type instantiation
+ * Do not use mark() when marking ExecutionContexts
+ * Don't recreate header and footer unnecessarily
+ * Clear the visibleImgTags list when setting up the text layout
+ * Improve programmatic flicking of ListView (and Flickable).
+ * V4: work around a bug in libc++'s std::vector<bool>
+ * QQmlComponent::create(): visual items must have
+ a visual parent
+ * Clean up the textures when deleting the content
+ * Schedule layout changes to avoid refill() recursion.
+ * Add autotest for incorrect steal of flick.
+ * Do not crash AtlasTexture if image is null
+ * Fix Node object leak in QQuickTextEditPrivate
+ * shift and unshift fail for QQmlSequence types
+ * Check for window != 0 in QuickTestResult::grabImage().
+ * Doc: add documentation for the RSS News example
+ * Fix typo in documentation
+ * Binding Text width to implicitWidth can result in
+ incorrect layout
+ * Docs: fix "classname" indentation in the qmldir specs
+ * Fix role for generic Accessible items
+ * Calqlatr demo: Remove unused files
+ * Remove usage of external dependencies from the RSS News demo
+ * Fix crash on QQmlEngine destruction.
+ * Don't dereference null QQuickWindowPrivate.
+ * Add opt-out environment variable for @2x images
+ * Doc: correct link/compilation errors in Qt Declarative
+ * Fix crash in Flickable with pressDelay.
+ * Skip rssnews demo if xmlpatterns is not present
+ * Delete objects created by qmlplugindump
+ * Avoid double deletion of QQuickWindow
+ * Fix QQmlDelegateModel ignoring layoutChange in
+ certain situations
+ * Fix intermittent crash with older MinGW releases
+ * Doc: Add documentation for the Maroon in Trouble example
+ * Fix crash when deleting component in Component.onComplete
+ through loader
+ * Fix memory leak in QQmlComponent::createObject
+ * Update QtQuick import value to 2.3
+ * Set locked state while locking for grab.
+ * QQmlObjectCreator: Clear sharedState componentAttached
+ in destruction/clear
+ * Initialize velocity
+ * Improve RSS News Qt Quick Demo
+ * Fix QQmlComponent detailed description.
+ * Add a QQuickWidget - QQuickView comparison example
+ * Fix crash in QObjectWrapper
+- libqt5-fix-crash-with-early-QObject-property-access.patch,
+ merged upstream
+
+-------------------------------------------------------------------
Old:
----
libqt5-fix-crash-with-early-QObject-property-access.patch
qtdeclarative-opensource-src-5.3.1.tar.xz
New:
----
qtdeclarative-opensource-src-5.3.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.eWRqlc/_old 2014-09-08 21:28:33.000000000 +0200
+++ /var/tmp/diff_new_pack.eWRqlc/_new 2014-09-08 21:28:33.000000000 +0200
@@ -16,29 +16,23 @@
#
-%define qt5_snapshot 0
+%define qt5_snapshot 1
%define libname libQtQuick5
Name: libqt5-qtdeclarative
-Version: 5.3.1
+Version: 5.3.2~git20140904
Release: 0
Summary: Qt 5 Declarative Library
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
Group: Development/Libraries/X11
Url: http://qt.digia.com
%define base_name libqt5
-%define real_version 5.3.1
-%define so_version 5.3.1
-%if %qt5_snapshot
-%define tar_version qtdeclarative-%{real_version}
-%else
+%define real_version 5.3.2
+%define so_version 5.3.2
%define tar_version qtdeclarative-opensource-src-%{real_version}
-%endif
Source: %{tar_version}.tar.xz
Source1: baselibs.conf
-# PATCH-FIX-UPSTREAM libqt5-fix-crash-with-early-QObject-property-access.patch
-- QTBUG-40018
-Patch1000: libqt5-fix-crash-with-early-QObject-property-access.patch
BuildRequires: fdupes
BuildRequires: libQt5Core-private-headers-devel >= %{version}
BuildRequires: libQt5Gui-private-headers-devel >= %{version}
@@ -67,12 +61,7 @@
handling.
%prep
-%if %qt5_snapshot
-%setup -q -n qtdeclarative-%{real_version}
-%else
%setup -q -n qtdeclarative-opensource-src-%{real_version}
-%endif
-%patch1000 -p1
%package -n %libname
Summary: Qt 5 Declarative Library
@@ -168,7 +157,8 @@
done
popd
-%fdupes -s %{buildroot}/%{_libqt5_includedir}
+%fdupes -s %{buildroot}%{_libqt5_includedir}
+%fdupes -s %{buildroot}%{_libqt5_examplesdir}
%files -n %libname
%defattr(-,root,root,755)
++++++ qtdeclarative-opensource-src-5.3.1.tar.xz ->
qtdeclarative-opensource-src-5.3.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/qtdeclarative-opensource-src-5.3.1.tar.xz
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/qtdeclarative-opensource-src-5.3.2.tar.xz
differ: char 17, line 1
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]