Accepting request 891689 from KDE:Qt:6.1
Qt 6.1.0 OBS-URL: https://build.opensuse.org/request/show/891689 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-svg?expand=0&rev=4
This commit is contained in:
parent
d57f06de36
commit
8e05025c9b
@ -1,9 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 6 17:10:39 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.1.0:
|
||||||
|
* https://www.qt.io/blog/qt-6.1-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 23 14:11:42 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.1.0-rc.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 13 06:29:28 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.1.0-beta3.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 31 13:45:15 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Wed Mar 31 13:45:15 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
- Update to 6.0.3
|
- Update to 6.0.3
|
||||||
* https://www.qt.io/blog/qt-6.0.3-released
|
* https://www.qt.io/blog/qt-6.0.3-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 19 15:36:02 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.1.0-beta2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 9 14:49:46 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.1.0-beta1
|
||||||
|
https://www.qt.io/blog/qt-6.1-beta-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 9 13:36:09 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Mar 9 13:36:09 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
16
qt6-svg.spec
16
qt6-svg.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qt6-svg
|
# spec file for package qt6-svg
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.0.3
|
%define real_version 6.1.0
|
||||||
%define short_version 6.0
|
%define short_version 6.1
|
||||||
%define tar_name qtsvg-everywhere-src
|
%define tar_name qtsvg-everywhere-src
|
||||||
%define tar_suffix %{nil}
|
%define tar_suffix %{nil}
|
||||||
#
|
#
|
||||||
@ -27,9 +27,9 @@
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Name: qt6-svg%{?pkg_suffix}
|
Name: qt6-svg%{?pkg_suffix}
|
||||||
Version: 6.0.3
|
Version: 6.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 6 SVG Library
|
Summary: Classes for rendering and displaying SVG drawings
|
||||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||||
URL: https://www.qt.io
|
URL: https://www.qt.io
|
||||||
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||||
@ -50,8 +50,8 @@ BuildRequires: qt6-tools
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Qt SVG module provides functionality for displaying SVG images
|
The Qt SVG module provides classes for rendering and displaying SVG drawings
|
||||||
as a widget, and to create SVG files using drawing commands.
|
in widgets and on other paint devices.
|
||||||
|
|
||||||
%if !%{qt6_docs_flavor}
|
%if !%{qt6_docs_flavor}
|
||||||
|
|
||||||
@ -92,6 +92,8 @@ Requires: cmake(Qt6SvgWidgets) = %{real_version}
|
|||||||
This package provides private headers of libQt6Svg that do not have any
|
This package provides private headers of libQt6Svg that do not have any
|
||||||
ABI or API guarantees.
|
ABI or API guarantees.
|
||||||
|
|
||||||
|
%{qt6_examples_package}
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b87043ea14fb69ba65717e5cf7ad802b8b529112b4972dd8c912749bc231c87d
|
|
||||||
size 1652652
|
|
3
qtsvg-everywhere-src-6.1.0.tar.xz
Normal file
3
qtsvg-everywhere-src-6.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5dd3aef98c93073b7a1ab5beadcc8948d1f939c7fd19ea4c2041cc4a3bc8b719
|
||||||
|
size 1653348
|
Loading…
Reference in New Issue
Block a user