Accepting request 500010 from KDE:Qt5
Qt 5.9.0 final OBS-URL: https://build.opensuse.org/request/show/500010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtwayland?expand=0&rev=12
This commit is contained in:
parent
6e4b27fd91
commit
5639c3ed07
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 31 07:05:29 UTC 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.9.0 final
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 24 19:16:41 UTC 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.9.0 RC:
|
||||||
|
* For more details please see:
|
||||||
|
http://lists.qt-project.org/pipermail/announce/2017-May/000115.html
|
||||||
|
and https://wiki.qt.io/New_Features_in_Qt_5.9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 14 16:06:00 UTC 2016 - hrvoje.senjan@gmail.com
|
Wed Dec 14 16:06:00 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -16,20 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define qt5_snapshot 1
|
%define qt5_snapshot 0
|
||||||
%define libname libQt5WaylandCompositor5
|
%define libname libQt5WaylandCompositor5
|
||||||
%define base_name libqt5
|
%define base_name libqt5
|
||||||
%define real_version 5.7.1
|
%define real_version 5.9.0
|
||||||
%define so_version 5.7.1
|
%define so_version 5.9.0
|
||||||
%define tar_version qtwayland-opensource-src-%{real_version}
|
%define tar_version qtwayland-opensource-src-%{real_version}
|
||||||
Name: libqt5-qtwayland
|
Name: libqt5-qtwayland
|
||||||
Version: 5.7.1
|
Version: 5.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 5 Wayland Addon
|
Summary: Qt 5 Wayland Addon
|
||||||
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Url: http://qt.digia.com
|
Url: https://www.qt.io
|
||||||
Source: %{tar_version}.tar.xz
|
Source: https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libqt5-qtbase-private-headers-devel >= %{version}
|
BuildRequires: libqt5-qtbase-private-headers-devel >= %{version}
|
||||||
@ -134,24 +134,24 @@ fdupes -s %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc *.txt 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,-)
|
%defattr(-,root,root,-)
|
||||||
%doc *.txt LICENSE.*
|
%doc LICENSE.*
|
||||||
%{_libqt5_libdir}/libQt5WaylandCompositor.so.*
|
%{_libqt5_libdir}/libQt5WaylandCompositor.so.*
|
||||||
|
|
||||||
%files -n libQt5WaylandClient5
|
%files -n libQt5WaylandClient5
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc *.txt LICENSE.*
|
%doc LICENSE.*
|
||||||
%{_libqt5_libdir}/libQt5WaylandClient.so.*
|
%{_libqt5_libdir}/libQt5WaylandClient.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc *.txt LICENSE.*
|
%doc LICENSE.*
|
||||||
%{_libqt5_libdir}/*.prl
|
%{_libqt5_libdir}/*.prl
|
||||||
%{_libqt5_libdir}/*.so
|
%{_libqt5_libdir}/*.so
|
||||||
%{_libqt5_libdir}/pkgconfig/*
|
%{_libqt5_libdir}/pkgconfig/*
|
||||||
@ -162,12 +162,12 @@ fdupes -s %{buildroot}
|
|||||||
|
|
||||||
%files private-headers-devel
|
%files private-headers-devel
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc *.txt LICENSE.*
|
%doc LICENSE.*
|
||||||
%{_libqt5_includedir}/Qt*/%{so_version}
|
%{_libqt5_includedir}/Qt*/%{so_version}
|
||||||
|
|
||||||
%files examples
|
%files examples
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc *.txt LICENSE.*
|
%doc LICENSE.*
|
||||||
%{_libqt5_examplesdir}/
|
%{_libqt5_examplesdir}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f23fc5e180c8af5b38419d84e44f1f342904a197c2382a7b03f83de2136201c7
|
|
||||||
size 291776
|
|
3
qtwayland-opensource-src-5.9.0.tar.xz
Normal file
3
qtwayland-opensource-src-5.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9b802bb6f5237a21fc1ffe0877c75a90b94a6207d03006b94ca697c072a79d7e
|
||||||
|
size 308260
|
Loading…
x
Reference in New Issue
Block a user