Hello community,
here is the log from the commit of package libqt5-qtxmlpatterns for
openSUSE:Factory checked in at 2020-01-19 20:54:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtxmlpatterns (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtxmlpatterns"
Sun Jan 19 20:54:36 2020 rev:39 rq:757453 version:5.14.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtxmlpatterns/libqt5-qtxmlpatterns.changes
2019-09-09 12:31:59.949505564 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new.26092/libqt5-qtxmlpatterns.changes
2020-01-19 20:55:45.983997580 +0100
@@ -1,0 +2,55 @@
+Tue Dec 17 08:34:46 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update the license tags.
+
+-------------------------------------------------------------------
+Thu Dec 12 12:59:08 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Update to 5.14.0:
+ * New bugfix release
+ * For the changes between 5.13.2 and 5.14.0 please see:
+
https://code.qt.io/cgit/qt/qtxmlpatterns.git/tree/dist/changes-5.14.0?h=v5.14.0
+ * For the changes between 5.13.1 and 5.13.2 please see:
+
https://code.qt.io/cgit/qt/qtxmlpatterns.git/tree/dist/changes-5.13.2?h=v5.14.0
+
+-------------------------------------------------------------------
+Wed Dec 4 14:38:21 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Update to 5.14.0-rc:
+ * New bugfix release
+ * No changelog available
+ * For more details please see:
+ * For more details about Qt 5.14 please see:
+ https://wiki.qt.io/New_Features_in_Qt_5.14
+
+-------------------------------------------------------------------
+Tue Nov 12 13:04:07 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Update to 5.14.0-beta3:
+ * New bugfix release
+ * No changelog available
+
+-------------------------------------------------------------------
+Thu Oct 24 13:23:21 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Update to 5.14.0-beta2:
+ * New bugfix release
+ * No changelog available
+
+-------------------------------------------------------------------
+Tue Oct 15 12:35:06 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Update to 5.14.0-beta1:
+ * New bugfix release
+ * No changelog available
+
+-------------------------------------------------------------------
+Mon Sep 30 13:30:54 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Update to 5.14.0-alpha:
+ * New feature release
+ * No changelog available
+ * For more details about Qt 5.14 please see:
+ https://wiki.qt.io/New_Features_in_Qt_5.14
+
+-------------------------------------------------------------------
Old:
----
qtxmlpatterns-everywhere-src-5.13.1.tar.xz
New:
----
qtxmlpatterns-everywhere-src-5.14.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtxmlpatterns.spec ++++++
--- /var/tmp/diff_new_pack.5ScYmP/_old 2020-01-19 20:55:47.743998504 +0100
+++ /var/tmp/diff_new_pack.5ScYmP/_new 2020-01-19 20:55:47.775998521 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libqt5-qtxmlpatterns
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,37 +12,39 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define qt5_snapshot 0
-
%define libname libQt5XmlPatterns5
-
+%define base_name libqt5
+%define real_version 5.14.0
+%define so_version 5.14.0
+%define tar_version qtxmlpatterns-everywhere-src-5.14.0
Name: libqt5-qtxmlpatterns
-Version: 5.13.1
+Version: 5.14.0
Release: 0
Summary: Qt 5 XmlPatterns Library
-License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
+# Legal:
+# the tools are GPL-3.0 WITH Qt-exception-1.0
+# The rest is LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
+License: (LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)) AND
GPL-3.0-only WITH Qt-GPL-exception-1.0
Group: Development/Libraries/X11
-Url: https://www.qt.io
-%define base_name libqt5
-%define real_version 5.13.1
-%define so_version 5.13.1
-%define tar_version qtxmlpatterns-everywhere-src-5.13.1
-Source:
https://download.qt.io/official_releases/qt/5.13/%{real_version}/submodules/%{tar_version}.tar.xz
+URL: https://www.qt.io
+Source:
https://download.qt.io/official_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz
Source1: baselibs.conf
BuildRequires: libQt5Core-private-headers-devel >= %{version}
BuildRequires: libqt5-qtbase-devel >= %{version}
+BuildRequires: libqt5-qtdeclarative-private-headers-devel
+BuildRequires: pkgconfig
+BuildRequires: xz
BuildRequires: pkgconfig(Qt5Qml) >= %{version}
BuildRequires: pkgconfig(Qt5Quick) >= %{version}
-BuildRequires: libqt5-qtdeclarative-private-headers-devel
-%if %qt5_snapshot
+%if %{qt5_snapshot}
#to create the forwarding headers
BuildRequires: perl
%endif
-BuildRequires: xz
%description
The Qt XML Patterns module provides support for XPath, XQuery, XSLT,
@@ -57,14 +59,14 @@
%requires_ge libQt5Core5
%requires_ge libQt5Network5
-%description -n %libname
+%description -n %{libname}
The Qt XML Patterns module provides support for XPath, XQuery, XSLT,
and XML Schema validation.
%package imports
Summary: QML imports for the XmlPatterns module
Group: System/Libraries
-Requires: %libname = %{version}
+Requires: %{libname} = %{version}
# It was previously part of that package
Supplements: libQtQuick5
@@ -74,7 +76,7 @@
%package devel
Summary: Development files for the Qt5 XML Patterns library
Group: Development/Libraries/C and C++
-Requires: %libname = %{version}
+Requires: %{libname} = %{version}
Provides: libQt5XmlPatterns-devel = %{version}
Obsoletes: libQt5XmlPatterns-devel < %{version}
@@ -84,11 +86,11 @@
%package private-headers-devel
Summary: Non-ABI stable experimental API for the Qt5 XML Patterns
library
Group: Development/Libraries/C and C++
-BuildArch: noarch
Requires: %{name}-devel = %{version}
Requires: libQt5Core-private-headers-devel >= %{version}
Provides: libQt5XmlPatterns-private-headers-devel = %{version}
Obsoletes: libQt5XmlPatterns-private-headers-devel < %{version}
+BuildArch: noarch
%description private-headers-devel
This package provides private headers of libqt5-qtxmlpatterns that are normally
@@ -100,16 +102,16 @@
Summary: Qt5 xmlpatterns examples
Group: Development/Libraries/X11
Recommends: %{name}-devel
+License: BSD-3-Clause
%description examples
Examples for the libqt5-qtxmlpatterns module.
-%post -n %libname -p /sbin/ldconfig
-
-%postun -n %libname -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
%build
-%if %qt5_snapshot
+%if %{qt5_snapshot}
#force the configure script to generate the forwarding headers (it checks
whether .git directory exists)
mkdir .git
%endif
@@ -140,7 +142,7 @@
done
popd
-%files -n %libname
+%files -n %{libname}
%license LICENSE.*
%{_bindir}/*-qt5
%{_libqt5_bindir}/*
++++++ qtxmlpatterns-everywhere-src-5.13.1.tar.xz ->
qtxmlpatterns-everywhere-src-5.14.0.tar.xz ++++++
++++ 13432 lines of diff (skipped)