6.7.0
Resolves: RHEL-27845 Resolves: RHEL-31160
This commit is contained in:
parent
02ebc368e7
commit
2bea90bd42
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/qtquicktimeline-everywhere-src-6.5.3.tar.xz
|
||||
/qtquicktimeline-everywhere-src-6.6.0.tar.xz
|
||||
/qtquicktimeline-everywhere-src-6.6.1.tar.xz
|
||||
/qtquicktimeline-everywhere-src-6.7.0.tar.xz
|
||||
|
@ -11,8 +11,8 @@
|
||||
|
||||
Summary: Qt6 - QuickTimeline plugin
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.6.1
|
||||
Release: 4%{?dist}
|
||||
Version: 6.7.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -93,18 +93,24 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%license LICENSES/GPL*
|
||||
%dir %{_qt6_qmldir}/QtQuick
|
||||
%{_qt6_libdir}/libQt6QuickTimeline.so.6*
|
||||
%{_qt6_libdir}/libQt6QuickTimelineBlendTrees.so.6*
|
||||
%{_qt6_qmldir}/QtQuick/Timeline/
|
||||
|
||||
%files devel
|
||||
%{_qt6_includedir}/QtQuickTimeline/
|
||||
%{_qt6_includedir}/QtQuickTimelineBlendTrees/
|
||||
%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/*.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/*.cmake
|
||||
%dir %{_qt6_libdir}/cmake/Qt6QuickTimeline/
|
||||
%{_qt6_libdir}/cmake/Qt6QuickTimeline/*.cmake
|
||||
%dir %{_qt6_libdir}/cmake/Qt6QuickTimelineBlendTrees/
|
||||
%{_qt6_libdir}/cmake/Qt6QuickTimelineBlendTrees/*.cmake
|
||||
%{_qt6_libdir}/libQt6QuickTimeline.prl
|
||||
%{_qt6_libdir}/libQt6QuickTimeline.so
|
||||
%{_qt6_libdir}/libQt6QuickTimeline.prl
|
||||
%{_qt6_libdir}/libQt6QuickTimeline.so
|
||||
%{_qt6_libdir}/libQt6QuickTimelineBlendTrees.prl
|
||||
%{_qt6_libdir}/libQt6QuickTimelineBlendTrees.so
|
||||
%{_qt6_archdatadir}/mkspecs/modules/*.pri
|
||||
%{_qt6_libdir}/qt6/metatypes/qt6*_metatypes.json
|
||||
%{_qt6_libdir}/qt6/modules/*.json
|
||||
@ -121,6 +127,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 19 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1
|
||||
- 6.7.0
|
||||
Resolves: RHEL-27845
|
||||
Resolves: RHEL-31160
|
||||
|
||||
* Thu Mar 28 2024 Jan Grulich <jgrulich@redhat.com> - 6.6.1-4
|
||||
- Add -tests subpackage with unit tests that can run in CI
|
||||
Resolves: RHEL-28239
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtquicktimeline-everywhere-src-6.6.1.tar.xz) = c35c19d67ea0fcb3e052a35207a7e6a42a4c7b6784e2a33c7e9928735a56085f1cc3b4aeead428ccc9149bb74b7c70db1a94f6ab79101e6dd77dcffef937ba86
|
||||
SHA512 (qtquicktimeline-everywhere-src-6.7.0.tar.xz) = 605fe39fc1b31b9281f291348ef73059bfd338531ab1d58d526307b775d34a65e3edcd6c4296824db3f99b4440ec0f7dbbe61a84a852eb5601b377b7f3597208
|
||||
|
Loading…
Reference in New Issue
Block a user