2013-08-28 19:26:04 +00:00
|
|
|
%global qt_module qttools
|
2013-10-02 14:33:44 +00:00
|
|
|
|
2022-01-24 14:03:54 +00:00
|
|
|
# Disable automatic .la file removal
|
|
|
|
%global __brp_remove_la_files %nil
|
|
|
|
|
2017-09-29 13:47:28 +00:00
|
|
|
#global bootstrap 1
|
|
|
|
|
|
|
|
%if ! 0%{?bootstrap}
|
|
|
|
## don't enable until crasher fixed: https://bugzilla.redhat.com/show_bug.cgi?id=1470778
|
|
|
|
#global webkit 1
|
|
|
|
%endif
|
|
|
|
|
2013-08-28 20:33:39 +00:00
|
|
|
Summary: Qt5 - QtTool components
|
2013-08-28 19:26:04 +00:00
|
|
|
Name: qt5-qttools
|
2022-10-31 10:20:19 +00:00
|
|
|
Version: 5.15.7
|
2022-09-20 15:34:50 +00:00
|
|
|
Release: 1%{?dist}
|
2015-06-29 19:31:00 +00:00
|
|
|
|
|
|
|
License: LGPLv3 or LGPLv2
|
|
|
|
Url: http://www.qt.io
|
2018-05-27 17:07:14 +00:00
|
|
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
2022-03-04 14:41:24 +00:00
|
|
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
|
2013-08-28 19:26:04 +00:00
|
|
|
|
2013-09-21 06:03:42 +00:00
|
|
|
# help lrelease/lupdate use/prefer qmake-qt5
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1009893
|
2019-12-18 11:21:36 +00:00
|
|
|
Patch2: qttools-opensource-src-5.13.2-runqttools-with-qt5-suffix.patch
|
2013-09-21 06:03:42 +00:00
|
|
|
|
2016-08-12 11:18:06 +00:00
|
|
|
# 32-bit MIPS needs explicit -latomic
|
|
|
|
Patch4: qttools-opensource-src-5.7-add-libatomic.patch
|
|
|
|
|
2019-12-12 22:54:11 +00:00
|
|
|
# Link against libclang-cpp.so
|
|
|
|
# https://fedoraproject.org/wiki/Changes/Stop-Shipping-Individual-Component-Libraries-In-clang-lib-Package
|
|
|
|
Patch5: 0001-Link-against-libclang-cpp.so-instead-of-the-clang-co.patch
|
|
|
|
|
2013-09-21 05:38:09 +00:00
|
|
|
## upstream patches
|
|
|
|
|
2013-08-28 19:26:04 +00:00
|
|
|
Source20: assistant.desktop
|
|
|
|
Source21: designer.desktop
|
|
|
|
Source22: linguist.desktop
|
|
|
|
Source23: qdbusviewer.desktop
|
|
|
|
|
2021-01-09 05:53:40 +00:00
|
|
|
BuildRequires: make
|
2013-09-11 21:44:01 +00:00
|
|
|
# %%check needs cmake (and don't want to mess with cmake28)
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
2013-09-11 20:19:51 +00:00
|
|
|
BuildRequires: cmake
|
2013-09-11 21:44:01 +00:00
|
|
|
%endif
|
2016-03-18 17:13:24 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2017-10-27 09:58:13 +00:00
|
|
|
BuildRequires: /usr/bin/file
|
2018-03-08 17:38:52 +00:00
|
|
|
BuildRequires: qt5-rpm-macros >= %{version}
|
2018-06-20 17:52:51 +00:00
|
|
|
|
2017-10-17 12:19:44 +00:00
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
2015-06-29 19:31:00 +00:00
|
|
|
BuildRequires: qt5-qtbase-static >= %{version}
|
2019-02-15 16:20:59 +00:00
|
|
|
BuildRequires: qt5-qtdeclarative-static >= %{version}
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml)
|
2017-10-17 12:19:44 +00:00
|
|
|
# libQt5DBus.so.5(Qt_5_PRIVATE_API)
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
2019-02-15 16:20:59 +00:00
|
|
|
|
|
|
|
%if 0%{?bootstrap}
|
2019-02-15 16:35:03 +00:00
|
|
|
%global no_examples CONFIG-=compile_examples
|
2019-02-15 16:20:59 +00:00
|
|
|
Obsoletes: %{name}-examples < %{version}-%{release}
|
|
|
|
%else
|
2018-05-27 17:57:02 +00:00
|
|
|
# for qdoc
|
2018-05-27 18:15:15 +00:00
|
|
|
BuildRequires: clang-devel llvm-devel
|
2017-03-26 17:20:14 +00:00
|
|
|
%endif
|
2013-08-28 20:33:39 +00:00
|
|
|
|
2014-10-25 23:17:21 +00:00
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2015-07-16 16:32:16 +00:00
|
|
|
|
2013-08-28 20:33:39 +00:00
|
|
|
%description
|
2013-08-28 19:26:04 +00:00
|
|
|
%{summary}.
|
|
|
|
|
2014-10-25 23:17:21 +00:00
|
|
|
%package common
|
|
|
|
Summary: Common files for %{name}
|
|
|
|
BuildArch: noarch
|
2017-05-23 13:06:27 +00:00
|
|
|
Obsoletes: qt5-qttools-libs-clucene < 5.9.0
|
2017-09-29 13:47:28 +00:00
|
|
|
%if ! 0%{?webkit}
|
|
|
|
Obsoletes: qt5-designer-plugin-webkit < 5.9.0
|
|
|
|
%endif
|
2014-10-25 23:17:21 +00:00
|
|
|
%description common
|
|
|
|
%{summary}.
|
|
|
|
|
2013-08-28 19:26:04 +00:00
|
|
|
%package devel
|
2013-08-28 20:33:39 +00:00
|
|
|
Summary: Development files for %{name}
|
2014-10-25 23:17:21 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2014-10-25 23:33:58 +00:00
|
|
|
Requires: %{name}-libs-designer%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs-designercomponents%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs-help%{?_isa} = %{version}-%{release}
|
2017-03-26 17:20:14 +00:00
|
|
|
Requires: qt5-doctools = %{version}-%{release}
|
2017-03-31 18:07:56 +00:00
|
|
|
Requires: qt5-designer = %{version}-%{release}
|
|
|
|
Requires: qt5-linguist = %{version}-%{release}
|
|
|
|
Requires: qt5-qtbase-devel%{?_isa}
|
2013-08-28 19:26:04 +00:00
|
|
|
%description devel
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package static
|
|
|
|
Summary: Static library files for %{name}
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
%description static
|
|
|
|
%{summary}.
|
|
|
|
|
2014-10-25 23:33:58 +00:00
|
|
|
%package libs-designer
|
2014-10-25 23:17:21 +00:00
|
|
|
Summary: Qt5 Designer runtime library
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2014-10-25 23:33:58 +00:00
|
|
|
%description libs-designer
|
2014-10-25 23:17:21 +00:00
|
|
|
%{summary}.
|
|
|
|
|
2014-10-25 23:33:58 +00:00
|
|
|
%package libs-designercomponents
|
2014-10-25 23:17:21 +00:00
|
|
|
Summary: Qt5 Designer Components runtime library
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2014-10-25 23:34:59 +00:00
|
|
|
%description libs-designercomponents
|
2014-10-25 23:17:21 +00:00
|
|
|
%{summary}.
|
|
|
|
|
2014-10-25 23:33:58 +00:00
|
|
|
%package libs-help
|
2014-10-25 23:17:21 +00:00
|
|
|
Summary: Qt5 Help runtime library
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
# when split happened
|
|
|
|
Conflicts: qt5-tools < 5.4.0-0.2
|
2014-10-25 23:33:58 +00:00
|
|
|
%description libs-help
|
2014-10-25 23:17:21 +00:00
|
|
|
%{summary}.
|
|
|
|
|
2013-08-28 20:33:39 +00:00
|
|
|
%package -n qt5-assistant
|
|
|
|
Summary: Documentation browser for Qt5
|
2014-10-25 23:17:21 +00:00
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2013-08-28 20:33:39 +00:00
|
|
|
%description -n qt5-assistant
|
|
|
|
%{summary}.
|
|
|
|
|
2015-07-16 16:32:16 +00:00
|
|
|
%package -n qt5-designer
|
|
|
|
Summary: Design GUIs for Qt5 applications
|
|
|
|
Requires: %{name}-libs-designer%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs-designercomponents%{?_isa} = %{version}-%{release}
|
|
|
|
%description -n qt5-designer
|
|
|
|
%{summary}.
|
|
|
|
|
2016-12-01 18:30:38 +00:00
|
|
|
%if 0%{?webkit}
|
2013-08-28 20:33:39 +00:00
|
|
|
%package -n qt5-designer-plugin-webkit
|
|
|
|
Summary: Qt5 designer plugin for WebKit
|
2016-12-01 19:07:13 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5WebKitWidgets)
|
2014-10-25 23:33:58 +00:00
|
|
|
Requires: %{name}-libs-designer%{?_isa} = %{version}-%{release}
|
2013-08-28 20:33:39 +00:00
|
|
|
%description -n qt5-designer-plugin-webkit
|
|
|
|
%{summary}.
|
2016-12-01 18:30:38 +00:00
|
|
|
%endif
|
2013-08-28 20:33:39 +00:00
|
|
|
|
2015-07-16 16:32:16 +00:00
|
|
|
%package -n qt5-linguist
|
2015-08-08 20:38:26 +00:00
|
|
|
Summary: Qt5 Linguist Tools
|
2015-07-16 16:32:16 +00:00
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
%description -n qt5-linguist
|
2015-08-08 20:38:26 +00:00
|
|
|
Tools to add translations to Qt5 applications.
|
2015-07-16 16:32:16 +00:00
|
|
|
|
2013-08-28 20:33:39 +00:00
|
|
|
%package -n qt5-qdbusviewer
|
|
|
|
Summary: D-Bus debugger and viewer
|
2014-10-25 23:17:21 +00:00
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2015-07-16 16:32:16 +00:00
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} >= %{_qt5_version}}
|
2013-08-28 20:33:39 +00:00
|
|
|
%description -n qt5-qdbusviewer
|
|
|
|
QDbusviewer can be used to inspect D-Bus objects of running programs
|
|
|
|
and invoke methods on those objects.
|
|
|
|
|
2017-03-26 17:20:14 +00:00
|
|
|
%package -n qt5-doctools
|
|
|
|
Summary: Qt5 doc tools package
|
|
|
|
Provides: qt5-qdoc = %{version}
|
|
|
|
Obsoletes: qt5-qdoc < 5.8.0
|
|
|
|
Provides: qt5-qhelpgenerator = %{version}
|
|
|
|
Obsoletes: qt5-qhelpgenerator < 5.8.0
|
|
|
|
Provides: qt5-qtattributionsscanner = %{version}
|
|
|
|
Obsoletes: qt5-qtattributionsscanner < 5.8.0
|
|
|
|
Requires: qt5-qtattributionsscanner = %{version}
|
|
|
|
|
|
|
|
%description -n qt5-doctools
|
2015-12-10 20:40:00 +00:00
|
|
|
%{summary}.
|
|
|
|
|
2014-01-27 13:15:36 +00:00
|
|
|
%package examples
|
|
|
|
Summary: Programming examples for %{name}
|
2014-10-25 23:17:21 +00:00
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2014-01-27 13:15:36 +00:00
|
|
|
%description examples
|
|
|
|
%{summary}.
|
|
|
|
|
2013-08-28 19:26:04 +00:00
|
|
|
|
|
|
|
%prep
|
2017-12-20 08:24:11 +00:00
|
|
|
%setup -q -n %{qt_module}-everywhere-src-%{version}
|
2019-12-18 11:21:36 +00:00
|
|
|
%patch2 -p1 -b ..runqttools-with-qt5-suffix.patch
|
2016-08-12 11:18:06 +00:00
|
|
|
%ifarch %{mips32}
|
|
|
|
%patch4 -p1 -b .libatomic
|
|
|
|
%endif
|
2019-12-12 22:54:11 +00:00
|
|
|
%patch5 -p1 -b .libclang-cpp
|
2015-07-16 16:32:16 +00:00
|
|
|
|
2018-05-27 17:07:14 +00:00
|
|
|
|
2013-08-28 19:26:04 +00:00
|
|
|
%build
|
2019-02-15 16:20:59 +00:00
|
|
|
%{qmake_qt5} \
|
|
|
|
%{?no_examples}
|
2013-08-28 19:26:04 +00:00
|
|
|
|
2018-05-27 17:07:14 +00:00
|
|
|
%make_build
|
2013-08-28 19:26:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2017-06-16 12:14:46 +00:00
|
|
|
make install INSTALL_ROOT=%{buildroot}
|
2013-08-28 19:26:04 +00:00
|
|
|
|
2017-06-16 12:14:46 +00:00
|
|
|
# Add desktop files, --vendor=... helps avoid possible conflicts with qt3/qt4
|
2013-08-28 19:26:04 +00:00
|
|
|
desktop-file-install \
|
|
|
|
--dir=%{buildroot}%{_datadir}/applications \
|
|
|
|
--vendor="qt5" \
|
|
|
|
%{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23}
|
|
|
|
|
|
|
|
# icons
|
|
|
|
install -m644 -p -D src/assistant/assistant/images/assistant.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/assistant-qt5.png
|
|
|
|
install -m644 -p -D src/assistant/assistant/images/assistant-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/assistant-qt5.png
|
2017-10-27 09:58:13 +00:00
|
|
|
install -m644 -p -D src/designer/src/designer/images/designer.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/designer-qt5.png
|
2013-08-28 19:26:04 +00:00
|
|
|
install -m644 -p -D src/qdbus/qdbusviewer/images/qdbusviewer.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/qdbusviewer-qt5.png
|
|
|
|
install -m644 -p -D src/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/qdbusviewer-qt5.png
|
|
|
|
# linguist icons
|
|
|
|
for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
|
|
|
|
size=$(echo $(basename ${icon}) | cut -d- -f2)
|
2014-11-30 17:20:42 +00:00
|
|
|
install -p -m644 -D ${icon} %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/linguist-qt5.png
|
2013-08-28 19:26:04 +00:00
|
|
|
done
|
|
|
|
|
2016-12-02 11:41:45 +00:00
|
|
|
# hardlink files to {_bindir}, add -qt5 postfix to not conflict
|
2013-08-28 19:26:04 +00:00
|
|
|
mkdir %{buildroot}%{_bindir}
|
|
|
|
pushd %{buildroot}%{_qt5_bindir}
|
|
|
|
for i in * ; do
|
|
|
|
case "${i}" in
|
2019-12-18 11:21:36 +00:00
|
|
|
assistant|designer|lconvert|linguist|lrelease|lupdate|lprodump|pixeltool|qcollectiongenerator|qdbus|qdbusviewer|qhelpconverter|qhelpgenerator|qtplugininfo|qtattributionsscanner)
|
2013-10-02 14:33:44 +00:00
|
|
|
ln -v ${i} %{buildroot}%{_bindir}/${i}-qt5
|
|
|
|
ln -sv ${i} ${i}-qt5
|
2013-08-28 19:26:04 +00:00
|
|
|
;;
|
2013-10-02 14:33:44 +00:00
|
|
|
*)
|
|
|
|
ln -v ${i} %{buildroot}%{_bindir}/${i}
|
2013-08-28 19:26:04 +00:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
|
|
|
## .prl/.la file love
|
|
|
|
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
|
|
|
|
pushd %{buildroot}%{_qt5_libdir}
|
2019-09-25 09:11:39 +00:00
|
|
|
for prl_file in libQt5*.prl ; do
|
2013-08-28 19:26:04 +00:00
|
|
|
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
|
|
|
|
|
2016-02-19 15:53:56 +00:00
|
|
|
## Qt5Designer.pc references non-existent Qt5UiPlugin.pc, remove the reference for now
|
2016-02-19 16:17:26 +00:00
|
|
|
sed -i -e 's| Qt5UiPlugin||g' %{buildroot}%{_qt5_libdir}/pkgconfig/Qt5Designer.pc
|
2016-02-19 15:53:56 +00:00
|
|
|
|
|
|
|
|
2013-09-11 20:19:51 +00:00
|
|
|
## work-in-progress... -- rex
|
2013-09-11 21:44:01 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
2013-09-11 20:19:51 +00:00
|
|
|
%check
|
2016-02-19 15:53:56 +00:00
|
|
|
# verify validity of Qt5Designer.pc
|
|
|
|
export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
|
|
|
|
pkg-config --print-requires --print-requires-private Qt5Designer
|
2013-09-11 20:19:51 +00:00
|
|
|
export CMAKE_PREFIX_PATH=%{buildroot}%{_qt5_prefix}:%{buildroot}%{_prefix}
|
|
|
|
export PATH=%{buildroot}%{_qt5_bindir}:%{_qt5_bindir}:$PATH
|
|
|
|
export LD_LIBRARY_PATH=%{buildroot}%{_qt5_libdir}
|
|
|
|
mkdir tests/auto/cmake/%{_target_platform}
|
|
|
|
pushd tests/auto/cmake/%{_target_platform}
|
|
|
|
cmake ..
|
|
|
|
ctest --output-on-failure ||:
|
|
|
|
popd
|
2017-10-27 09:58:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
# check icon resolutions
|
|
|
|
pushd %{buildroot}%{_datadir}/icons
|
|
|
|
for RES in $(ls hicolor); do
|
|
|
|
for APP in designer assistant linguist qdbusviewer; do
|
|
|
|
if [ -e hicolor/$RES/apps/${APP}*.* ]; then
|
|
|
|
file hicolor/$RES/apps/${APP}*.* | grep "$(echo $RES | sed 's/x/ x /')"
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
2013-09-11 21:44:01 +00:00
|
|
|
%endif
|
2013-09-11 20:19:51 +00:00
|
|
|
|
2013-08-28 19:26:04 +00:00
|
|
|
|
2013-08-28 20:33:39 +00:00
|
|
|
%files
|
|
|
|
%{_bindir}/qdbus-qt5
|
2013-10-02 14:33:44 +00:00
|
|
|
%{_bindir}/qtpaths
|
2014-10-25 23:17:21 +00:00
|
|
|
%{_qt5_bindir}/qdbus
|
|
|
|
%{_qt5_bindir}/qdbus-qt5
|
2013-10-02 14:33:44 +00:00
|
|
|
%{_qt5_bindir}/qtpaths
|
2019-12-18 10:20:59 +00:00
|
|
|
|
2014-10-25 23:17:21 +00:00
|
|
|
%files common
|
2015-12-29 05:13:33 +00:00
|
|
|
%license LICENSE.LGPL*
|
2014-10-25 23:17:21 +00:00
|
|
|
|
2018-01-31 10:36:57 +00:00
|
|
|
%ldconfig_scriptlets libs-designer
|
2018-05-27 17:07:14 +00:00
|
|
|
|
2014-10-25 23:33:58 +00:00
|
|
|
%files libs-designer
|
2013-08-28 19:26:04 +00:00
|
|
|
%{_qt5_libdir}/libQt5Designer.so.5*
|
2014-10-25 23:17:21 +00:00
|
|
|
%dir %{_qt5_libdir}/cmake/Qt5Designer/
|
|
|
|
|
2018-01-31 10:36:57 +00:00
|
|
|
%ldconfig_scriptlets libs-designercomponents
|
2018-05-27 17:07:14 +00:00
|
|
|
|
2014-10-25 23:33:58 +00:00
|
|
|
%files libs-designercomponents
|
2013-08-28 19:26:04 +00:00
|
|
|
%{_qt5_libdir}/libQt5DesignerComponents.so.5*
|
2014-10-25 23:17:21 +00:00
|
|
|
|
2018-01-31 10:36:57 +00:00
|
|
|
%ldconfig_scriptlets libs-help
|
2018-05-27 17:07:14 +00:00
|
|
|
|
2014-10-25 23:33:58 +00:00
|
|
|
%files libs-help
|
2013-08-28 19:26:04 +00:00
|
|
|
%{_qt5_libdir}/libQt5Help.so.5*
|
2013-08-28 20:33:39 +00:00
|
|
|
|
2018-01-31 10:36:57 +00:00
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
2013-08-28 20:33:39 +00:00
|
|
|
%post -n qt5-assistant
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
|
|
|
|
%posttrans -n qt5-assistant
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
|
|
|
|
%postun -n qt5-assistant
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
fi
|
2018-01-31 10:36:57 +00:00
|
|
|
%endif
|
2013-08-28 20:33:39 +00:00
|
|
|
|
|
|
|
%files -n qt5-assistant
|
|
|
|
%{_bindir}/assistant-qt5
|
|
|
|
%{_qt5_bindir}/assistant*
|
2013-08-28 19:26:04 +00:00
|
|
|
%{_datadir}/applications/*assistant.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/assistant*.*
|
2013-08-28 20:33:39 +00:00
|
|
|
|
2018-01-31 10:36:57 +00:00
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
2017-03-26 17:20:14 +00:00
|
|
|
%post -n qt5-doctools
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
|
|
|
|
%posttrans -n qt5-doctools
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
|
|
|
|
%postun -n qt5-doctools
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
fi
|
2018-01-31 10:36:57 +00:00
|
|
|
%endif
|
2017-03-26 17:20:14 +00:00
|
|
|
|
|
|
|
%files -n qt5-doctools
|
|
|
|
%{_bindir}/qdoc*
|
|
|
|
%{_qt5_bindir}/qdoc*
|
2019-02-15 16:20:59 +00:00
|
|
|
%{_bindir}/qdistancefieldgenerator*
|
2017-03-26 17:20:14 +00:00
|
|
|
%{_bindir}/qhelpgenerator*
|
2019-02-15 16:20:59 +00:00
|
|
|
%{_qt5_bindir}/qdistancefieldgenerator*
|
2017-03-26 17:20:14 +00:00
|
|
|
%{_qt5_bindir}/qhelpgenerator*
|
|
|
|
%{_bindir}/qtattributionsscanner-qt5
|
|
|
|
%{_qt5_bindir}/qtattributionsscanner*
|
|
|
|
|
2018-01-31 10:36:57 +00:00
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
2015-07-16 16:32:16 +00:00
|
|
|
%post -n qt5-designer
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
|
|
|
|
%posttrans -n qt5-designer
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
update-desktop-database -q &> /dev/null ||:
|
|
|
|
|
|
|
|
%postun -n qt5-designer
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
fi
|
2018-01-31 10:37:48 +00:00
|
|
|
%endif
|
2015-07-16 16:32:16 +00:00
|
|
|
|
|
|
|
%files -n qt5-designer
|
|
|
|
%{_bindir}/designer*
|
|
|
|
%{_qt5_bindir}/designer*
|
|
|
|
%{_datadir}/applications/*designer.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/designer*.*
|
2019-12-09 19:08:04 +00:00
|
|
|
%{_qt5_libdir}/cmake/Qt5DesignerComponents/Qt5DesignerComponentsConfig*.cmake
|
2015-07-16 16:32:16 +00:00
|
|
|
|
2016-03-18 17:13:24 +00:00
|
|
|
%if 0%{?webkit}
|
2013-08-28 20:33:39 +00:00
|
|
|
%files -n qt5-designer-plugin-webkit
|
2014-01-27 13:36:31 +00:00
|
|
|
%{_qt5_plugindir}/designer/libqwebview.so
|
2014-10-19 01:22:20 +00:00
|
|
|
%{_qt5_libdir}/cmake/Qt5Designer/Qt5Designer_QWebViewPlugin.cmake
|
2016-03-18 17:13:24 +00:00
|
|
|
%endif
|
2013-08-28 20:33:39 +00:00
|
|
|
|
2018-01-31 10:36:57 +00:00
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
2015-07-16 16:32:16 +00:00
|
|
|
%post -n qt5-linguist
|
2013-08-28 20:33:39 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
|
2015-07-16 16:32:16 +00:00
|
|
|
%posttrans -n qt5-linguist
|
2013-08-28 20:33:39 +00:00
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
2015-07-16 16:32:16 +00:00
|
|
|
update-desktop-database -q &> /dev/null ||:
|
2013-08-28 20:33:39 +00:00
|
|
|
|
2015-07-16 16:32:16 +00:00
|
|
|
%postun -n qt5-linguist
|
2013-08-28 20:33:39 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
fi
|
2018-01-31 10:36:57 +00:00
|
|
|
%endif
|
2013-08-28 20:33:39 +00:00
|
|
|
|
2015-07-16 16:32:16 +00:00
|
|
|
%files -n qt5-linguist
|
|
|
|
%{_bindir}/linguist*
|
|
|
|
%{_qt5_bindir}/linguist*
|
|
|
|
# phrasebooks used by linguist
|
|
|
|
%{_qt5_datadir}/phrasebooks/
|
|
|
|
%{_datadir}/applications/*linguist.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/linguist*.*
|
2015-08-08 20:38:26 +00:00
|
|
|
# linguist friends
|
|
|
|
%{_bindir}/lconvert*
|
|
|
|
%{_bindir}/lrelease*
|
|
|
|
%{_bindir}/lupdate*
|
2019-12-18 10:20:59 +00:00
|
|
|
%{_bindir}/lprodump*
|
2015-08-08 20:38:26 +00:00
|
|
|
%{_qt5_bindir}/lconvert*
|
|
|
|
%{_qt5_bindir}/lrelease*
|
|
|
|
%{_qt5_bindir}/lupdate*
|
2019-12-18 10:20:59 +00:00
|
|
|
%{_qt5_bindir}/lprodump*
|
2015-08-08 20:38:26 +00:00
|
|
|
# cmake config
|
|
|
|
%dir %{_qt5_libdir}/cmake/Qt5LinguistTools/
|
|
|
|
%{_qt5_libdir}/cmake/Qt5LinguistTools/Qt5LinguistToolsConfig*.cmake
|
|
|
|
%{_qt5_libdir}/cmake/Qt5LinguistTools/Qt5LinguistToolsMacros.cmake
|
2013-08-28 19:26:04 +00:00
|
|
|
|
2018-01-31 10:36:57 +00:00
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
2015-07-16 16:32:16 +00:00
|
|
|
%post -n qt5-qdbusviewer
|
2013-08-28 19:26:04 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
|
2015-07-16 16:32:16 +00:00
|
|
|
%posttrans -n qt5-qdbusviewer
|
2013-08-28 19:26:04 +00:00
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
|
2015-07-16 16:32:16 +00:00
|
|
|
%postun -n qt5-qdbusviewer
|
2013-08-28 19:26:04 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
fi
|
2018-01-31 10:36:57 +00:00
|
|
|
%endif
|
2013-08-28 19:26:04 +00:00
|
|
|
|
2015-07-16 16:32:16 +00:00
|
|
|
%files -n qt5-qdbusviewer
|
|
|
|
%{_bindir}/qdbusviewer*
|
|
|
|
%{_qt5_bindir}/qdbusviewer*
|
|
|
|
%{_datadir}/applications/*qdbusviewer.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/qdbusviewer*.*
|
|
|
|
|
2013-08-28 19:26:04 +00:00
|
|
|
%files devel
|
|
|
|
%{_bindir}/pixeltool*
|
|
|
|
%{_bindir}/qcollectiongenerator*
|
2019-02-15 16:20:59 +00:00
|
|
|
#{_bindir}/qhelpconverter*
|
2014-05-22 07:59:49 +00:00
|
|
|
%{_bindir}/qtdiag*
|
2015-06-29 19:31:00 +00:00
|
|
|
%{_bindir}/qtplugininfo*
|
2013-08-28 19:26:04 +00:00
|
|
|
%{_qt5_bindir}/pixeltool*
|
2014-05-22 07:59:49 +00:00
|
|
|
%{_qt5_bindir}/qtdiag*
|
2013-08-28 19:26:04 +00:00
|
|
|
%{_qt5_bindir}/qcollectiongenerator*
|
2019-02-15 16:20:59 +00:00
|
|
|
#{_qt5_bindir}/qhelpconverter*
|
2015-06-29 19:31:00 +00:00
|
|
|
%{_qt5_bindir}/qtplugininfo*
|
2013-08-28 20:33:39 +00:00
|
|
|
%{_qt5_headerdir}/QtDesigner/
|
|
|
|
%{_qt5_headerdir}/QtDesignerComponents/
|
|
|
|
%{_qt5_headerdir}/QtHelp/
|
2015-06-29 19:31:00 +00:00
|
|
|
%{_qt5_headerdir}/QtUiPlugin
|
2013-08-28 19:26:04 +00:00
|
|
|
%{_qt5_libdir}/libQt5Designer*.prl
|
|
|
|
%{_qt5_libdir}/libQt5Designer*.so
|
|
|
|
%{_qt5_libdir}/libQt5Help.prl
|
|
|
|
%{_qt5_libdir}/libQt5Help.so
|
2019-09-25 09:11:39 +00:00
|
|
|
%{_qt5_libdir}/Qt5UiPlugin.la
|
2019-09-24 18:14:51 +00:00
|
|
|
%{_qt5_libdir}/libQt5UiPlugin.prl
|
2016-12-01 18:30:38 +00:00
|
|
|
%{_qt5_libdir}/cmake/Qt5Designer/Qt5DesignerConfig*.cmake
|
2014-10-19 01:22:20 +00:00
|
|
|
%dir %{_qt5_libdir}/cmake/Qt5Help/
|
|
|
|
%{_qt5_libdir}/cmake/Qt5Help/Qt5HelpConfig*.cmake
|
2015-06-29 19:31:00 +00:00
|
|
|
%{_qt5_libdir}/cmake/Qt5UiPlugin/
|
2013-08-28 20:33:39 +00:00
|
|
|
%{_qt5_libdir}/pkgconfig/Qt5Designer.pc
|
|
|
|
%{_qt5_libdir}/pkgconfig/Qt5Help.pc
|
2019-09-24 18:14:51 +00:00
|
|
|
%{_qt5_libdir}/pkgconfig/Qt5UiPlugin.pc
|
2016-12-01 18:30:38 +00:00
|
|
|
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_designer.pri
|
|
|
|
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_designer_private.pri
|
|
|
|
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_designercomponents_private.pri
|
|
|
|
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_help.pri
|
|
|
|
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_help_private.pri
|
|
|
|
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_uiplugin.pri
|
2020-04-05 01:37:35 +00:00
|
|
|
# putting these here for now, new stuff in 5.14, review for accuracy -- rdieter
|
|
|
|
%{_qt5_libdir}/cmake/Qt5AttributionsScannerTools/
|
|
|
|
%{_qt5_libdir}/cmake/Qt5DocTools/
|
2013-08-28 19:26:04 +00:00
|
|
|
|
|
|
|
%files static
|
2013-08-28 20:33:39 +00:00
|
|
|
%{_qt5_headerdir}/QtUiTools/
|
2013-08-28 19:26:04 +00:00
|
|
|
%{_qt5_libdir}/libQt5UiTools.*a
|
|
|
|
%{_qt5_libdir}/libQt5UiTools.prl
|
2013-08-28 20:33:39 +00:00
|
|
|
%{_qt5_libdir}/cmake/Qt5UiTools/
|
|
|
|
%{_qt5_libdir}/pkgconfig/Qt5UiTools.pc
|
2016-12-01 18:30:38 +00:00
|
|
|
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_uitools.pri
|
|
|
|
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_uitools_private.pri
|
2013-08-28 19:26:04 +00:00
|
|
|
|
2019-02-15 16:20:59 +00:00
|
|
|
%if ! 0%{?no_examples:1}
|
2014-01-27 13:15:36 +00:00
|
|
|
%files examples
|
|
|
|
%{_qt5_examplesdir}/
|
2017-03-26 17:20:14 +00:00
|
|
|
%{_qt5_plugindir}/designer/*
|
|
|
|
%dir %{_qt5_libdir}/cmake/Qt5Designer
|
|
|
|
%{_qt5_libdir}/cmake/Qt5Designer/Qt5Designer_*
|
2019-02-15 16:20:59 +00:00
|
|
|
%endif
|
2016-12-10 12:21:31 +00:00
|
|
|
|
2017-05-23 13:06:27 +00:00
|
|
|
|
2017-03-27 16:01:37 +00:00
|
|
|
%changelog
|
2022-10-31 10:20:19 +00:00
|
|
|
* Mon Oct 31 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.7-1
|
|
|
|
- 5.15.7
|
|
|
|
|
2022-09-20 15:34:50 +00:00
|
|
|
* Tue Sep 20 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.6-1
|
|
|
|
- 5.15.6
|
|
|
|
|
2022-09-19 01:27:47 +00:00
|
|
|
* Mon Sep 19 2022 Pete Walter <pwalter@fedoraproject.org> - 5.15.5-3
|
|
|
|
- Rebuild for clang 15
|
|
|
|
|
2022-07-23 00:09:00 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-13 13:49:15 +00:00
|
|
|
* Wed Jul 13 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.5-1
|
|
|
|
- 5.15.5
|
|
|
|
|
2022-05-17 07:10:59 +00:00
|
|
|
* Mon May 16 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.4-1
|
|
|
|
- 5.15.4
|
|
|
|
|
2022-03-04 14:41:24 +00:00
|
|
|
* Fri Mar 04 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
|
|
|
|
- 5.15.3
|
|
|
|
|
2022-01-24 14:03:54 +00:00
|
|
|
* Mon Jan 24 2022 Timm Bäeder <tbaeder@redhat.com> - 5.15.2-10
|
|
|
|
- Disable automatic .la file removal
|
|
|
|
- https://fedoraproject.org/wiki/Changes/RemoveLaFiles
|
|
|
|
|
2022-01-21 17:10:38 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.2-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-10-07 23:28:26 +00:00
|
|
|
* Thu Oct 07 2021 Tom Stellard <tstellar@redhat.com> - 5.15.2-8
|
|
|
|
- Rebuild for llvm-13.0.0
|
|
|
|
|
2021-09-30 21:09:35 +00:00
|
|
|
* Thu Sep 30 2021 Kalev Lember <klember@redhat.com> - 5.15.2-7
|
|
|
|
- Rebuild for clang 13.0.0~rc1
|
|
|
|
|
2021-07-23 10:51:53 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-27 14:46:20 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-22 21:43:17 +00:00
|
|
|
* Fri Jan 22 2021 Tom Stellard <tstellar@redhat.com> - 5.15.2-4
|
|
|
|
- Rebuild for clang-11.1.0
|
|
|
|
|
2020-12-10 13:18:30 +00:00
|
|
|
* Thu Dec 10 14:18:27 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.2-3
|
|
|
|
- Bump for eln build
|
|
|
|
|
2020-11-24 06:54:16 +00:00
|
|
|
* Tue Nov 24 07:54:16 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
|
|
|
|
- Rebuild for qtbase with -no-reduce-relocations option
|
|
|
|
|
2020-11-20 08:16:25 +00:00
|
|
|
* Fri Nov 20 09:30:47 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
|
|
|
|
- 5.15.2
|
|
|
|
|
2020-10-27 09:09:24 +00:00
|
|
|
* Tue Oct 27 2020 Leigh Scott <leigh123linux@gmail.com> - 5.15.1-3
|
|
|
|
- Bump to fix hash issue on rpmfusion koji
|
|
|
|
|
2020-10-19 14:14:46 +00:00
|
|
|
* Mon Oct 19 2020 Kalev Lember <klember@redhat.com> - 5.15.1-2
|
|
|
|
- Disable lto to work around lconvert segfaulting on armv7hl (#1884681)
|
|
|
|
|
2020-09-10 15:09:52 +00:00
|
|
|
* Thu Sep 10 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.1-1
|
|
|
|
- 5.15.1
|
|
|
|
|
2020-08-01 07:36:11 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.2-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-29 05:14:12 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-04-04 22:25:44 +00:00
|
|
|
* Sat Apr 04 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-1
|
|
|
|
- 5.14.2
|
|
|
|
|
2020-01-30 16:59:10 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.13.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-12-12 22:54:11 +00:00
|
|
|
* Mon Jan 06 2020 Tom Stellard <tstellar@redhat.com> - 5.13.2-4
|
|
|
|
- Link against libclang-cpp.so
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Stop-Shipping-Individual-Component-Libraries-In-clang-lib-Package
|
|
|
|
|
2019-12-18 11:21:36 +00:00
|
|
|
* Wed Dec 18 2019 Jan Grulich <jgrulich@redhat.com> - 5.13.2-3
|
|
|
|
- Use -qt5 suffix for linguist tools
|
|
|
|
|
2019-12-18 10:20:59 +00:00
|
|
|
* Wed Dec 18 2019 Jan Grulich <jgrulich@redhat.com> - 5.13.2-2
|
|
|
|
- Move lprodump to qt5-linguist
|
|
|
|
|
2019-12-09 17:31:19 +00:00
|
|
|
* Mon Dec 09 2019 Jan Grulich <jgrulich@redhat.com> - 5.13.2-1
|
|
|
|
- 5.13.2
|
|
|
|
|
2019-12-18 11:21:36 +00:00
|
|
|
* Thu Sep 26 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-2
|
|
|
|
- rebuild (clang)
|
|
|
|
|
2019-09-24 11:36:48 +00:00
|
|
|
* Tue Sep 24 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
|
|
|
|
- 5.12.5
|
|
|
|
|
2019-07-26 17:51:56 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
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 13:11:56 +00:00
|
|
|
* Tue Jun 04 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.3-1
|
|
|
|
- 5.12.3
|
|
|
|
|
2019-02-15 16:20:59 +00:00
|
|
|
* Fri Feb 15 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1
|
|
|
|
- 5.12.1
|
|
|
|
- better bootstrap support (examples)
|
|
|
|
|
2019-02-02 10:45:49 +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:15:20 +00:00
|
|
|
* Fri Dec 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-1
|
|
|
|
- 5.11.3
|
|
|
|
|
2018-09-21 10:44:02 +00:00
|
|
|
* Fri Sep 21 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.2-1
|
|
|
|
- 5.11.2
|
|
|
|
|
2018-07-14 03:10:36 +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 17:52:51 +00:00
|
|
|
* Wed Jun 20 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-1
|
|
|
|
- 5.11.1
|
|
|
|
|
2018-05-27 17:07:14 +00:00
|
|
|
* Sat May 26 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
|
|
|
|
- 5.11.0
|
|
|
|
- use %%make_build
|
|
|
|
|
2018-03-08 17:38:52 +00:00
|
|
|
* Thu Mar 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-2
|
|
|
|
- BR: qt5-rpm-macros
|
|
|
|
|
2018-02-13 14:33:30 +00:00
|
|
|
* Tue Feb 13 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
|
|
|
- 5.10.1
|
|
|
|
|
2018-02-09 12:26:44 +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-31 10:36:57 +00:00
|
|
|
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.10.0-2
|
|
|
|
- Remove obsolete scriptlets
|
|
|
|
|
2017-12-20 08:24:11 +00:00
|
|
|
* Tue Dec 19 2017 Jan Grulich <jgrulich@redhat.com> - 5.10.0-1
|
|
|
|
- 5.10.0
|
|
|
|
|
2017-11-23 11:33:47 +00:00
|
|
|
* Thu Nov 23 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.3-1
|
|
|
|
- 5.9.3
|
|
|
|
|
2017-10-27 09:58:13 +00:00
|
|
|
* Fri Oct 27 2017 Miro Hrončok <mhroncok@redhat.com> - 5.9.2-3
|
|
|
|
- Qt 5 Designer has 128x128 icon in 32x32 folder (#1400972)
|
|
|
|
|
2017-10-17 12:19:44 +00:00
|
|
|
* Tue Oct 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-2
|
|
|
|
- BR: qt5-qtbase-private-devel
|
|
|
|
|
2017-10-09 13:17:58 +00:00
|
|
|
* Mon Oct 09 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.2-1
|
|
|
|
- 5.9.2
|
|
|
|
|
2017-09-29 13:47:28 +00:00
|
|
|
* Fri Sep 29 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-4
|
|
|
|
- Obsoletes: qt5-designer-plugin-webkit (upgrade path when webkit support is not enabled)
|
|
|
|
- resurrect bootstrap macro (commented)
|
|
|
|
|
2017-08-03 07:21:43 +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:45:43 +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:14:20 +00:00
|
|
|
* Wed Jul 19 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-1
|
|
|
|
- 5.9.1
|
|
|
|
|
2017-06-16 12:14:46 +00:00
|
|
|
* Fri Jun 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-3
|
|
|
|
- drop shadow/out-of-tree builds (#1456211,QTBUG-37417)
|
|
|
|
|
2017-06-02 15:04:05 +00:00
|
|
|
* Fri Jun 02 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-2
|
|
|
|
- rebuild
|
|
|
|
|
2017-05-31 12:13:31 +00:00
|
|
|
* Wed May 31 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-1
|
|
|
|
- Upstream official release
|
|
|
|
|
2017-05-27 22:28:15 +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-23 13:06:27 +00:00
|
|
|
* Tue May 23 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-0.4.beta3
|
|
|
|
- fix Release, Obsoletes: qt5-qttools-libs-clucene (#1454531)
|
|
|
|
|
2017-05-09 19:16:39 +00:00
|
|
|
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
|
|
|
- Upstream beta 3
|
|
|
|
|
2017-03-31 18:07:56 +00:00
|
|
|
* Fri Mar 31 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-6
|
|
|
|
- -devel: restore Requires: qt5-designer qt5-linguist
|
|
|
|
|
2017-03-30 18:12:30 +00:00
|
|
|
* Thu Mar 30 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-5
|
|
|
|
- de-bootstrap
|
|
|
|
|
2017-03-27 16:01:37 +00:00
|
|
|
* Mon Mar 27 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-4
|
|
|
|
- bootstrap 5.8.0 (rawhide)
|
2017-03-26 17:20:14 +00:00
|
|
|
- Created a meta package called qt5-doctools to avoid the mess of multiple tools
|
2016-12-02 13:34:18 +00:00
|
|
|
|
2017-03-21 13:19:02 +00:00
|
|
|
* Tue Mar 21 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-6
|
|
|
|
- -assistant: Provides: bundled(clucene09) (f26+)
|
|
|
|
|
2017-02-17 16:43:18 +00:00
|
|
|
* Fri Feb 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-5
|
|
|
|
- disable system_lucene on f26+ (#1424227, #1424046)
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Dec 10 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-4
|
|
|
|
- 5.7.1 dec5 snapshot
|
|
|
|
|
|
|
|
* Fri Dec 02 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-3
|
|
|
|
- Qt 5 Designer has 128x128 icon in 32x32 folder (#1400972)
|
|
|
|
|
2016-12-01 19:07:13 +00:00
|
|
|
* Thu Dec 01 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-2
|
|
|
|
- de-bootstrap, enable -doc/-webkit
|
|
|
|
|
2016-12-02 11:41:45 +00:00
|
|
|
* Wed Nov 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.1-1
|
2016-12-01 15:49:27 +00:00
|
|
|
- New upstream version
|
|
|
|
|
2016-11-21 12:52:23 +00:00
|
|
|
* Mon Nov 21 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.0-4
|
|
|
|
- -static: move qt_lib_uitools*.pri here (#1396836)
|
|
|
|
|
2016-08-12 11:18:06 +00:00
|
|
|
* Fri Aug 12 2016 Michal Toman <mtoman@fedoraproject.org> - 5.7.0-3
|
|
|
|
- Add explicit -latomic on 32-bit MIPS
|
|
|
|
|
2016-08-13 11:57:43 +00:00
|
|
|
* Mon Jul 04 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-2
|
2016-07-15 21:34:44 +00:00
|
|
|
- Compiled with gcc
|
|
|
|
|
|
|
|
* Tue Jun 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-1
|
|
|
|
- Qt 5.7.0 release
|
2016-06-10 12:19:00 +00:00
|
|
|
|
2016-07-15 21:34:44 +00:00
|
|
|
* Mon Jun 13 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-0.1
|
|
|
|
- Prepare 5.7.0
|
2016-06-09 15:22:22 +00:00
|
|
|
|
2016-03-20 22:40:56 +00:00
|
|
|
* Sun Mar 20 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-3
|
|
|
|
- rebuild
|
|
|
|
|
2016-03-18 02:21:17 +00:00
|
|
|
* Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-2
|
|
|
|
- rebuild
|
|
|
|
|
2016-03-16 08:03:18 +00:00
|
|
|
* Wed Mar 16 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-2
|
|
|
|
- 5.6.0 final release
|
|
|
|
|
2016-03-14 21:36:38 +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 16:01:15 +00:00
|
|
|
* Tue Feb 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.12.rc
|
|
|
|
- Update to final RC
|
|
|
|
|
2016-02-19 15:53:56 +00:00
|
|
|
* Fri Feb 19 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.11.rc
|
|
|
|
- workaround Qt5Designer.pc reference to non-existent Qt5UiPlugin.pc
|
2016-02-23 16:01:15 +00:00
|
|
|
|
2016-02-15 14:17:44 +00:00
|
|
|
* Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.10
|
|
|
|
- Update RC release
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-0.9.rc
|
2016-02-04 21:47:30 +00:00
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-02-15 14:17:44 +00:00
|
|
|
* Sun Jan 17 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.8.rc
|
2016-01-18 02:45:43 +00:00
|
|
|
- port QTBUG-43057 workaround
|
|
|
|
|
2016-02-15 14:17:44 +00:00
|
|
|
* Mon Dec 28 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.7.rc
|
2015-12-29 05:13:33 +00:00
|
|
|
- update source URL, use %%license
|
|
|
|
|
2015-12-21 08:13:15 +00:00
|
|
|
* Mon Dec 21 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.6
|
2016-02-15 14:17:44 +00:00
|
|
|
- Update to final rc release
|
2015-12-21 08:13:15 +00:00
|
|
|
|
2015-12-11 17:02:19 +00:00
|
|
|
* Fri Dec 11 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-0.5
|
|
|
|
- (re)fix bootstrap macro
|
|
|
|
- include qt5-qdoc/qt5-qhelpgenerator build dep deps in -doc subpkg only
|
|
|
|
- fix whitespace
|
|
|
|
|
2015-12-10 21:37:12 +00:00
|
|
|
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.4
|
2016-02-15 14:17:44 +00:00
|
|
|
- Official rc release
|
2015-12-10 20:40:00 +00:00
|
|
|
|
2015-12-08 10:58:33 +00:00
|
|
|
* Tue Dec 08 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-3
|
|
|
|
- Reenable examples. Some interfaces marked as examples are needed from phonon
|
2016-02-15 14:17:44 +00:00
|
|
|
- Update to second rc snapshot
|
2015-12-08 10:58:33 +00:00
|
|
|
|
2015-12-07 11:17:28 +00:00
|
|
|
* Sun Dec 06 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.2
|
|
|
|
- de-bootstrap
|
|
|
|
|
2015-12-10 20:40:00 +00:00
|
|
|
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
|
2016-02-15 14:17:44 +00:00
|
|
|
- Start to implement 5.6.0 rc, bootstrapped
|
2015-12-10 20:40:00 +00:00
|
|
|
|
2015-10-15 14:24:11 +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:42 +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-08-08 20:38:26 +00:00
|
|
|
* Sat Aug 08 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-4
|
|
|
|
- qt5-linguist: move lconvert,lrelease,lupdate, cmake Qt5LinguistTools here
|
|
|
|
|
2015-07-29 15:40:51 +00:00
|
|
|
* Wed Jul 29 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-3
|
|
|
|
- de-bootstrap
|
|
|
|
|
2015-07-16 16:32:16 +00:00
|
|
|
* Thu Jul 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-2
|
|
|
|
- qt5-designer, qt5-linguist, qt5-qhelpgenerator subpkgs
|
|
|
|
|
|
|
|
* 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-29 20:37:52 +00:00
|
|
|
* Mon Jun 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.4.rc
|
|
|
|
- Second round of builds now with bootstrap enabled due new qttools
|
|
|
|
|
2015-06-29 19:31:00 +00:00
|
|
|
* Sat Jun 27 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.3.rc
|
|
|
|
- Disable bootstrap
|
|
|
|
|
|
|
|
* Thu Jun 25 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.2.rc
|
|
|
|
- Update for official RC1 released packages
|
|
|
|
|
|
|
|
* Mon Jun 15 2015 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-0.1.rc
|
|
|
|
- Qt 5.5.0 RC1
|
2015-06-18 21:51:01 +00:00
|
|
|
|
2015-06-04 06:57:14 +00:00
|
|
|
* Wed Jun 03 2015 Jan Grulich <jgrulich@redhat.com> - 5.4.2-1
|
|
|
|
- 5.4.2
|
|
|
|
|
2015-05-02 05:42:38 +00:00
|
|
|
* Sat May 02 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-3
|
|
|
|
- rebuild (gcc5)
|
|
|
|
|
2015-02-27 16:48:01 +00:00
|
|
|
* Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-2
|
|
|
|
- rebuild (gcc5)
|
|
|
|
|
2015-02-24 16:31:31 +00:00
|
|
|
* Tue Feb 24 2015 Jan Grulich <jgrulich@redhat.com> 5.4.1-1
|
|
|
|
- 5.4.1
|
|
|
|
|
2015-02-19 18:45:30 +00:00
|
|
|
* Thu Feb 19 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.0-2
|
|
|
|
- rebuild (gcc5)
|
|
|
|
|
2014-12-10 13:16:25 +00:00
|
|
|
* Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-1
|
|
|
|
- 5.4.0 (final)
|
|
|
|
|
2014-12-09 14:48:01 +00:00
|
|
|
* Tue Dec 09 2014 Daniel Vrátil <dvratil@redhat.com> 5.4.0-0.10.rc
|
|
|
|
- fix icon name in qdbusviewer-qt5.desktop
|
|
|
|
|
2014-11-30 17:20:42 +00:00
|
|
|
* Sun Nov 30 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.4.0-0.9.rc
|
|
|
|
- install Linguist icon as linguist-qt5.png, fixes file conflict (#1169127)
|
|
|
|
|
2014-11-28 15:59:08 +00:00
|
|
|
* Fri Nov 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.8.rc
|
|
|
|
- 5.4.0-rc
|
|
|
|
|
2016-02-15 14:17:44 +00:00
|
|
|
* Mon Nov 03 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.7.rc
|
2014-11-04 00:55:15 +00:00
|
|
|
- out-of-tree build, use %%qmake_qt5
|
|
|
|
|
2016-02-15 14:17:44 +00:00
|
|
|
* Fri Oct 31 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.6.rc
|
2014-11-01 00:25:12 +00:00
|
|
|
- respin system-clucene.patch
|
|
|
|
|
2016-02-15 14:17:44 +00:00
|
|
|
* Sun Oct 26 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.4.0-0.5.rc
|
2014-10-26 23:13:10 +00:00
|
|
|
- system-clucene patch: create path recursively in QtCLucene, CLucene can't
|
|
|
|
|
2016-02-15 14:17:44 +00:00
|
|
|
* Sun Oct 26 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.4.0-0.4.rc
|
2014-10-26 02:25:43 +00:00
|
|
|
- disable bootstrap (reenable -doc)
|
|
|
|
- system-clucene patch: drop -fpermissive flag
|
|
|
|
- system-clucene patch: use toLocal8Bit instead of toStdString
|
|
|
|
- system_clucene: BR clucene09-core-devel >= 0.9.21b-12 (-11 was broken)
|
|
|
|
|
2016-02-15 14:17:44 +00:00
|
|
|
* Sat Oct 25 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.4.0-0.3.rc
|
2014-10-25 23:17:21 +00:00
|
|
|
- libQt5Designer should be in a subpackage (#1156685)
|
|
|
|
- -doc: disable(boostrap for new clucene), drop dep on main pkg
|
|
|
|
|
2016-02-15 14:17:44 +00:00
|
|
|
* Sat Oct 25 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.4.0-0.2.rc
|
2014-10-25 22:34:04 +00:00
|
|
|
- BR and rebuild against reference-counting-enabled clucene09 (#1128293)
|
|
|
|
|
2016-02-15 14:17:44 +00:00
|
|
|
* Sat Oct 18 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.1.rc
|
|
|
|
- 5.4.0-rc
|
2014-10-19 01:22:20 +00:00
|
|
|
|
2014-10-17 14:05:09 +00:00
|
|
|
* Fri Oct 17 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-2
|
|
|
|
- -devel: Requires: qt5-designer-plugin-webkit
|
|
|
|
|
2014-09-16 17:50:33 +00:00
|
|
|
* Tue Sep 16 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-1
|
|
|
|
- 5.3.2
|
|
|
|
|
2014-08-17 22:53:36 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-26 07:55:17 +00:00
|
|
|
* Tue Jun 17 2014 Jan Grulich <jgrulich@redhat.com> - 5.3.1-1
|
|
|
|
- 5.3.1
|
|
|
|
|
2014-06-08 01:24:18 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-29 21:48:54 +00:00
|
|
|
* Thu May 29 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.3.0-2
|
|
|
|
- restore system-clucene patch, rm the bundled copy
|
|
|
|
|
2014-05-21 15:51:17 +00:00
|
|
|
* Wed May 21 2014 Jan Grulich <jgrulich@redhat.com> 5.3.0-1
|
|
|
|
- 5.3.0
|
|
|
|
|
2014-02-05 15:25:46 +00:00
|
|
|
* Wed Feb 05 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1
|
|
|
|
- 5.2.1
|
|
|
|
|
2014-01-27 13:15:36 +00:00
|
|
|
* Mon Jan 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-3
|
|
|
|
- -examples subpkg
|
|
|
|
|
2014-01-14 14:10:24 +00:00
|
|
|
* Tue Jan 14 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-2
|
|
|
|
- epel7 bootstrapped
|
|
|
|
|
2013-12-12 13:30:05 +00:00
|
|
|
* Thu Dec 12 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-1
|
|
|
|
- 5.2.0
|
|
|
|
|
2013-12-02 17:34:33 +00:00
|
|
|
* Mon Dec 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.10.rc1
|
|
|
|
- 5.2.0-rc1
|
|
|
|
|
2016-02-15 14:17:44 +00:00
|
|
|
* Mon Nov 25 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.5.rc1
|
2013-11-25 13:41:45 +00:00
|
|
|
- enable -doc only on primary archs (allow secondary bootstrap)
|
|
|
|
|
2016-02-15 14:17:44 +00:00
|
|
|
* Sat Nov 09 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.4.rc1
|
2013-11-09 19:20:52 +00:00
|
|
|
- rebuild (arm/qreal)
|
|
|
|
|
2016-02-15 14:17:44 +00:00
|
|
|
* Thu Oct 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.3.rc1
|
|
|
|
- 5.2.0-rc1
|
2013-10-25 00:56:05 +00:00
|
|
|
|
2013-10-16 18:04:57 +00:00
|
|
|
* Wed Oct 16 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.2.alpha
|
|
|
|
- bootstrap ppc
|
|
|
|
|
2013-10-02 14:33:44 +00:00
|
|
|
* Tue Oct 01 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.1.alpha
|
|
|
|
- 5.2.0-alpha
|
|
|
|
- -doc subpkg
|
|
|
|
|
2013-09-21 18:16:21 +00:00
|
|
|
* Sat Sep 21 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-6
|
2013-09-21 06:03:42 +00:00
|
|
|
- lupdate can't find qmake configuration file default (#1009893)
|
|
|
|
|
2013-09-21 05:38:09 +00:00
|
|
|
* Sat Sep 21 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-4
|
|
|
|
- use upstream cmake fix(es) (QTBUG-32570, #1006254)
|
|
|
|
|
2013-09-11 20:19:51 +00:00
|
|
|
* Wed Sep 11 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-3
|
|
|
|
- wrong path to lrelease (#1006254)
|
|
|
|
- %%check: first try
|
|
|
|
|
2013-09-10 16:54:22 +00:00
|
|
|
* Tue Sep 10 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-2
|
2016-12-02 11:41:45 +00:00
|
|
|
- ExclusiveArch: {ix86} x86_64 {arm}
|
2013-09-10 16:54:22 +00:00
|
|
|
- epel-6 love
|
|
|
|
|
2013-08-28 20:33:39 +00:00
|
|
|
* Wed Aug 28 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-1
|
|
|
|
- qttools-5.1.1
|
|
|
|
- qt5-assistant, qt5-qdbusviewer, qt5-designer-plugin-webkit subpkgs (to match qt4)
|
|
|
|
|
2013-08-28 19:26:04 +00:00
|
|
|
* Mon Aug 19 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-4
|
|
|
|
- use system clucene09-core
|
|
|
|
|
|
|
|
* Mon Apr 29 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-3
|
|
|
|
- drop deprecated Encoding= key from .desktop files
|
|
|
|
- add justification for desktop vendor usage
|
|
|
|
|
|
|
|
* Fri Apr 19 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-2
|
|
|
|
- add .desktop/icons for assistant, designer, linguist, qdbusviewer
|
|
|
|
|
|
|
|
* Thu Apr 11 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-1
|
|
|
|
- 5.0.2
|
|
|
|
|
|
|
|
* Mon Feb 25 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-2
|
|
|
|
- BR: pkgconfig(zlib)
|
|
|
|
- -static subpkg
|
|
|
|
|
|
|
|
* Sat Feb 23 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-1
|
|
|
|
- first try
|
|
|
|
|