forked from pool/qt6-networkauth
Update to 6.5.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-networkauth?expand=0&rev=30
This commit is contained in:
parent
ca2d8805d4
commit
b79cc8250d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 3 10:02:16 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.5.0
|
||||
* https://www.qt.io/blog/qt-6.5-lts-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 10:00:03 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qt6-networkauth
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# 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.4.3
|
||||
%define short_version 6.4
|
||||
%define real_version 6.5.0
|
||||
%define short_version 6.5
|
||||
%define short_name qtnetworkauth
|
||||
%define tar_name qtnetworkauth-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
@ -28,7 +28,7 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-networkauth%{?pkg_suffix}
|
||||
Version: 6.4.3
|
||||
Version: 6.5.0
|
||||
Release: 0
|
||||
Summary: Set of APIs to obtain limited access to online accounts and HTTP services
|
||||
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
@ -37,9 +37,9 @@ Source: https://download.qt.io/official_releases/qt/%{short_version}/%{r
|
||||
Source99: qt6-networkauth-rpmlintrc
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: qt6-core-private-devel
|
||||
BuildRequires: cmake(Qt6Core)
|
||||
BuildRequires: cmake(Qt6Network)
|
||||
BuildRequires: cmake(Qt6Widgets)
|
||||
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Network) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Widgets) = %{real_version}
|
||||
%if "%{qt6_flavor}" == "docs"
|
||||
BuildRequires: qt6-tools
|
||||
%{qt6_doc_packages}
|
||||
@ -61,7 +61,7 @@ The Qt 6 NetworkAuth library.
|
||||
%package devel
|
||||
Summary: Qt 6 NetworkAuth library - Development files
|
||||
Requires: libQt6NetworkAuth6 = %{version}
|
||||
Requires: cmake(Qt6Network)
|
||||
Requires: cmake(Qt6Network) = %{real_version}
|
||||
|
||||
%description devel
|
||||
Development files for the Qt 6 NetworkAuth library.
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d115ba572f4b8c8fbb64f4c26a40723556d252bd337a643f2266f19c7716ae5
|
||||
size 145000
|
3
qtnetworkauth-everywhere-src-6.5.0.tar.xz
Normal file
3
qtnetworkauth-everywhere-src-6.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbcc522ab2136ebe6c9be5c7f156a3bcefa92cd19a462e33a00e94068a24413e
|
||||
size 149868
|
Loading…
Reference in New Issue
Block a user