Accepting request 756177 from home:Vogtinator:qt5.14
Qt 5.14.0 final - not fully built yet OBS-URL: https://build.opensuse.org/request/show/756177 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtwayland?expand=0&rev=6
This commit is contained in:
parent
f1a402d71f
commit
b4aff0772a
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 12 12:55:17 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- 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/qtwayland.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/qtwayland.git/tree/dist/changes-5.13.2?h=v5.14.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 4 14:38:13 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
Wed Dec 4 14:38:13 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -19,17 +19,17 @@
|
|||||||
%define qt5_snapshot 0
|
%define qt5_snapshot 0
|
||||||
%define libname libQt5WaylandCompositor5
|
%define libname libQt5WaylandCompositor5
|
||||||
%define base_name libqt5
|
%define base_name libqt5
|
||||||
%define real_version 5.14.0-rc
|
%define real_version 5.14.0
|
||||||
%define so_version 5.14.0
|
%define so_version 5.14.0
|
||||||
%define tar_version qtwayland-everywhere-src-5.14.0-rc
|
%define tar_version qtwayland-everywhere-src-5.14.0
|
||||||
Name: libqt5-qtwayland
|
Name: libqt5-qtwayland
|
||||||
Version: 5.14.0~rc
|
Version: 5.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 5 Wayland Addon
|
Summary: Qt 5 Wayland Addon
|
||||||
License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
|
License: (LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only) AND GPL-3.0-only
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Url: https://www.qt.io
|
Url: https://www.qt.io
|
||||||
Source: https://download.qt.io/development_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz
|
Source: https://download.qt.io/official_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM
|
# PATCH-FIX-UPSTREAM
|
||||||
Patch1: 0001-Avoid-animating-single-frame-cursors.patch
|
Patch1: 0001-Avoid-animating-single-frame-cursors.patch
|
||||||
@ -150,25 +150,21 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
|||||||
fdupes -s %{buildroot}
|
fdupes -s %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%license LICENSE.*
|
||||||
%doc LICENSE.*
|
|
||||||
%{_libqt5_bindir}/qtwaylandscanner
|
%{_libqt5_bindir}/qtwaylandscanner
|
||||||
%{_libqt5_plugindir}/
|
%{_libqt5_plugindir}/
|
||||||
%{_libqt5_archdatadir}/qml/QtWayland/
|
%{_libqt5_archdatadir}/qml/QtWayland/
|
||||||
|
|
||||||
%files -n libQt5WaylandCompositor5
|
%files -n libQt5WaylandCompositor5
|
||||||
%defattr(-,root,root,-)
|
%license LICENSE.*
|
||||||
%doc LICENSE.*
|
|
||||||
%{_libqt5_libdir}/libQt5WaylandCompositor.so.*
|
%{_libqt5_libdir}/libQt5WaylandCompositor.so.*
|
||||||
|
|
||||||
%files -n libQt5WaylandClient5
|
%files -n libQt5WaylandClient5
|
||||||
%defattr(-,root,root,-)
|
%license LICENSE.*
|
||||||
%doc LICENSE.*
|
|
||||||
%{_libqt5_libdir}/libQt5WaylandClient.so.*
|
%{_libqt5_libdir}/libQt5WaylandClient.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%license LICENSE.*
|
||||||
%doc LICENSE.*
|
|
||||||
%{_libqt5_libdir}/*.prl
|
%{_libqt5_libdir}/*.prl
|
||||||
%{_libqt5_libdir}/*.so
|
%{_libqt5_libdir}/*.so
|
||||||
%{_libqt5_libdir}/pkgconfig/*
|
%{_libqt5_libdir}/pkgconfig/*
|
||||||
@ -178,13 +174,11 @@ fdupes -s %{buildroot}
|
|||||||
%{_libqt5_includedir}/Qt*
|
%{_libqt5_includedir}/Qt*
|
||||||
|
|
||||||
%files private-headers-devel
|
%files private-headers-devel
|
||||||
%defattr(-,root,root,755)
|
%license LICENSE.*
|
||||||
%doc LICENSE.*
|
|
||||||
%{_libqt5_includedir}/Qt*/%{so_version}
|
%{_libqt5_includedir}/Qt*/%{so_version}
|
||||||
|
|
||||||
%files examples
|
%files examples
|
||||||
%defattr(-,root,root,755)
|
%license LICENSE.*
|
||||||
%doc LICENSE.*
|
|
||||||
%{_libqt5_examplesdir}/
|
%{_libqt5_examplesdir}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:25beeafb0965610a07b5e3c25739cd3a3ce7b2d3b02b3705ed6616a483e0e969
|
|
||||||
size 546284
|
|
3
qtwayland-everywhere-src-5.14.0.tar.xz
Normal file
3
qtwayland-everywhere-src-5.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32d4fadb3a8dcee8953e6d92ee567927cd7649be6fc8dd378480664902c22610
|
||||||
|
size 544292
|
Loading…
x
Reference in New Issue
Block a user