9 Commits

Author SHA256 Message Date
30443964b4 Accepting request 1319506 from KDE:Qt6
Qt 6.10.1

OBS-URL: https://build.opensuse.org/request/show/1319506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-svg?expand=0&rev=42
2025-11-25 14:48:22 +00:00
Christophe Marin
c3b8bdeec5 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-svg?expand=0&rev=76 2025-11-23 13:19:31 +00:00
Christophe Marin
d211152ba6 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-svg?expand=0&rev=75 2025-11-23 09:12:56 +00:00
Christophe Marin
f45ca535c1 Qt 6.10.1
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-svg?expand=0&rev=74
2025-11-23 09:07:48 +00:00
45d38dc493 Accepting request 1310368 from KDE:Qt6
Qt 6.10.0

OBS-URL: https://build.opensuse.org/request/show/1310368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-svg?expand=0&rev=41
2025-10-13 15:23:51 +00:00
Christophe Marin
ecff1ea7e0 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-svg?expand=0&rev=72 2025-10-09 17:19:56 +00:00
Christophe Marin
244eb1977b Qt 6.10.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-svg?expand=0&rev=71
2025-10-08 16:55:11 +00:00
d399a5d65c Accepting request 1301729 from KDE:Qt6
Update to 6.9.2 (forwarded request 1301562 from krop)

OBS-URL: https://build.opensuse.org/request/show/1301729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-svg?expand=0&rev=40
2025-08-29 16:35:17 +00:00
Christophe Marin
3c096e38fd Update to 6.9.2
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-svg?expand=0&rev=69
2025-08-28 07:28:19 +00:00
4 changed files with 33 additions and 13 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Nov 20 15:15:05 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.10.1
https://www.qt.io/blog/qt-6.10.1-released
-------------------------------------------------------------------
Tue Oct 7 08:53:30 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.10.0
* https://www.qt.io/blog/qt-6.10-released
* Fixes CVE-2025-10728 / boo#1250993
* Fixes CVE-2025-10729 / boo#1250994
-------------------------------------------------------------------
Wed Aug 27 07:15:44 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.9.2:
* https://www.qt.io/blog/qt-6.9.2-released
-------------------------------------------------------------------
Tue Jun 3 07:49:33 UTC 2025 - Christophe Marin <christophe@krop.fr>

View File

@@ -1,7 +1,7 @@
#
# spec file for package qt6-svg
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
#
%define real_version 6.9.1
%define short_version 6.9
%define real_version 6.10.1
%define short_version 6.10
%define tar_name qtsvg-everywhere-src
%define tar_suffix %{nil}
#
@@ -27,7 +27,7 @@
%endif
#
Name: qt6-svg%{?pkg_suffix}
Version: 6.9.1
Version: 6.10.1
Release: 0
Summary: Classes for rendering and displaying SVG drawings
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
@@ -89,6 +89,8 @@ Requires: cmake(Qt6WidgetsPrivate) = %{real_version}
This package provides private headers of libQt6Svg that do not have any
ABI or API guarantees.
%{qt6_examples_package}
%endif
%prep
@@ -105,8 +107,8 @@ ABI or API guarantees.
%if !%{qt6_docs_flavor}
# No private headers for Qt6SvgWidgets
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_svgwidgets_private.pri
# .CMake files are not needed for plugins
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Gui
%ldconfig_scriptlets -n libQt6Svg6
%ldconfig_scriptlets -n libQt6SvgWidgets6
@@ -124,7 +126,6 @@ rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_svgwidgets_private.pri
%files devel
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtSvgTestsConfig.cmake
%{_qt6_cmakedir}/Qt6Gui/*
%{_qt6_cmakedir}/Qt6Svg/
%{_qt6_cmakedir}/Qt6SvgWidgets/
%{_qt6_descriptionsdir}/Svg.json
@@ -135,8 +136,8 @@ rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_svgwidgets_private.pri
%{_qt6_libdir}/libQt6Svg.so
%{_qt6_libdir}/libQt6SvgWidgets.prl
%{_qt6_libdir}/libQt6SvgWidgets.so
%{_qt6_metatypesdir}/qt6svg_*_metatypes.json
%{_qt6_metatypesdir}/qt6svgwidgets_*_metatypes.json
%{_qt6_metatypesdir}/qt6svg_metatypes.json
%{_qt6_metatypesdir}/qt6svgwidgets_metatypes.json
%{_qt6_mkspecsdir}/modules/qt_lib_svg.pri
%{_qt6_mkspecsdir}/modules/qt_lib_svgwidgets.pri
%{_qt6_pkgconfigdir}/Qt6Svg.pc
@@ -145,7 +146,6 @@ rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_svgwidgets_private.pri
%files private-devel
%{_qt6_cmakedir}/Qt6SvgPrivate/
%{_qt6_cmakedir}/Qt6SvgWidgetsPrivate/
%dir %{_qt6_includedir}/QtSvg/
%{_qt6_includedir}/QtSvg/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_svg_private.pri

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c02f355a58f3bbcf404a628bf488b6aeb2d84a94c269afdb86f6e529343ab01f
size 2613980

Binary file not shown.