Hello community,

here is the log from the commit of package libqt5-qtxmlpatterns for 
openSUSE:Factory checked in at 2018-12-14 20:52:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtxmlpatterns (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtxmlpatterns"

Fri Dec 14 20:52:52 2018 rev:34 rq:657571 version:5.12.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libqt5-qtxmlpatterns/libqt5-qtxmlpatterns.changes    
    2018-10-01 08:13:42.494110863 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new.28833/libqt5-qtxmlpatterns.changes
     2018-12-14 20:56:06.216822138 +0100
@@ -1,0 +2,72 @@
+Wed Dec 12 14:35:59 UTC 2018 - Fabian Vogt <[email protected]>
+
+- Fix Requires of the -imports subpackage
+- Fix baselibs.conf
+
+-------------------------------------------------------------------
+Thu Dec  6 13:37:51 UTC 2018 - [email protected]
+
+- Update to 5.12.0:
+  * New feature release
+  * For more details please see:
+  * 
http://code.qt.io/cgit/qt/qtxmlpatterns.git/plain/dist/changes-5.12.0/?h=v5.12.0
+
+-------------------------------------------------------------------
+Mon Dec  3 08:17:34 UTC 2018 - [email protected]
+
+- Update to 5.12.0-rc2:
+  * New bugfix release
+  * Only important bugfixes
+- Changelog for Qt 5.12.0:
+  * 
http://code.qt.io/cgit/qt/qtxmlpatterns.git/plain/dist/changes-5.12.0/?h=5.12.0
+
+-------------------------------------------------------------------
+Mon Nov 26 16:54:18 UTC 2018 - Fabian Vogt <[email protected]>
+
+- Build the QtQuick.XmlListModel here and ship it in a new -imports
+  subpackage (boo#1117316)
+
+-------------------------------------------------------------------
+Thu Nov 22 13:40:13 UTC 2018 - [email protected]
+
+- Update to 5.12.0-rc:
+  * New bugfix release
+  * No changelog available
+
+-------------------------------------------------------------------
+Thu Nov  8 15:25:53 UTC 2018 - [email protected]
+
+- Update to 5.12.0-beta4:
+  * New bugfix release
+  * No changelog available
+
+-------------------------------------------------------------------
+Fri Oct 26 07:21:28 UTC 2018 - [email protected]
+
+- Update to 5.12.0-beta3:
+  * New bugfix release
+  * No changelog available
+
+-------------------------------------------------------------------
+Wed Oct 17 08:24:21 UTC 2018 - [email protected]
+
+- Update to 5.12.0-beta2:
+  * New bugfix release
+  * No changelog available
+
+-------------------------------------------------------------------
+Fri Oct  5 19:35:54 UTC 2018 - [email protected]
+
+- Update to 5.12.0-beta1:
+  * New bugfix release
+  * No changelog available
+
+-------------------------------------------------------------------
+Tue Oct  2 07:34:54 UTC 2018 - [email protected]
+
+- Update to 5.12.0-alpha:
+  * New feature release
+  * For more details please see:
+  * http://wiki.qt.io/New_Features_in_Qt_5.12
+
+-------------------------------------------------------------------

Old:
----
  qtxmlpatterns-everywhere-src-5.11.2.tar.xz

New:
----
  qtxmlpatterns-everywhere-src-5.12.0.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtxmlpatterns.spec ++++++
--- /var/tmp/diff_new_pack.NY2gUS/_old  2018-12-14 20:56:06.988821179 +0100
+++ /var/tmp/diff_new_pack.NY2gUS/_new  2018-12-14 20:56:06.992821174 +0100
@@ -21,28 +21,29 @@
 %define libname libQt5XmlPatterns5
 
 Name:           libqt5-qtxmlpatterns
-Version:        5.11.2
+Version:        5.12.0
 Release:        0
 Summary:        Qt 5 XmlPatterns Library
 License:        LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
 Group:          Development/Libraries/X11
 Url:            https://www.qt.io
 %define base_name libqt5
-%define real_version 5.11.2
-%define so_version 5.11.2
-%define tar_version qtxmlpatterns-everywhere-src-5.11.2
-Source:         
https://download.qt.io/official_releases/qt/5.11/%{real_version}/submodules/%{tar_version}.tar.xz
+%define real_version 5.12.0
+%define so_version 5.12.0
+%define tar_version qtxmlpatterns-everywhere-src-5.12.0
+Source:         
https://download.qt.io/official_releases/qt/5.12/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:        baselibs.conf
 BuildRequires:  libQt5Core-private-headers-devel >= %{version}
 BuildRequires:  libqt5-qtbase-devel >= %{version}
+BuildRequires:  pkgconfig(Qt5Qml) >= %{version}
+BuildRequires:  pkgconfig(Qt5Quick) >= %{version}
+BuildRequires:  libqt5-qtdeclarative-private-headers-devel
 %if %qt5_snapshot
 #to create the forwarding headers
 BuildRequires:  perl
 %endif
 BuildRequires:  xz
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 %description
 The Qt XML Patterns module provides support for XPath, XQuery, XSLT,
 and XML Schema validation.
@@ -60,6 +61,16 @@
 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}
+# It was previously part of that package
+Supplements:    libQtQuick5
+
+%description imports
+This package provides the QtQuick.XmlListModel QML import.
+
 %package devel
 Summary:        Development files for the Qt5 XML Patterns library
 Group:          Development/Libraries/C and C++
@@ -130,20 +141,21 @@
 popd
 
 %files -n %libname
-%defattr(-,root,root,755)
-%doc LICENSE.*
-%{_bindir}/*
+%license LICENSE.*
+%{_bindir}/*-qt5
 %{_libqt5_bindir}/*
 %{_libqt5_libdir}/libQt5XmlPatterns.so.*
 
+%files imports
+%license LICENSE.*
+%{_libqt5_archdatadir}/qml/QtQuick/XmlListModel
+
 %files private-headers-devel
-%defattr(-,root,root,755)
-%doc LICENSE.*
+%license LICENSE.*
 %{_libqt5_includedir}/QtXmlPatterns/%{so_version}
 
 %files devel
-%defattr(-,root,root,755)
-%doc LICENSE.*
+%license LICENSE.*
 %exclude %{_libqt5_includedir}/QtXmlPatterns/%{so_version}
 %{_libqt5_includedir}/QtXmlPatterns
 %{_libqt5_libdir}/cmake/Qt5XmlPatterns
@@ -153,8 +165,7 @@
 %{_libqt5_archdatadir}/mkspecs/modules/*.pri
 
 %files examples
-%defattr(-,root,root,755)
-%doc LICENSE.*
+%license LICENSE.*
 %{_libqt5_examplesdir}/
 
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.NY2gUS/_old  2018-12-14 20:56:07.020821140 +0100
+++ /var/tmp/diff_new_pack.NY2gUS/_new  2018-12-14 20:56:07.020821140 +0100
@@ -1,3 +1,6 @@
 libQt5XmlPatterns5
 libqt5-qtxmlpatterns-devel
-       requires "libQt5Svg5-<targettype> = <version>"
\ No newline at end of file
+       requires "libQt5XmlPatterns5-<targettype> = <version>"
+libqt5-qtxmlpatterns-imports
+       requires "libQt5XmlPatterns5-<targettype> = <version>"
+       supplements "libQtQuick5-<targettype>"

++++++ qtxmlpatterns-everywhere-src-5.11.2.tar.xz -> 
qtxmlpatterns-everywhere-src-5.12.0.tar.xz ++++++
++++ 13507 lines of diff (skipped)


Reply via email to