6.0.1
This commit is contained in:
parent
70e0a208a6
commit
c84a9fdffa
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/qtbase-everywhere-src-6.0.0.tar.xz
|
||||
/qtbase-everywhere-src-6.0.1.tar.xz
|
||||
|
@ -35,8 +35,8 @@ BuildRequires: pkgconfig(libsystemd)
|
||||
|
||||
Name: qt6-qtbase
|
||||
Summary: Qt6 - QtBase components
|
||||
Version: 6.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 6.0.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, for exception details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
@ -366,7 +366,6 @@ export MAKEFLAGS="%{?_smp_mflags}"
|
||||
-DQT_FEATURE_enable_new_dtags=ON \
|
||||
-DQT_FEATURE_journald=%{?journald:ON}%{!?journald:OFF} \
|
||||
-DQT_FEATURE_openssl_linked=ON \
|
||||
-DQT_FEATURE_rpath=OFF \
|
||||
-DQT_FEATURE_separate_debug_info=OFF \
|
||||
-DQT_FEATURE_reduce_relocations=OFF \
|
||||
-DQT_FEATURE_relocatable=OFF \
|
||||
@ -426,7 +425,7 @@ translationdir=%{_qt6_translationdir}
|
||||
|
||||
Name: Qt6
|
||||
Description: Qt6 Configuration
|
||||
Version: %{version}
|
||||
Version: 6.0.1
|
||||
EOF
|
||||
|
||||
# rpm macros
|
||||
@ -558,11 +557,13 @@ make check -k ||:
|
||||
%{_rpmmacrodir}/macros.qt6-qtbase
|
||||
|
||||
%files devel
|
||||
%dir %{_qt6_datadir}/modules
|
||||
%dir %{_qt6_libdir}/metatypes
|
||||
%dir %{_qt6_libdir}/cmake/Qt6
|
||||
%dir %{_qt6_libdir}/cmake/Qt6/3rdparty/extra-cmake-modules
|
||||
%dir %{_qt6_libdir}/cmake/Qt6/3rdparty/kwin
|
||||
%dir %{_qt6_libdir}/cmake/Qt6BuildInternals
|
||||
%dir %{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/
|
||||
%dir %{_qt6_libdir}/cmake/Qt6Concurrent
|
||||
%dir %{_qt6_libdir}/cmake/Qt6Core
|
||||
%dir %{_qt6_libdir}/cmake/Qt6CoreTools
|
||||
@ -834,6 +835,9 @@ make check -k ||:
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 04 2021 Jan Grulich <jgrulich@redhat.com> - 6.0.1-1
|
||||
- 6.0.1
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtbase-everywhere-src-6.0.0.tar.xz) = 0b32e38394c25577ab7746d36b8b96bdae9491395cd471887f56a62be6de533393056e9bc8c5219a7791e238bde3cdcc32f1f59b2d015fdc16260edf866fdafb
|
||||
SHA512 (qtbase-everywhere-src-6.0.1.tar.xz) = 69a24162239f19e8eb889d51662c6cea3869ad7e53a889fe16c35083840fde8c90053b0f943129c82066364eea0ec94eb86d91d3293ef874e100476dad10a998
|
||||
|
Loading…
Reference in New Issue
Block a user