2013-09-23 17:50:41 +00:00
|
|
|
%global qt_module qtwayland
|
|
|
|
|
2016-12-10 12:36:48 +00:00
|
|
|
Summary: Qt5 - Wayland platform support and QtCompositor module
|
|
|
|
Name: qt5-%{qt_module}
|
2020-04-04 22:43:45 +00:00
|
|
|
Version: 5.14.2
|
2020-07-29 05:14:38 +00:00
|
|
|
Release: 5%{?dist}
|
2017-01-02 14:34:26 +00:00
|
|
|
|
2017-05-27 08:41:54 +00:00
|
|
|
License: LGPLv3
|
2017-06-16 12:25:12 +00:00
|
|
|
Url: http://www.qt.io
|
2018-05-27 12:47:30 +00:00
|
|
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
|
|
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
2018-01-10 07:39:16 +00:00
|
|
|
|
2020-04-21 17:03:51 +00:00
|
|
|
# Bold fonts in qt applications appear much too heavy
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1823984
|
|
|
|
Patch0: qtwayland-dont-force-gamma-correction-off.patch
|
|
|
|
|
2020-04-29 22:58:20 +00:00
|
|
|
# Transferring large amounts of data via clipboard may lead to
|
|
|
|
# stack overflow and segmentation fault because of recursion in
|
|
|
|
# QtWaylandClient::QWaylandMimeData::readData().
|
|
|
|
Patch1: qtwayland-remove-recursion-in-data-offer-retrieval.patch
|
|
|
|
|
2019-07-23 07:46:02 +00:00
|
|
|
# Upstreamable patches
|
|
|
|
# https://fedoraproject.org/wiki/Changes/Qt_Wayland_By_Default_On_Gnome
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1732129
|
|
|
|
Patch50: qtwayland-use-gnome-platform-theme-on-gnome-based-desktops.patch
|
|
|
|
|
2020-07-27 08:55:57 +00:00
|
|
|
# Upstream patches
|
|
|
|
Patch100: qtwayland-fix-leaking-of-callback-timers.patch
|
|
|
|
Patch101: qtwayland-client-make-frameback-callback-timeout-configurable.patch
|
|
|
|
Patch102: qtwayland-client-fix-scroll-direction-with-touchpads.patch
|
|
|
|
Patch103: qtwayland-client-initialize-mscale-on-creation-instead-of-on-show.patch
|
|
|
|
Patch104: qtwayland-client-send-subsurface-expose-event-when-toplevel-is-configured.patch
|
|
|
|
Patch105: qtwayland-client-dont-send-fakt-surface-created-destroyed-events.patch
|
|
|
|
|
2017-01-02 14:34:26 +00:00
|
|
|
# filter qml provides
|
|
|
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
|
|
|
|
2016-06-09 16:20:57 +00:00
|
|
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
2014-10-20 15:55:20 +00:00
|
|
|
BuildRequires: qt5-qtbase-static
|
2019-07-23 07:46:02 +00:00
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
2017-06-16 12:25:12 +00:00
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
|
|
|
2013-09-23 17:50:41 +00:00
|
|
|
BuildRequires: pkgconfig(xkbcommon)
|
|
|
|
BuildRequires: pkgconfig(wayland-scanner)
|
|
|
|
BuildRequires: pkgconfig(wayland-server)
|
|
|
|
BuildRequires: pkgconfig(wayland-client)
|
|
|
|
BuildRequires: pkgconfig(wayland-cursor)
|
|
|
|
BuildRequires: pkgconfig(wayland-egl)
|
|
|
|
BuildRequires: pkgconfig(egl)
|
|
|
|
BuildRequires: pkgconfig(gl)
|
|
|
|
BuildRequires: pkgconfig(xcomposite)
|
|
|
|
BuildRequires: pkgconfig(xrender)
|
|
|
|
BuildRequires: pkgconfig(libudev)
|
2015-06-30 04:13:59 +00:00
|
|
|
BuildRequires: pkgconfig(libinput)
|
2013-09-23 17:50:41 +00:00
|
|
|
|
2019-12-09 18:03:57 +00:00
|
|
|
BuildRequires: libXext-devel
|
2019-12-12 12:22:39 +00:00
|
|
|
BuildRequires: tree
|
|
|
|
|
2013-09-23 17:50:41 +00:00
|
|
|
%description
|
2014-10-20 15:55:20 +00:00
|
|
|
%{summary}.
|
2013-09-23 17:50:41 +00:00
|
|
|
|
|
|
|
%package devel
|
2017-03-26 17:23:28 +00:00
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: qt5-qtbase-devel%{?_isa}
|
2013-09-23 17:50:41 +00:00
|
|
|
%description devel
|
|
|
|
%{summary}.
|
|
|
|
|
2014-02-14 20:05:48 +00:00
|
|
|
%package examples
|
2017-03-26 17:23:28 +00:00
|
|
|
Summary: Programming examples for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2014-02-14 20:05:48 +00:00
|
|
|
%description examples
|
|
|
|
%{summary}.
|
|
|
|
|
2017-06-16 12:25:12 +00:00
|
|
|
|
2013-09-23 17:50:41 +00:00
|
|
|
%prep
|
2018-05-30 18:16:51 +00:00
|
|
|
%autosetup -n %{qt_module}-everywhere-src-%{version} -p1
|
2013-09-23 17:50:41 +00:00
|
|
|
|
2018-03-13 10:11:17 +00:00
|
|
|
|
2013-09-23 17:50:41 +00:00
|
|
|
%build
|
2016-07-15 21:22:54 +00:00
|
|
|
%{qmake_qt5}
|
2018-05-27 12:47:30 +00:00
|
|
|
|
|
|
|
%make_build
|
2013-09-23 17:50:41 +00:00
|
|
|
|
2017-06-16 12:25:12 +00:00
|
|
|
|
2013-09-23 17:50:41 +00:00
|
|
|
%install
|
2014-10-20 15:55:20 +00:00
|
|
|
make install INSTALL_ROOT=%{buildroot}
|
|
|
|
|
|
|
|
## .prl/.la file love
|
|
|
|
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
|
|
|
|
pushd %{buildroot}%{_qt5_libdir}
|
|
|
|
for prl_file in libQt5*.prl ; do
|
|
|
|
sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
|
|
|
|
if [ -f "$(basename ${prl_file} .prl).so" ]; then
|
|
|
|
rm -fv "$(basename ${prl_file} .prl).la"
|
|
|
|
sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
2017-07-19 18:05:50 +00:00
|
|
|
|
2018-05-27 12:47:30 +00:00
|
|
|
%ldconfig_scriptlets
|
2013-09-23 17:50:41 +00:00
|
|
|
|
|
|
|
%files
|
2014-10-20 15:55:20 +00:00
|
|
|
%doc README
|
2018-05-27 12:47:30 +00:00
|
|
|
%license LICENSE.*
|
2016-07-15 21:22:54 +00:00
|
|
|
%{_qt5_libdir}/libQt5WaylandCompositor.so.5*
|
2014-10-20 15:55:20 +00:00
|
|
|
%{_qt5_libdir}/libQt5WaylandClient.so.5*
|
2017-07-19 18:05:50 +00:00
|
|
|
%{_qt5_plugindir}/wayland-decoration-client/
|
2014-05-27 11:20:42 +00:00
|
|
|
%{_qt5_plugindir}/wayland-graphics-integration-server
|
|
|
|
%{_qt5_plugindir}/wayland-graphics-integration-client
|
2016-07-15 21:22:54 +00:00
|
|
|
%{_qt5_plugindir}/wayland-shell-integration
|
2014-10-20 15:55:20 +00:00
|
|
|
%{_qt5_plugindir}/platforms/libqwayland-egl.so
|
|
|
|
%{_qt5_plugindir}/platforms/libqwayland-generic.so
|
|
|
|
%{_qt5_plugindir}/platforms/libqwayland-xcomposite-egl.so
|
|
|
|
%{_qt5_plugindir}/platforms/libqwayland-xcomposite-glx.so
|
2017-07-19 18:05:50 +00:00
|
|
|
%{_qt5_qmldir}/QtWayland/
|
2013-09-23 17:50:41 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_qt5_bindir}/qtwaylandscanner
|
2016-07-15 21:22:54 +00:00
|
|
|
%{_qt5_headerdir}/QtWaylandCompositor/
|
2014-10-20 15:55:20 +00:00
|
|
|
%{_qt5_headerdir}/QtWaylandClient/
|
2016-07-15 21:22:54 +00:00
|
|
|
%{_qt5_libdir}/libQt5WaylandCompositor.so
|
2014-10-20 15:55:20 +00:00
|
|
|
%{_qt5_libdir}/libQt5WaylandClient.so
|
2016-07-15 21:22:54 +00:00
|
|
|
%{_qt5_libdir}/libQt5WaylandCompositor.prl
|
2014-10-20 15:55:20 +00:00
|
|
|
%{_qt5_libdir}/libQt5WaylandClient.prl
|
2016-07-15 21:22:54 +00:00
|
|
|
%{_qt5_libdir}/cmake/Qt5WaylandCompositor/Qt5WaylandCompositorConfig*.cmake
|
|
|
|
%{_qt5_libdir}/pkgconfig/*.pc
|
|
|
|
%{_qt5_archdatadir}/mkspecs/modules/*.pri
|
2017-07-19 18:05:50 +00:00
|
|
|
%{_qt5_libdir}/cmake/Qt5WaylandCompositor/
|
2016-07-15 21:22:54 +00:00
|
|
|
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_*.cmake
|
2017-07-19 18:05:50 +00:00
|
|
|
%{_qt5_libdir}/cmake/Qt5WaylandClient/
|
2016-07-15 21:22:54 +00:00
|
|
|
|
2014-02-14 20:05:48 +00:00
|
|
|
%files examples
|
2014-10-20 15:55:20 +00:00
|
|
|
%{_qt5_examplesdir}/wayland/
|
2013-09-23 17:50:41 +00:00
|
|
|
|
2017-06-16 12:25:12 +00:00
|
|
|
|
2013-09-23 17:50:41 +00:00
|
|
|
%changelog
|
2020-07-29 05:14:38 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 08:55:57 +00:00
|
|
|
* Mon Jul 27 2020 Jan Grulich <jgrulich@redhat.com> - 5.14.2-4
|
|
|
|
- Backport upstream patches
|
|
|
|
Resolves: bz#1860455
|
|
|
|
|
2020-04-29 22:58:20 +00:00
|
|
|
* Thu Apr 30 2020 Ivan Mironov <mironov.ivan@gmail.com> - 5.14.2-3
|
|
|
|
- Cherry-pick fix for clipboard related crash from v5.15.0
|
|
|
|
|
2020-04-21 17:03:51 +00:00
|
|
|
* Tue Apr 21 2020 Jan Grulich <jgrulich@redhat.com> - 5.14.2-2
|
|
|
|
- Fix bold font rendering
|
|
|
|
Resolves: bz#1823984
|
|
|
|
|
2020-04-04 22:43:45 +00:00
|
|
|
* Sat Apr 04 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-1
|
|
|
|
- 5.14.2
|
|
|
|
|
2020-01-30 16:59:45 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.13.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-12-12 12:22:39 +00:00
|
|
|
* Wed Dec 11 2019 Jan Grulich <jgrulich@redhat.com> - 5.13.2-2
|
|
|
|
- Add support for primary-selection-unstable-v1 protocol
|
|
|
|
- Fix inverse repeat rate implementation
|
|
|
|
|
2019-12-09 17:31:58 +00:00
|
|
|
* Mon Dec 09 2019 Jan Grulich <jgrulich@redhat.com> - 5.13.2-1
|
|
|
|
- 5.13.2
|
|
|
|
|
2019-10-18 08:39:51 +00:00
|
|
|
* Fri Oct 18 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-2
|
|
|
|
- Client: Fix 100ms freeze when applications do not swap after deliverUpdateRequest
|
|
|
|
|
2019-09-24 11:51:27 +00:00
|
|
|
* Tue Sep 24 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
|
|
|
|
- 5.12.5
|
|
|
|
|
2019-07-30 13:39:18 +00:00
|
|
|
* Tue Jul 30 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.3-6
|
|
|
|
- Do not redraw decorations everytime
|
|
|
|
|
2019-07-26 17:52:27 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.4-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-23 07:46:02 +00:00
|
|
|
* Tue Jul 23 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.3-5
|
|
|
|
- Use Gnome platform theme on Gnome Wayland sessions
|
|
|
|
Resolves: bz#1732129
|
|
|
|
|
2019-07-15 08:59:41 +00:00
|
|
|
* Thu Jul 11 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-4
|
|
|
|
- Pull in upstream fixes
|
|
|
|
- Disable patch which is not needed anymore because of qtbase change
|
|
|
|
|
|
|
|
* Tue Jul 02 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-3
|
2019-07-08 07:34:45 +00:00
|
|
|
- Pull in upstream fixes
|
|
|
|
|
|
|
|
* Thu Jun 27 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-2
|
2019-06-27 13:39:59 +00:00
|
|
|
- Pull in upstream fixes
|
|
|
|
|
2019-06-14 06:58:11 +00:00
|
|
|
* Fri Jun 14 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-1
|
|
|
|
- 5.12.4
|
|
|
|
|
2019-06-04 14:04:51 +00:00
|
|
|
* Tue Jun 04 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.3-1
|
|
|
|
- 5.12.3
|
|
|
|
|
2019-05-17 15:42:30 +00:00
|
|
|
* Fri May 17 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-4
|
|
|
|
- rebuild again (#1711115)
|
|
|
|
|
2019-05-10 16:54:08 +00:00
|
|
|
* Fri May 10 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-3
|
|
|
|
- rebuild (qt5-qtbase)
|
|
|
|
|
2019-05-09 15:50:08 +00:00
|
|
|
* Thu May 09 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-2
|
|
|
|
- drop BR: pkgconfig(glesv2)
|
|
|
|
|
2019-02-15 16:29:02 +00:00
|
|
|
* Fri Feb 15 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1
|
|
|
|
- 5.12.1
|
|
|
|
|
2019-02-02 10:46:19 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-12-07 19:24:06 +00:00
|
|
|
* Fri Dec 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-1
|
|
|
|
- 5.11.3
|
|
|
|
|
2018-09-21 12:10:53 +00:00
|
|
|
* Fri Sep 21 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.2-1
|
|
|
|
- 5.11.2
|
|
|
|
|
2018-07-14 03:10:56 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-20 20:11:25 +00:00
|
|
|
* Wed Jun 20 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-1
|
|
|
|
- 5.11.1
|
|
|
|
|
2018-05-27 12:47:30 +00:00
|
|
|
* Sun May 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
|
|
|
|
- 5.11.0
|
|
|
|
- use %%make_build %%ldconfig_scriptlets
|
|
|
|
|
2018-03-13 10:11:17 +00:00
|
|
|
* Tue Mar 13 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-2
|
|
|
|
- Do not crash when opening dialogs
|
|
|
|
|
2018-02-14 08:02:55 +00:00
|
|
|
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
|
|
|
- 5.10.1
|
|
|
|
|
2018-02-09 12:27:18 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-10 07:39:16 +00:00
|
|
|
* Wed Jan 10 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.0-2
|
|
|
|
- Do not recreate hidden egl surfaces
|
|
|
|
QTBUG-65553
|
|
|
|
|
2017-12-20 08:38:13 +00:00
|
|
|
* Tue Dec 19 2017 Jan Grulich <jgrulich@redhat.com> - 5.10.0-1
|
|
|
|
- 5.10.0
|
|
|
|
|
2017-11-23 13:40:30 +00:00
|
|
|
* Thu Nov 23 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.3-1
|
|
|
|
- 5.9.3
|
|
|
|
|
2017-10-09 15:05:29 +00:00
|
|
|
* Mon Oct 09 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.2-1
|
|
|
|
- 5.9.2
|
|
|
|
|
2017-08-03 07:21:58 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 12:46:02 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-19 18:05:50 +00:00
|
|
|
* Wed Jul 19 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-1
|
|
|
|
- 5.9.1
|
|
|
|
|
2017-06-16 12:25:12 +00:00
|
|
|
* Fri Jun 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-2
|
|
|
|
- .spec cosmetics, Source URL, refer to qt5- builddeps directly
|
|
|
|
|
2017-05-31 12:00:43 +00:00
|
|
|
* Wed May 31 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-1
|
|
|
|
- Upstream official release
|
|
|
|
|
2017-05-27 08:42:33 +00:00
|
|
|
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
|
|
|
|
- Upstream Release Candidate retagged
|
|
|
|
|
2017-05-09 07:24:42 +00:00
|
|
|
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
|
|
|
- Upstream beta 3
|
|
|
|
|
2017-03-26 20:07:07 +00:00
|
|
|
* Mon Jan 30 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
|
|
|
|
- New upstream version
|
|
|
|
|
2017-01-02 14:34:26 +00:00
|
|
|
* Mon Jan 02 2017 Rex Dieter <rdieter@math.unl.edu> - 5.7.1-3
|
|
|
|
- filter qml provides, BR: qtbase-private-devel qtdeclarative explicitly
|
|
|
|
|
2016-12-10 12:36:48 +00:00
|
|
|
* Sat Dec 10 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-2
|
|
|
|
- drop BR: cmake (handled by qt5-rpm-macros now)
|
|
|
|
- 5.7.1 dec5 snapshot
|
|
|
|
|
2016-12-01 14:54:38 +00:00
|
|
|
* Wed Nov 09 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.1-1
|
|
|
|
- New upstream version
|
|
|
|
|
2016-07-15 21:22:54 +00:00
|
|
|
* Mon Jul 04 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-2
|
|
|
|
- Compiled with gcc
|
|
|
|
|
|
|
|
* Wed Jun 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-1
|
|
|
|
- Qt 5.7.0 release
|
|
|
|
|
2016-06-09 16:20:57 +00:00
|
|
|
* Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
|
|
|
|
- Update to 5.6.1
|
|
|
|
|
2016-03-21 12:22:35 +00:00
|
|
|
* Mon Mar 21 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-11
|
|
|
|
- rebuild
|
|
|
|
|
2016-03-18 02:21:44 +00:00
|
|
|
* Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-10
|
|
|
|
- rebuild
|
|
|
|
|
2016-03-15 11:30:48 +00:00
|
|
|
* Tue Mar 15 2016 Peter Robinson <pbrobinson@fedoraproject.org> 5.6.0-9
|
|
|
|
- Bump release to 9 so it's higher than the final RC
|
|
|
|
|
2016-03-14 21:16:32 +00:00
|
|
|
* Mon Mar 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-1
|
|
|
|
- 5.6.0 final release
|
|
|
|
|
2016-02-23 15:59:20 +00:00
|
|
|
* Tue Feb 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-8.rc
|
|
|
|
- Update to final RC
|
|
|
|
|
2016-02-15 14:08:35 +00:00
|
|
|
* Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-7
|
|
|
|
- Update RC release
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-6.rc
|
2016-02-04 21:47:45 +00:00
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-02-15 14:08:35 +00:00
|
|
|
* Mon Feb 01 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-5.rc
|
2016-02-01 17:51:35 +00:00
|
|
|
- use %%qmake_qt5 consistently
|
|
|
|
|
2016-02-15 14:08:35 +00:00
|
|
|
* Mon Dec 28 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-4.rc
|
2015-12-29 05:16:06 +00:00
|
|
|
- BR: cmake, update source URL, use %%license
|
|
|
|
|
2015-12-21 08:14:07 +00:00
|
|
|
* Mon Dec 21 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-3
|
2016-02-15 14:08:35 +00:00
|
|
|
- Update to final rc release
|
2015-12-21 08:14:07 +00:00
|
|
|
|
2015-12-10 20:40:07 +00:00
|
|
|
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-2
|
2016-02-15 14:08:35 +00:00
|
|
|
- Official rc release
|
2015-12-10 20:40:07 +00:00
|
|
|
|
|
|
|
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
|
2016-02-15 14:08:35 +00:00
|
|
|
- Start to implement 5.6.0 rc
|
2015-12-10 20:40:07 +00:00
|
|
|
|
2015-10-15 14:24:13 +00:00
|
|
|
* Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
|
|
|
|
- Update to final release 5.5.1
|
|
|
|
|
2015-10-05 16:57:52 +00:00
|
|
|
* Tue Sep 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-1
|
|
|
|
- Update to Qt 5.5.1 RC1
|
|
|
|
|
2015-07-16 16:54:05 +00:00
|
|
|
* Thu Jul 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-3
|
|
|
|
- tighten qtbase dep (#1233829)
|
|
|
|
|
2015-07-05 21:34:03 +00:00
|
|
|
* Sun Jul 05 2015 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> - 5.5.0-2
|
|
|
|
- Add xkbcommon to the devel package.
|
|
|
|
|
2015-07-16 16:54:05 +00:00
|
|
|
* Wed Jul 1 2015 Helio Chissini de Castro <helio@kde.org> 5.5.0-1
|
|
|
|
- New final upstream release Qt 5.5.0
|
|
|
|
|
2015-06-30 04:13:59 +00:00
|
|
|
* Thu Jun 25 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.2.rc
|
|
|
|
- Update for official RC1 released packages
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-0.1.rc
|
|
|
|
- Qt5 5.5.0 RC1
|
2015-06-18 21:51:20 +00:00
|
|
|
|
2015-06-03 13:37:57 +00:00
|
|
|
* Wed Jun 03 2015 Jan Grulich <jgrulich@redhat.com> - 5.4.2-1
|
|
|
|
- 5.4.2
|
|
|
|
|
2015-05-02 15:15:22 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 5.4.1-2
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-02-27 16:39:28 +00:00
|
|
|
* Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-1
|
|
|
|
- 5.4.1
|
|
|
|
|
2014-12-10 13:29:29 +00:00
|
|
|
* Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-1
|
|
|
|
- 5.4.0 (final)
|
|
|
|
|
2014-11-28 16:35:32 +00:00
|
|
|
* Fri Nov 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.3.rc
|
|
|
|
- 5.4.0-rc
|
|
|
|
|
2016-02-15 14:08:35 +00:00
|
|
|
* Mon Nov 03 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.2.rc
|
2014-11-04 00:59:21 +00:00
|
|
|
- use %%qmake_qt5 macro
|
|
|
|
|
2016-06-09 16:20:57 +00:00
|
|
|
* Mon Oct 20 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.1.rc
|
2016-02-15 14:08:35 +00:00
|
|
|
- 5.4.0-rc
|
2014-10-20 15:55:20 +00:00
|
|
|
|
2014-09-24 08:44:16 +00:00
|
|
|
* Wed Sep 24 2014 Lubomir Rintel <lkundrak@v3.sk> - 5.4.0-0.alpha1
|
|
|
|
- Switch from a Git snapshot to a pre-release tarball
|
|
|
|
|
2014-08-17 22:54:03 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-0.3.20140723git02c499c
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-24 15:50:25 +00:00
|
|
|
* Thu Jul 24 2014 Lubomir Rintel <lkundrak@v3.sk> - 5.3.0-0.2.20140723git02c499c
|
|
|
|
- Update
|
|
|
|
|
2014-06-08 01:24:58 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-0.2.20140529git98dca3b
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-27 11:20:42 +00:00
|
|
|
* Tue May 27 2014 Lubomir Rintel <lkundrak@v3.sk> - 5.3.0-0.1.20140529git98dca3b
|
|
|
|
- Update and rebuild for Qt 5.3
|
|
|
|
|
2014-02-14 20:05:48 +00:00
|
|
|
* Fri Feb 14 2014 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.6.20140202git6d038fb
|
|
|
|
- A more recent snapshot
|
|
|
|
- Disable xcomposite compositor until it builds
|
|
|
|
|
2014-01-04 14:02:10 +00:00
|
|
|
* Sat Jan 04 2014 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.6.20131203git6b20dfe
|
|
|
|
- Enable QtQuick compositor
|
|
|
|
|
2014-01-04 10:02:45 +00:00
|
|
|
* Sat Jan 04 2014 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.5.20131203git6b20dfe
|
|
|
|
- A newer snapshot
|
|
|
|
|
|
|
|
* Mon Nov 25 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.5.20131125git4f5985c
|
|
|
|
- Rebase to a later snapshot, drop our patches
|
|
|
|
- Add license texts
|
|
|
|
|
2013-11-23 18:17:57 +00:00
|
|
|
* Sat Nov 23 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.5.20131120git8cd1a77
|
|
|
|
- Rebuild with EGL backend
|
|
|
|
|
|
|
|
* Fri Nov 22 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.4.20131120git8cd1a77
|
2013-11-22 14:07:10 +00:00
|
|
|
- Rebase to a later snapshot, drop 5.2 ABI patch
|
|
|
|
- Enable nogl backend
|
|
|
|
|
2013-11-10 19:48:14 +00:00
|
|
|
* Sun Nov 10 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.0-0.4.20130826git3b0b90b
|
|
|
|
- rebuild (arm/qreal)
|
|
|
|
|
2013-10-24 09:39:54 +00:00
|
|
|
* Thu Oct 24 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.3.20130826git3b0b90b
|
|
|
|
- Bulk sad and useless attempt at consistent SPEC file formatting
|
|
|
|
|
2013-10-18 15:34:03 +00:00
|
|
|
* Sun Oct 06 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.2.20130826git3b0b90b
|
|
|
|
- Bump platform plugin ABI to 5.2 for Qt 5.2 aplha
|
|
|
|
|
2013-09-23 17:50:48 +00:00
|
|
|
* Wed Sep 11 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.1.20130826git3b0b90b
|
2013-09-23 17:50:41 +00:00
|
|
|
- Initial packaging
|
2013-09-23 17:50:48 +00:00
|
|
|
- Adjustments from review (Rex Dieter, #1008529)
|