6.5.0
This commit is contained in:
parent
ffe98987ac
commit
a8e10054f8
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/qtsvg-everywhere-src-6.4.1.tar.xz
|
/qtsvg-everywhere-src-6.4.1.tar.xz
|
||||||
/qtsvg-everywhere-src-6.4.2.tar.xz
|
/qtsvg-everywhere-src-6.4.2.tar.xz
|
||||||
/qtsvg-everywhere-src-6.4.3.tar.xz
|
/qtsvg-everywhere-src-6.4.3.tar.xz
|
||||||
|
/qtsvg-everywhere-src-6.5.0.tar.xz
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Summary: Qt6 - Support for rendering and displaying SVG
|
Summary: Qt6 - Support for rendering and displaying SVG
|
||||||
Name: qt6-%{qt_module}
|
Name: qt6-%{qt_module}
|
||||||
Version: 6.4.3
|
Version: 6.5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||||
@ -92,7 +92,6 @@ popd
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_qt6_archdatadir}/mkspecs/modules/*.pri
|
%{_qt6_archdatadir}/mkspecs/modules/*.pri
|
||||||
%{_qt6_datadir}/modules/*.json
|
|
||||||
%{_qt6_headerdir}/QtSvg/
|
%{_qt6_headerdir}/QtSvg/
|
||||||
%{_qt6_headerdir}/QtSvgWidgets/
|
%{_qt6_headerdir}/QtSvgWidgets/
|
||||||
%{_qt6_libdir}/libQt6Svg.so
|
%{_qt6_libdir}/libQt6Svg.so
|
||||||
@ -105,7 +104,8 @@ popd
|
|||||||
%{_qt6_libdir}/cmake/Qt6Svg/*.cmake
|
%{_qt6_libdir}/cmake/Qt6Svg/*.cmake
|
||||||
%dir %{_qt6_libdir}/cmake/Qt6SvgWidgets/
|
%dir %{_qt6_libdir}/cmake/Qt6SvgWidgets/
|
||||||
%{_qt6_libdir}/cmake/Qt6SvgWidgets/*.cmake
|
%{_qt6_libdir}/cmake/Qt6SvgWidgets/*.cmake
|
||||||
%{_qt6_libdir}/metatypes/qt6*_metatypes.json
|
%{_qt6_libdir}/qt6/metatypes/qt6*_metatypes.json
|
||||||
|
%{_qt6_libdir}/qt6/modules/*.json
|
||||||
%{_qt6_libdir}/pkgconfig/*.pc
|
%{_qt6_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%if 0%{?examples}
|
%if 0%{?examples}
|
||||||
@ -114,6 +114,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 04 2023 Jan Grulich <jgrulich@redhat.com> - 6.5.0-1
|
||||||
|
- 6.5.0
|
||||||
|
|
||||||
* Thu Mar 23 2023 Jan Grulich <jgrulich@redhat.com> - 6.4.3-1
|
* Thu Mar 23 2023 Jan Grulich <jgrulich@redhat.com> - 6.4.3-1
|
||||||
- 6.4.3
|
- 6.4.3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtsvg-everywhere-src-6.4.3.tar.xz) = 75c20eff54f45e5a501ea965677b708e211a3fa435d3304868ca1b6e3cf0b4ef89e61631e4936b1ef789a06be1d3d43ec9db64be2498159eecfde1cce21e76c0
|
SHA512 (qtsvg-everywhere-src-6.5.0.tar.xz) = ef317b9b3621b5554df20bc570b67392f9c0ab37929b4c9dc0e9902c1b63763aff5d9bdf50b50f7c0a3c9f74c513a53553744dda68d8d29f593fc70f787f1009
|
||||||
|
Loading…
Reference in New Issue
Block a user