Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:Factory checked in at 2021-06-27 18:58:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtdeclarative (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtdeclarative"

Sun Jun 27 18:58:49 2021 rev:67 rq:902325 version:5.15.2+kde29

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes    
    2021-04-24 23:07:31.383256498 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.2625/libqt5-qtdeclarative.changes
      2021-06-27 18:59:32.384312146 +0200
@@ -1,0 +2,44 @@
+Wed Jun 23 07:01:57 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Update to version 5.15.2+kde29:
+  * Remove unused QPointer<QQuickPointerMask>
+
+-------------------------------------------------------------------
+Mon Jun 21 20:37:30 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Switch to KDE's maintenance branch
+- Update to version 5.15.2+kde28:
+  * Support &apos; in styled text
+  * Document that StyledText also supports &nbsp; and &quot;
+  * Add missing limits include to fix build with GCC 11
+  * Give a warning when StyledText encounters a non supported entity
+  * doc: explain QQItem event delivery, handlers, setAcceptTouchEvents()
+  * JIT: When making memory writable, include the exception handler
+  * Fix IC properties in same file
+  * QML: Fix proxy iteration
+  * DesignerSupport: Don't skip already inspected objects
+  * Show a tableview even if the syncView has an empty model
+  * qqmlistmodel: Fix crash when modelCache is null
+  * Use load(qt_tool) for qmltime
+  * qv4qmlcontext: Fix bounded signal expressions when debugging
+  * qmltypes.prf: Take abi into account for *_metatypes.json file names
+  * Accessibility event is sent on item's geometry change
+  * Fix crash when calling hasOwnProperty() on proxy object
+  * QQuickTextInput: Store mask data in std::unique_ptr
+  * Fix QML property cache leaks of delegate items
+  * qmlfunctions.qdoc: Add clarification to QML_FOREIGN
+  * Doc: mention that INCLUDEPATH must be set in some cases
+  * QML Text doesn't reset lineCount when text is empty
+  * Avoid GHS linker to optimize away QML type registrations
+  * QQuickWindow: Check if QQuickItem was not deleted
+  * QQuickView docs: show correct usage of setInitialProperties
+  * Add changes file for Qt 5.15.2
+  * Revert "qquickloader: Free memory of loaded components after source change"
+  * Inline components: Fix custom parser support
+  * Bump version
+- Add patch to reset version to 5.15.2:
+  * 0001-Revert-Bump-version.patch
+- Drop patches, now upstream:
+  * 0001-Include-limits-to-fix-build-with-GCC-11.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Include-limits-to-fix-build-with-GCC-11.patch
  qtdeclarative-everywhere-src-5.15.2.tar.xz

New:
----
  0001-Revert-Bump-version.patch
  _service
  _servicedata
  qtdeclarative-everywhere-src-5.15.2+kde29.obscpio
  qtdeclarative-everywhere-src.obsinfo

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

Other differences:
------------------
++++++ libqt5-qtdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.P3iVjU/_old  2021-06-27 18:59:35.720316529 +0200
+++ /var/tmp/diff_new_pack.P3iVjU/_new  2021-06-27 18:59:35.724316534 +0200
@@ -16,38 +16,39 @@
 #
 
 
-%define qt5_snapshot 0
+%define qt5_snapshot 1
 %define libname libQtQuick5
 %define base_name libqt5
 %define real_version 5.15.2
 %define so_version 5.15.2
-%define tar_version qtdeclarative-everywhere-src-5.15.2
+%define tar_version qtdeclarative-everywhere-src-%{version}
 Name:           libqt5-qtdeclarative
-Version:        5.15.2
+Version:        5.15.2+kde29
 Release:        0
 Summary:        Qt 5 Declarative Library
 License:        LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
 Group:          Development/Libraries/X11
 URL:            https://www.qt.io
-Source:         
https://download.qt.io/official_releases/qt/5.15/%{real_version}/submodules/%{tar_version}.tar.xz
+Source:         %{tar_version}.tar.xz
 Source1:        baselibs.conf
+# PATCH-FIX-OPENSUSE
+Patch1:         0001-Revert-Bump-version.patch
 # PATCH-FIX-OPENSUSE sse2_nojit.patch -- enable JIT and sse2 only on sse2 case
 Patch100:       sse2_nojit.patch
-Patch101:       0001-Include-limits-to-fix-build-with-GCC-11.patch
 Patch103:       qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch
 BuildRequires:  fdupes
-BuildRequires:  libQt5Core-private-headers-devel >= %{version}
-BuildRequires:  libQt5Gui-private-headers-devel >= %{version}
-BuildRequires:  libQt5Test-private-headers-devel >= %{version}
-BuildRequires:  libQt5Widgets-private-headers-devel >= %{version}
+BuildRequires:  libQt5Core-private-headers-devel >= %{real_version}
+BuildRequires:  libQt5Gui-private-headers-devel >= %{real_version}
+BuildRequires:  libQt5Test-private-headers-devel >= %{real_version}
+BuildRequires:  libQt5Widgets-private-headers-devel >= %{real_version}
 BuildRequires:  pkgconfig
 BuildRequires:  python3-base
 BuildRequires:  xz
-BuildRequires:  pkgconfig(Qt5Core) >= %{version}
-BuildRequires:  pkgconfig(Qt5Gui) >= %{version}
-BuildRequires:  pkgconfig(Qt5Network) >= %{version}
-BuildRequires:  pkgconfig(Qt5Sql) >= %{version}
-BuildRequires:  pkgconfig(Qt5Widgets) >= %{version}
+BuildRequires:  pkgconfig(Qt5Core) >= %{real_version}
+BuildRequires:  pkgconfig(Qt5Gui) >= %{real_version}
+BuildRequires:  pkgconfig(Qt5Network) >= %{real_version}
+BuildRequires:  pkgconfig(Qt5Sql) >= %{real_version}
+BuildRequires:  pkgconfig(Qt5Widgets) >= %{real_version}
 %if %{qt5_snapshot}
 #to create the forwarding headers
 BuildRequires:  perl
@@ -68,8 +69,7 @@
 handling.
 
 %prep
-%setup -q -n %{tar_version}
-%autopatch -p1
+%autosetup -p1 -n qtdeclarative-everywhere-src-%{version}
 
 %package -n %{libname}
 Summary:        Qt 5 Declarative Library
@@ -109,10 +109,10 @@
 Summary:        Non-ABI stable experimental API
 Group:          Development/Libraries/C and C++
 Requires:       %{name}-devel = %{version}
-Requires:       libQt5Core-private-headers-devel >= %{version}
-Requires:       libQt5Gui-private-headers-devel >= %{version}
-Requires:       libQt5Test-private-headers-devel >= %{version}
-Requires:       libQt5Widgets-private-headers-devel >= %{version}
+Requires:       libQt5Core-private-headers-devel >= %{real_version}
+Requires:       libQt5Gui-private-headers-devel >= %{real_version}
+Requires:       libQt5Test-private-headers-devel >= %{real_version}
+Requires:       libQt5Widgets-private-headers-devel >= %{real_version}
 Provides:       libQt5Quick-private-headers-devel = %{version}
 Obsoletes:      libQt5Quick-private-headers-devel < %{version}
 BuildArch:      noarch

++++++ 0001-Revert-Bump-version.patch ++++++
>From d611fb1a24f584b8c1f79f449959171dd7d69cbd Mon Sep 17 00:00:00 2001
From: Fabian Vogt <[email protected]>
Date: Mon, 21 Jun 2021 22:37:30 +0200
Subject: [PATCH] Revert "Bump version"

This reverts commit 568763928a78b52373932b01be17e040f7c3fa50.
---
 .qmake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.qmake.conf b/.qmake.conf
index 4e82106546..85b893856b 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -4,4 +4,4 @@ CONFIG += warning_clean
 DEFINES += QT_NO_LINKED_LIST
 DEFINES += QT_NO_JAVA_STYLE_ITERATORS
 
-MODULE_VERSION = 5.15.3
+MODULE_VERSION = 5.15.2
-- 
2.20.1

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="disabled">
   <param name="changesgenerate">enable</param>
   <param name="versionformat">5.15.2+kde@TAG_OFFSET@</param>
   <param name="url">https://invent.kde.org/qt/qt/qtdeclarative.git</param>
   <param name="scm">git</param>
   <param name="filename">qtdeclarative-everywhere-src</param>
   <param name="revision">kde/5.15</param>
   <param name="parent-tag">v5.15.2</param>
   <param name="changesgenerate">enable</param>
  </service>
  <service name="set_version" mode="disabled"/>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
   <param name="file">*.tar</param>
   <param name="compression">xz</param>
  </service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://invent.kde.org/qt/qt/qtdeclarative.git</param>
              <param 
name="changesrevision">6683c414c5cc6ab46197c41bb1361c518ca84d3e</param></service></servicedata>++++++
 qtdeclarative-everywhere-src.obsinfo ++++++
name: qtdeclarative-everywhere-src
version: 5.15.2+kde29
mtime: 1624360602
commit: 6683c414c5cc6ab46197c41bb1361c518ca84d3e

Reply via email to