Blame SPECS/qt5-qtwayland.spec

0cfe39
%global qt_module qtwayland
0cfe39
0cfe39
%global build_tests 1
0cfe39
0cfe39
Summary: Qt5 - Wayland platform support and QtCompositor module
0cfe39
Name:    qt5-%{qt_module}
869fe3
Version: 5.15.3
869fe3
Release: 1%{?dist}
0cfe39
0cfe39
License: LGPLv3
0cfe39
Url:     http://www.qt.io
0cfe39
%global majmin %(echo %{version} | cut -d. -f1-2)
869fe3
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
0cfe39
0cfe39
## Upstream patches
0cfe39
## repo: https://invent.kde.org/qt/qt/qtwayland
0cfe39
## branch: kde/5.15
869fe3
## git format-patch v5.15.3-lts-lgpl
869fe3
Patch1:  0001-Use-qWarning-and-_exit-instead-of-qFatal-for-wayland.patch
869fe3
Patch2:  0002-Translate-opaque-area-with-frame-margins.patch
869fe3
Patch3:  0003-Client-Send-exposeEvent-to-parent-on-subsurface-posi.patch
869fe3
Patch4:  0004-Get-correct-decoration-margins-region.patch
869fe3
Patch5:  0005-xdgshell-Tell-the-compositor-the-screen-we-re-expect.patch
869fe3
Patch6:  0006-client-Allow-QWaylandInputContext-to-accept-composed.patch
869fe3
Patch7:  0007-Client-Announce-an-output-after-receiving-more-compl.patch
869fe3
Patch8:  0008-Fix-issue-with-repeated-window-size-changes.patch
869fe3
Patch9:  0009-Include-locale.h-for-setlocale-LC_CTYPE.patch
869fe3
Patch10: 0010-Client-Connect-drags-being-accepted-to-updating-the-.patch
869fe3
Patch11: 0011-Client-Disconnect-registry-listener-on-destruction.patch
869fe3
Patch12: 0012-Client-Set-XdgShell-size-hints-before-the-first-comm.patch
869fe3
Patch13: 0013-Fix-build.patch
869fe3
Patch14: 0014-Fix-remove-listener.patch
869fe3
Patch15: 0015-Hook-up-queryKeyboardModifers.patch
869fe3
Patch16: 0016-Do-not-update-the-mask-if-we-do-not-have-a-surface.patch
869fe3
Patch17: 0017-Correctly-detect-if-image-format-is-supported-by-QIm.patch
869fe3
Patch18: 0018-Wayland-client-Fix-crash-when-windows-are-shown-hidd.patch
869fe3
Patch19: 0019-Client-Don-t-always-recreate-frame-callbacks.patch
869fe3
Patch20: 0020-Client-Always-destroy-frame-callback-in-the-actual-c.patch
869fe3
Patch21: 0021-Fix-the-logic-for-decoding-modifiers-map-in-Wayland-.patch
869fe3
Patch22: 0022-Wayland-client-use-wl_keyboard-to-determine-active-s.patch
869fe3
Patch23: 0023-Client-do-not-empty-clipboard-when-a-new-popup-windo.patch
869fe3
Patch24: 0024-Set-preedit-cursor-when-cursor-equals-to-0.patch
869fe3
Patch25: 0025-Client-Implement-DataDeviceV3.patch
869fe3
Patch26: 0026-Client-Delay-deletion-of-QDrag-object-until-after-we.patch
869fe3
Patch27: 0027-Client-Avoid-processing-of-events-when-showing-windo.patch
869fe3
Patch28: 0028-Handle-registry_global-out-of-constructor.patch
869fe3
Patch29: 0029-Connect-flushRequest-after-forceRoundTrip.patch
869fe3
Patch30: 0030-Move-the-wayland-socket-polling-to-a-separate-event-.patch
869fe3
Patch31: 0031-Check-pointer-for-null-before-use-in-ASSERT.patch
869fe3
Patch32: 0032-Do-not-create-decorations-when-the-shellSurface-is-n.patch
869fe3
Patch33: 0033-Use-wl_surface.damage_buffer-on-the-client-side.patch
869fe3
Patch34: 0034-Fix-crash-if-no-input-method-module-could-be-loaded.patch
869fe3
Patch35: 0035-Client-Remove-mWaitingForUpdateDelivery.patch
869fe3
Patch36: 0036-Cursor-position-0-should-still-show-the-cursor.patch
869fe3
Patch37: 0037-Update-the-preedit-styling-mapping.patch
869fe3
Patch38: 0038-client-Simplify-round-trip-behavior.patch
869fe3
Patch39: 0039-Client-Fix-opaque-region-setter.patch
869fe3
Patch40: 0040-Use-proper-dependencies-in-compile-tests.patch
869fe3
Patch41: 0041-Client-set-constraint-adjustments-for-popups-in-xdg.patch
0cfe39
147f94
# Disable for now, there is a Qt bug making this broken
869fe3
# Patch102: qtwayland-decoration-support-backports-from-qt6.patch
869fe3
Patch103: qtwayland-client-expose-toplevel-window-state.patch
0cfe39
0cfe39
# filter qml provides
0cfe39
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
0cfe39
0cfe39
BuildRequires: make
0cfe39
BuildRequires:  qt5-qtbase-devel >= %{version}
0cfe39
BuildRequires:  qt5-qtbase-static
0cfe39
BuildRequires:  qt5-qtbase-private-devel
0cfe39
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
0cfe39
BuildRequires:  qt5-qtdeclarative-devel
0cfe39
0cfe39
BuildRequires:  pkgconfig(xkbcommon)
0cfe39
BuildRequires:  pkgconfig(wayland-scanner)
0cfe39
BuildRequires:  pkgconfig(wayland-server)
0cfe39
BuildRequires:  pkgconfig(wayland-client)
0cfe39
BuildRequires:  pkgconfig(wayland-cursor)
0cfe39
BuildRequires:  pkgconfig(wayland-egl)
0cfe39
BuildRequires:  pkgconfig(egl)
0cfe39
BuildRequires:  pkgconfig(gl)
0cfe39
BuildRequires:  pkgconfig(xcomposite)
0cfe39
BuildRequires:  pkgconfig(xrender)
0cfe39
BuildRequires:  pkgconfig(libudev)
0cfe39
BuildRequires:  pkgconfig(libinput)
0cfe39
0cfe39
BuildRequires:  libXext-devel
0cfe39
0cfe39
%description
0cfe39
%{summary}.
0cfe39
0cfe39
%package devel
0cfe39
Summary: Development files for %{name}
0cfe39
Requires: %{name}%{?_isa} = %{version}-%{release}
0cfe39
Requires: qt5-qtbase-devel%{?_isa}
0cfe39
%description devel
0cfe39
%{summary}.
0cfe39
0cfe39
%package examples
0cfe39
Summary: Programming examples for %{name}
0cfe39
Requires: %{name}%{?_isa} = %{version}-%{release}
0cfe39
%description examples
0cfe39
%{summary}.
0cfe39
0cfe39
%if 0%{?build_tests}
0cfe39
%package tests
0cfe39
Summary: Unit tests for %{name}
0cfe39
Requires: %{name}%{?_isa} = %{version}-%{release}
0cfe39
0cfe39
%description tests
0cfe39
%{summary}.
0cfe39
%endif
0cfe39
0cfe39
%prep
0cfe39
%autosetup -n %{qt_module}-everywhere-src-%{version} -p1
0cfe39
0cfe39
0cfe39
%build
0cfe39
%{qmake_qt5}
0cfe39
0cfe39
%make_build
0cfe39
0cfe39
%if 0%{?build_tests}
0cfe39
%qt5_build_tests
0cfe39
%endif
0cfe39
0cfe39
%install
0cfe39
make install INSTALL_ROOT=%{buildroot}
0cfe39
0cfe39
%if 0%{?build_tests}
0cfe39
%qt5_install_tests
0cfe39
%endif
0cfe39
0cfe39
## .prl/.la file love
0cfe39
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
0cfe39
pushd %{buildroot}%{_qt5_libdir}
0cfe39
for prl_file in libQt5*.prl ; do
0cfe39
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
0cfe39
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
0cfe39
    rm -fv "$(basename ${prl_file} .prl).la"
0cfe39
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
0cfe39
  fi
0cfe39
done
0cfe39
popd
0cfe39
0cfe39
0cfe39
%ldconfig_scriptlets
0cfe39
0cfe39
%files
0cfe39
%doc README
0cfe39
%license LICENSE.*
0cfe39
%{_qt5_libdir}/libQt5WaylandCompositor.so.5*
0cfe39
%{_qt5_libdir}/libQt5WaylandClient.so.5*
0cfe39
%{_qt5_plugindir}/wayland-decoration-client/
0cfe39
%{_qt5_plugindir}/wayland-graphics-integration-server
0cfe39
%{_qt5_plugindir}/wayland-graphics-integration-client
0cfe39
%{_qt5_plugindir}/wayland-shell-integration
0cfe39
%{_qt5_plugindir}/platforms/libqwayland-egl.so
0cfe39
%{_qt5_plugindir}/platforms/libqwayland-generic.so
0cfe39
%{_qt5_plugindir}/platforms/libqwayland-xcomposite-egl.so
0cfe39
%{_qt5_plugindir}/platforms/libqwayland-xcomposite-glx.so
0cfe39
%{_qt5_qmldir}/QtWayland/
0cfe39
0cfe39
%files devel
0cfe39
%{_qt5_bindir}/qtwaylandscanner
0cfe39
%{_qt5_headerdir}/QtWaylandCompositor/
0cfe39
%{_qt5_headerdir}/QtWaylandClient/
0cfe39
%{_qt5_libdir}/libQt5WaylandCompositor.so
0cfe39
%{_qt5_libdir}/libQt5WaylandClient.so
0cfe39
%{_qt5_libdir}/libQt5WaylandCompositor.prl
0cfe39
%{_qt5_libdir}/libQt5WaylandClient.prl
0cfe39
%{_qt5_libdir}/cmake/Qt5WaylandCompositor/Qt5WaylandCompositorConfig*.cmake
0cfe39
%{_qt5_libdir}/pkgconfig/*.pc
0cfe39
%{_qt5_archdatadir}/mkspecs/modules/*.pri
0cfe39
%{_qt5_libdir}/cmake/Qt5WaylandCompositor/
0cfe39
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_*.cmake
0cfe39
%{_qt5_libdir}/cmake/Qt5WaylandClient/
0cfe39
0cfe39
%files examples
0cfe39
%{_qt5_examplesdir}/wayland/
0cfe39
0cfe39
%if 0%{?build_tests}
0cfe39
%files tests
0cfe39
%{_qt5_libdir}/qt5/tests
0cfe39
%endif
0cfe39
0cfe39
%changelog
869fe3
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
869fe3
- 5.15.3
869fe3
  Resolves: bz#2061372
869fe3
9fb289
* Tue Feb 15 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.2-15
9fb289
- Sync with Fedora
9fb289
  Resolves: bz#2051384
9fb289
9fb289
* Mon Jan 24 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.2-14
9fb289
- Sync with Fedora
9fb289
  Resolves: bz#2044169
9fb289
147f94
* Wed Dec 08 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-13
147f94
- Sync with Fedora
147f94
  Resolves: bz#2028778
147f94
6f97c1
* Thu Oct 14 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-12
6f97c1
- Drop BR: tree
6f97c1
  Resolves: bz#2014080
6f97c1
6f97c1
* Wed Oct 13 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-11
6f97c1
- Sync with Fedora
6f97c1
  Resolves: bz#2012714
6f97c1
6f97c1
* Mon Sep 20 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-10
6f97c1
- Sync with Fedora
6f97c1
  Resolves: bz#2003935
6f97c1
0cfe39
* Mon Aug 23 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-9
0cfe39
- Client: expose toplevel window state (change from Qt6)
0cfe39
  Resolves: bz#1968292
0cfe39
0cfe39
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-8
0cfe39
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
0cfe39
  Related: rhbz#1991688
0cfe39
0cfe39
* Wed Jun 09 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-7
0cfe39
- Add gating tests
0cfe39
  Resolves: bz#1968477
0cfe39
0cfe39
* Mon May 03 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-6
0cfe39
- Sync with Fedora
0cfe39
  Resolves: bz#1951152
0cfe39
0cfe39
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-5
0cfe39
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
0cfe39
0cfe39
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.2-4
0cfe39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0cfe39
0cfe39
* Wed Jan  6 09:32:16 CET 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-3
0cfe39
- Scanner: Avoid accessing dangling pointers in destroy_func()
0cfe39
0cfe39
* Tue Nov 24 07:54:16 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
0cfe39
- Rebuild for qtbase with -no-reduce-relocations option
0cfe39
0cfe39
* Fri Nov 20 09:30:47 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
0cfe39
- 5.15.2
0cfe39
0cfe39
* Thu Sep 10 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.1-1
0cfe39
- 5.15.1
0cfe39
0cfe39
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.2-6
0cfe39
- Second attempt - Rebuilt for
0cfe39
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0cfe39
0cfe39
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.2-5
0cfe39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0cfe39
0cfe39
* Mon Jul 27 2020 Jan Grulich <jgrulich@redhat.com> - 5.14.2-4
0cfe39
- Backport upstream patches
0cfe39
  Resolves: bz#1860455
0cfe39
0cfe39
* Thu Apr 30 2020 Ivan Mironov <mironov.ivan@gmail.com> - 5.14.2-3
0cfe39
- Cherry-pick fix for clipboard related crash from v5.15.0
0cfe39
0cfe39
* Tue Apr 21 2020 Jan Grulich <jgrulich@redhat.com> - 5.14.2-2
0cfe39
- Fix bold font rendering
0cfe39
  Resolves: bz#1823984
0cfe39
0cfe39
* Sat Apr 04 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-1
0cfe39
- 5.14.2
0cfe39
0cfe39
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.13.2-3
0cfe39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0cfe39
0cfe39
* Wed Dec 11 2019 Jan Grulich <jgrulich@redhat.com> - 5.13.2-2
0cfe39
- Add support for primary-selection-unstable-v1 protocol
0cfe39
- Fix inverse repeat rate implementation
0cfe39
0cfe39
* Mon Dec 09 2019 Jan Grulich <jgrulich@redhat.com> - 5.13.2-1
0cfe39
- 5.13.2
0cfe39
0cfe39
* Fri Oct 18 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-2
0cfe39
- Client: Fix 100ms freeze when applications do not swap after deliverUpdateRequest
0cfe39
0cfe39
* Tue Sep 24 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
0cfe39
- 5.12.5
0cfe39
0cfe39
* Tue Jul 30 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.3-6
0cfe39
- Do not redraw decorations everytime
0cfe39
0cfe39
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.4-6
0cfe39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0cfe39
0cfe39
* Tue Jul 23 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.3-5
0cfe39
- Use Gnome platform theme on Gnome Wayland sessions
0cfe39
  Resolves: bz#1732129
0cfe39
0cfe39
* Thu Jul 11 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-4
0cfe39
- Pull in upstream fixes
0cfe39
- Disable patch which is not needed anymore because of qtbase change
0cfe39
0cfe39
* Tue Jul 02 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-3
0cfe39
- Pull in upstream fixes
0cfe39
0cfe39
* Thu Jun 27 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-2
0cfe39
- Pull in upstream fixes
0cfe39
0cfe39
* Fri Jun 14 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-1
0cfe39
- 5.12.4
0cfe39
0cfe39
* Tue Jun 04 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.3-1
0cfe39
- 5.12.3
0cfe39
0cfe39
* Fri May 17 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-4
0cfe39
- rebuild again (#1711115)
0cfe39
0cfe39
* Fri May 10 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-3
0cfe39
- rebuild (qt5-qtbase)
0cfe39
0cfe39
* Thu May 09 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-2
0cfe39
- drop BR: pkgconfig(glesv2)
0cfe39
0cfe39
* Fri Feb 15 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1
0cfe39
- 5.12.1
0cfe39
0cfe39
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.3-2
0cfe39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0cfe39
0cfe39
* Fri Dec 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-1
0cfe39
- 5.11.3
0cfe39
0cfe39
* Fri Sep 21 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.2-1
0cfe39
- 5.11.2
0cfe39
0cfe39
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.1-2
0cfe39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0cfe39
0cfe39
* Wed Jun 20 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-1
0cfe39
- 5.11.1
0cfe39
0cfe39
* Sun May 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
0cfe39
- 5.11.0
0cfe39
- use %%make_build %%ldconfig_scriptlets
0cfe39
0cfe39
* Tue Mar 13 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-2
0cfe39
- Do not crash when opening dialogs
0cfe39
0cfe39
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
0cfe39
- 5.10.1
0cfe39
0cfe39
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.0-3
0cfe39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0cfe39
0cfe39
* Wed Jan 10 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.0-2
0cfe39
- Do not recreate hidden egl surfaces
0cfe39
  QTBUG-65553
0cfe39
0cfe39
* Tue Dec 19 2017 Jan Grulich <jgrulich@redhat.com> - 5.10.0-1
0cfe39
- 5.10.0
0cfe39
0cfe39
* Thu Nov 23 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.3-1
0cfe39
- 5.9.3
0cfe39
0cfe39
* Mon Oct 09 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.2-1
0cfe39
- 5.9.2
0cfe39
0cfe39
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.1-3
0cfe39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0cfe39
0cfe39
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.1-2
0cfe39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0cfe39
0cfe39
* Wed Jul 19 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-1
0cfe39
- 5.9.1
0cfe39
0cfe39
* Fri Jun 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-2
0cfe39
- .spec cosmetics, Source URL, refer to qt5- builddeps directly
0cfe39
0cfe39
* Wed May 31 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-1
0cfe39
- Upstream official release
0cfe39
0cfe39
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
0cfe39
- Upstream Release Candidate retagged
0cfe39
0cfe39
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
0cfe39
- Upstream beta 3
0cfe39
0cfe39
* Mon Jan 30 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
0cfe39
- New upstream version
0cfe39
0cfe39
* Mon Jan 02 2017 Rex Dieter <rdieter@math.unl.edu> - 5.7.1-3
0cfe39
- filter qml provides, BR: qtbase-private-devel qtdeclarative explicitly
0cfe39
0cfe39
* Sat Dec 10 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-2
0cfe39
- drop BR: cmake (handled by qt5-rpm-macros now)
0cfe39
- 5.7.1 dec5 snapshot
0cfe39
0cfe39
* Wed Nov 09 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.1-1
0cfe39
- New upstream version
0cfe39
0cfe39
* Mon Jul 04 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-2
0cfe39
- Compiled with gcc
0cfe39
0cfe39
* Wed Jun 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-1
0cfe39
- Qt 5.7.0 release
0cfe39
0cfe39
* Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
0cfe39
- Update to 5.6.1
0cfe39
0cfe39
* Mon Mar 21 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-11
0cfe39
- rebuild
0cfe39
0cfe39
* Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-10
0cfe39
- rebuild
0cfe39
0cfe39
* Tue Mar 15 2016 Peter Robinson <pbrobinson@fedoraproject.org> 5.6.0-9
0cfe39
- Bump release to 9 so it's higher than the final RC
0cfe39
0cfe39
* Mon Mar 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-1
0cfe39
- 5.6.0 final release
0cfe39
0cfe39
* Tue Feb 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-8.rc
0cfe39
- Update to final RC
0cfe39
0cfe39
* Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-7
0cfe39
- Update RC release
0cfe39
0cfe39
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-6.rc
0cfe39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0cfe39
0cfe39
* Mon Feb 01 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-5.rc
0cfe39
- use %%qmake_qt5 consistently
0cfe39
0cfe39
* Mon Dec 28 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-4.rc
0cfe39
- BR: cmake, update source URL, use %%license
0cfe39
0cfe39
* Mon Dec 21 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-3
0cfe39
- Update to final rc release
0cfe39
0cfe39
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-2
0cfe39
- Official rc release
0cfe39
0cfe39
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
0cfe39
- Start to implement 5.6.0 rc
0cfe39
0cfe39
* Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
0cfe39
- Update to final release 5.5.1
0cfe39
0cfe39
* Tue Sep 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-1
0cfe39
- Update to Qt 5.5.1 RC1
0cfe39
0cfe39
* Thu Jul 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-3
0cfe39
- tighten qtbase dep (#1233829)
0cfe39
0cfe39
* Sun Jul 05 2015 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> - 5.5.0-2
0cfe39
- Add xkbcommon to the devel package.
0cfe39
0cfe39
* Wed Jul 1 2015 Helio Chissini de Castro <helio@kde.org> 5.5.0-1
0cfe39
- New final upstream release Qt 5.5.0
0cfe39
0cfe39
* Thu Jun 25 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.2.rc
0cfe39
- Update for official RC1 released packages
0cfe39
0cfe39
* Wed Jun 17 2015 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-0.1.rc
0cfe39
- Qt5 5.5.0 RC1
0cfe39
0cfe39
* Wed Jun 03 2015 Jan Grulich <jgrulich@redhat.com> - 5.4.2-1
0cfe39
- 5.4.2
0cfe39
0cfe39
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 5.4.1-2
0cfe39
- Rebuilt for GCC 5 C++11 ABI change
0cfe39
0cfe39
* Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-1
0cfe39
- 5.4.1
0cfe39
0cfe39
* Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-1
0cfe39
- 5.4.0 (final)
0cfe39
0cfe39
* Fri Nov 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.3.rc
0cfe39
- 5.4.0-rc
0cfe39
0cfe39
* Mon Nov 03 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.2.rc
0cfe39
- use %%qmake_qt5 macro
0cfe39
0cfe39
* Mon Oct 20 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.1.rc
0cfe39
- 5.4.0-rc
0cfe39
0cfe39
* Wed Sep 24 2014 Lubomir Rintel <lkundrak@v3.sk> - 5.4.0-0.alpha1
0cfe39
- Switch from a Git snapshot to a pre-release tarball
0cfe39
0cfe39
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-0.3.20140723git02c499c
0cfe39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0cfe39
0cfe39
* Thu Jul 24 2014 Lubomir Rintel <lkundrak@v3.sk> - 5.3.0-0.2.20140723git02c499c
0cfe39
- Update
0cfe39
0cfe39
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-0.2.20140529git98dca3b
0cfe39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0cfe39
0cfe39
* Tue May 27 2014 Lubomir Rintel <lkundrak@v3.sk> - 5.3.0-0.1.20140529git98dca3b
0cfe39
- Update and rebuild for Qt 5.3
0cfe39
0cfe39
* Fri Feb 14 2014 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.6.20140202git6d038fb
0cfe39
- A more recent snapshot
0cfe39
- Disable xcomposite compositor until it builds
0cfe39
0cfe39
* Sat Jan 04 2014 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.6.20131203git6b20dfe
0cfe39
- Enable QtQuick compositor
0cfe39
0cfe39
* Sat Jan 04 2014 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.5.20131203git6b20dfe
0cfe39
- A newer snapshot
0cfe39
0cfe39
* Mon Nov 25 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.5.20131125git4f5985c
0cfe39
- Rebase to a later snapshot, drop our patches
0cfe39
- Add license texts
0cfe39
0cfe39
* Sat Nov 23 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.5.20131120git8cd1a77
0cfe39
- Rebuild with EGL backend
0cfe39
0cfe39
* Fri Nov 22 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.4.20131120git8cd1a77
0cfe39
- Rebase to a later snapshot, drop 5.2 ABI patch
0cfe39
- Enable nogl backend
0cfe39
0cfe39
* Sun Nov 10 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.0-0.4.20130826git3b0b90b
0cfe39
- rebuild (arm/qreal)
0cfe39
0cfe39
* Thu Oct 24 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.3.20130826git3b0b90b
0cfe39
- Bulk sad and useless attempt at consistent SPEC file formatting
0cfe39
0cfe39
* Sun Oct 06 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.2.20130826git3b0b90b
0cfe39
- Bump platform plugin ABI to 5.2 for Qt 5.2 aplha
0cfe39
0cfe39
* Wed Sep 11 2013 Lubomir Rintel <lkundrak@v3.sk> - 5.1.0-0.1.20130826git3b0b90b
0cfe39
- Initial packaging
0cfe39
- Adjustments from review (Rex Dieter, #1008529)