Hello community,
here is the log from the commit of package libqt5-qtvirtualkeyboard for
openSUSE:Factory checked in at 2018-12-20 12:55:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtvirtualkeyboard (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtvirtualkeyboard.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtvirtualkeyboard"
Thu Dec 20 12:55:02 2018 rev:9 rq:660239 version:5.12.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtvirtualkeyboard/libqt5-qtvirtualkeyboard.changes
2018-10-02 19:47:42.757812829 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtvirtualkeyboard.new.28833/libqt5-qtvirtualkeyboard.changes
2018-12-20 12:55:05.146644926 +0100
@@ -1,0 +2,67 @@
+Thu Dec 20 10:04:18 UTC 2018 - Christophe Giboudeaux <[email protected]>
+
+- Fix the libQt5HunspellInputMethod-private-headers-devel requirements.
+
+-------------------------------------------------------------------
+Thu Dec 6 13:37:13 UTC 2018 - [email protected]
+
+- Update to 5.12.0:
+ * New feature release
+ * For more details please see:
+ *
http://code.qt.io/cgit/qt/qtvirtualkeyboard.git/plain/dist/changes-5.12.0/?h=v5.12.0
+
+-------------------------------------------------------------------
+Mon Dec 3 08:17:16 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/qtvirtualkeyboard.git/plain/dist/changes-5.12.0/?h=5.12.0
+
+-------------------------------------------------------------------
+Thu Nov 22 13:39:52 UTC 2018 - [email protected]
+
+- Update to 5.12.0-rc:
+ * New bugfix release
+ * No changelog available
+
+-------------------------------------------------------------------
+Thu Nov 8 15:25:33 UTC 2018 - [email protected]
+
+- Update to 5.12.0-beta4:
+ * New bugfix release
+ * No changelog available
+
+-------------------------------------------------------------------
+Fri Oct 26 07:21:10 UTC 2018 - [email protected]
+
+- Update to 5.12.0-beta3:
+ * New bugfix release
+ * No changelog available
+
+-------------------------------------------------------------------
+Wed Oct 17 08:23:54 UTC 2018 - [email protected]
+
+- Update to 5.12.0-beta2:
+ * New bugfix release
+ * No changelog available
+
+-------------------------------------------------------------------
+Fri Oct 5 19:25:44 UTC 2018 - [email protected]
+
+- Update to 5.12.0-beta1:
+ * New bugfix release
+ * No changelog available
+
+-------------------------------------------------------------------
+Tue Oct 2 07:34:27 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
+ * Extension API added
+ * hunspell support split into a (private) library and plugin
+
+-------------------------------------------------------------------
Old:
----
qtvirtualkeyboard-everywhere-src-5.11.2.tar.xz
New:
----
qtvirtualkeyboard-everywhere-src-5.12.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtvirtualkeyboard.spec ++++++
--- /var/tmp/diff_new_pack.A4l9HF/_old 2018-12-20 12:55:08.154641336 +0100
+++ /var/tmp/diff_new_pack.A4l9HF/_new 2018-12-20 12:55:08.154641336 +0100
@@ -19,17 +19,17 @@
%define qt5_snapshot 0
Name: libqt5-qtvirtualkeyboard
-Version: 5.11.2
+Version: 5.12.0
Release: 0
Summary: Qt 5 Virtual Keyboard
License: GPL-3.0
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 qtvirtualkeyboard-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 qtvirtualkeyboard-everywhere-src-5.12.0
+Source:
https://download.qt.io/official_releases/qt/5.12/%{real_version}/submodules/%{tar_version}.tar.xz
BuildRequires: libQt5Gui-private-headers-devel >= %{version}
BuildRequires: libQt5Core-private-headers-devel >= %{version}
BuildRequires: pkgconfig(Qt5Qml) >= %{version}
@@ -42,15 +42,22 @@
BuildRequires: xz
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(hunspell)
+# Was part of the core before 5.12
+Recommends: %{name}-hunspell
%requires_ge libQtQuick5
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-
%description
Qt is a set of libraries for developing applications.
This package contains a virtual keyboard.
+%package -n libQt5VirtualKeyboard5
+Summary: Qt5 Virtual Keyboard library
+Group: System/Libraries
+
+%description -n libQt5VirtualKeyboard5
+Internal library used by Qt for providing Hunspell support.
+
%package examples
Summary: Qt5 virtualkeyboard examples
Group: Development/Libraries/X11
@@ -64,7 +71,49 @@
Requires: %{name} = %{version}
%description devel
-You need this package if you want to compile programs with Qt Virtual Keyboard.
+You need this package if you want to compile programs or plugins with
+Qt Virtual Keyboard.
+
+%package private-headers-devel
+Summary: Non-ABI stable API for the Qt5 Virtual Keyboard
+Group: Development/Libraries/C and C++
+Requires: %{name}-devel = %{version}
+Requires: libQt5Gui-private-headers-devel >= %{version}
+Requires: libQt5Core-private-headers-devel >= %{version}
+
+%description private-headers-devel
+This package provides private headers of libqt5-qtvirtualkeyboard that are
+normally not used by application development and that do not have any ABI or
+API guarantees. The packages that build against these have to require
+the exact Qt version.
+
+%package hunspell
+Summary: Hunspell Plugin for the Qt5 Virtual Keyboard
+# TODO!
+Group: System/Libraries
+Requires: %{name} = %{version}
+
+%description hunspell
+This package provides a hunspell spell checking plugin for the Qt Virtual
Keyboard.
+
+%package -n libQt5HunspellInputMethod5
+Summary: Qt5 Hunspell Input Method
+Group: System/Libraries
+
+%description -n libQt5HunspellInputMethod5
+Internal library used by Qt for providing Hunspell support.
+
+%package -n libQt5HunspellInputMethod-private-headers-devel
+Summary: Non-ABI stable API for libQt5HunspellInputMethod
+Group: Development/Libraries/C and C++
+Requires: libQt5HunspellInputMethod5 = %{version}
+Requires: %{name}-private-headers-devel = %{version}
+
+%description -n libQt5HunspellInputMethod-private-headers-devel
+This package provides private headers of libQt5HunspellInputMethod that are
+normally not used by application development and that do not have any ABI or
+API guarantees. The packages that build against these have to require
+the exact Qt version.
%prep
%setup -q -n %{tar_version}
@@ -81,20 +130,58 @@
%install
%qmake5_install
+# kill .la files
+rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
+
+%post -n libQt5VirtualKeyboard5 -p /sbin/ldconfig
+%postun -n libQt5VirtualKeyboard5 -p /sbin/ldconfig
+%post -n libQt5HunspellInputMethod5 -p /sbin/ldconfig
+%postun -n libQt5HunspellInputMethod5 -p /sbin/ldconfig
+
%files
-%defattr(-,root,root,755)
-%doc LICENSE.*
-%{_libqt5_plugindir}/platforminputcontexts
-%{_libqt5_archdatadir}/qml/QtQuick/VirtualKeyboard
+%license LICENSE.*
+%dir %{_libqt5_plugindir}/virtualkeyboard
+%{_libqt5_plugindir}/platforminputcontexts/libqtvirtualkeyboardplugin.so
+%{_libqt5_archdatadir}/qml/QtQuick/VirtualKeyboard/
+
+%files -n libQt5VirtualKeyboard5
+%license LICENSE.*
+%{_libqt5_libdir}/libQt5VirtualKeyboard.so.*
%files devel
-%defattr(-,root,root,755)
-%doc LICENSE.*
-%{_libqt5_libdir}/cmake/Qt5*
+%license LICENSE.*
+%exclude %{_libqt5_includedir}/QtVirtualKeyboard/%{so_version}
+%{_libqt5_includedir}/QtVirtualKeyboard/
+%{_libqt5_libdir}/cmake/Qt5VirtualKeyboard/
+%{_libqt5_libdir}/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake
+%{_libqt5_libdir}/libQt5VirtualKeyboard.prl
+%{_libqt5_libdir}/libQt5VirtualKeyboard.so
+%{_libqt5_libdir}/pkgconfig/Qt5VirtualKeyboard.pc
+%{_libqt5_libdir}/qt5/mkspecs/modules/qt_lib_virtualkeyboard.pri
+
+%files private-headers-devel
+%license LICENSE.*
+%{_libqt5_libdir}/qt5/mkspecs/modules/qt_lib_virtualkeyboard_private.pri
+%{_libqt5_includedir}/QtVirtualKeyboard/%{so_version}/
+
+%files hunspell
+%license LICENSE.*
+%{_libqt5_plugindir}/virtualkeyboard/libqtvirtualkeyboard_hunspell.so
+
+%files -n libQt5HunspellInputMethod5
+%license LICENSE.*
+%{_libqt5_libdir}/libQt5HunspellInputMethod.so.*
+
+%files -n libQt5HunspellInputMethod-private-headers-devel
+%license LICENSE.*
+# Private headers + non-private Version/Depends headers
+%{_libqt5_includedir}/QtHunspellInputMethod/
+%{_libqt5_libdir}/libQt5HunspellInputMethod.prl
+%{_libqt5_libdir}/libQt5HunspellInputMethod.so
+%{_libqt5_libdir}/qt5/mkspecs/modules/qt_lib_hunspellinputmethod_private.pri
%files examples
-%defattr(-,root,root,755)
-%doc LICENSE.*
+%license LICENSE.*
%{_libqt5_examplesdir}/
%changelog
++++++ qtvirtualkeyboard-everywhere-src-5.11.2.tar.xz ->
qtvirtualkeyboard-everywhere-src-5.12.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/libqt5-qtvirtualkeyboard/qtvirtualkeyboard-everywhere-src-5.11.2.tar.xz
/work/SRC/openSUSE:Factory/.libqt5-qtvirtualkeyboard.new.28833/qtvirtualkeyboard-everywhere-src-5.12.0.tar.xz
differ: char 25, line 1