Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libqt5-qtlocation for
openSUSE:Factory checked in at 2021-06-27 18:58:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtlocation (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtlocation.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtlocation"
Sun Jun 27 18:58:53 2021 rev:47 rq:902335 version:5.15.2+kde6
Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtlocation/libqt5-qtlocation.changes
2021-02-04 20:22:06.334646427 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtlocation.new.2625/libqt5-qtlocation.changes
2021-06-27 18:59:43.100326224 +0200
@@ -1,0 +2,14 @@
+Tue Jun 22 19:33:51 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Switch to KDE's maintenance branch
+- Update to version 5.15.2+kde6:
+ * Simpler fix to crashing Qml Map appearing 2nd+ time
+ * Use QLocale::NorwegianBokmal rather than Norwegian
+ * Android: fix Location properties
+ * Add changes file for Qt 5.15.2
+ * Fix crash when showing Map QML comp. for 2nd+ time
+ * Bump version
+- Add patch to reset version to 5.15.2:
+ * 0001-Revert-Bump-version.patch
+
+-------------------------------------------------------------------
Old:
----
qtlocation-everywhere-src-5.15.2.tar.xz
New:
----
0001-Revert-Bump-version.patch
_service
_servicedata
qtlocation-everywhere-src-5.15.2+kde6.obscpio
qtlocation-everywhere-src.obsinfo
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtlocation.spec ++++++
--- /var/tmp/diff_new_pack.DHOXaK/_old 2021-06-27 18:59:45.064328804 +0200
+++ /var/tmp/diff_new_pack.DHOXaK/_new 2021-06-27 18:59:45.068328809 +0200
@@ -19,25 +19,27 @@
# Internal QML imports of examples
%global __requires_exclude qmlimport\\((Local|Qt\\.GeoJson|WeatherInfo).*
-%define qt5_snapshot 0
+%define qt5_snapshot 1
%define libname libQt5Positioning5
%define base_name libqt5
%define real_version 5.15.2
%define so_version 5.15.2
-%define tar_version qtlocation-everywhere-src-5.15.2
+%define tar_version qtlocation-everywhere-src-%{version}
Name: libqt5-qtlocation
-Version: 5.15.2
+Version: 5.15.2+kde6
Release: 0
Summary: Qt 5 Location 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
BuildRequires: fdupes
BuildRequires: libicu-devel
-BuildRequires: libqt5-qtbase-private-headers-devel >= %{version}
-BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version}
+BuildRequires: libqt5-qtbase-private-headers-devel >= %{real_version}
+BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{real_version}
%if %{qt5_snapshot}
#to create the forwarding headers
BuildRequires: perl
@@ -105,7 +107,7 @@
Summary: Non-ABI stable experimental API for the Qt5 Location Library
Group: Development/Libraries/C and C++
Requires: %{name}-devel = %{version}
-Requires: libqt5-qtbase-private-headers-devel >= %{version}
+Requires: libqt5-qtbase-private-headers-devel >= %{real_version}
Requires: libqt5-qtdeclarative-private-headers-devel
BuildArch: noarch
@@ -125,7 +127,7 @@
Examples for libqt5-qtlocation module.
%prep
-%setup -q -n qtlocation-everywhere-src-%{real_version}
+%autosetup -p1 -n %{tar_version}
%build
%if %{qt5_snapshot}
++++++ 0001-Revert-Bump-version.patch ++++++
>From 70d31c7076f363b3502c06851a2e960d473929ae Mon Sep 17 00:00:00 2001
From: Fabian Vogt <[email protected]>
Date: Tue, 22 Jun 2021 21:33:51 +0200
Subject: [PATCH] Revert "Bump version"
This reverts commit 3e366ddf164acd9764f5d66658426d05460d3403.
---
.qmake.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.qmake.conf b/.qmake.conf
index 8dceae8e..6db874a2 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -3,7 +3,7 @@ CONFIG += warning_clean
DEFINES += QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST
-MODULE_VERSION = 5.15.3
+MODULE_VERSION = 5.15.2
# Adds a way to debug location. The define is needed for multiple subprojects
as they
# include the essential headers.
--
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/qtlocation.git</param>
<param name="scm">git</param>
<param name="filename">qtlocation-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/qtlocation.git</param>
<param
name="changesrevision">861e372b6ad81570d4f496e42fb25a6699b72f2f</param></service></servicedata>++++++
qtlocation-everywhere-src.obsinfo ++++++
name: qtlocation-everywhere-src
version: 5.15.2+kde6
mtime: 1604914909
commit: 861e372b6ad81570d4f496e42fb25a6699b72f2f