forked from pool/qt6-networkauth
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
5ac43ef099 | ||
|
13906fe448 | ||
|
2b8ab0a5d8 | ||
|
ce4d1d2dca | ||
|
95890026eb | ||
|
2fc7d24e04 |
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 13:02:07 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.8.1:
|
||||||
|
* https://www.qt.io/blog/qt-6.8.1-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 8 09:29:46 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.8.0:
|
||||||
|
* https://www.qt.io/blog/qt-6.8-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 28 08:23:01 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.7.3
|
||||||
|
* https://www.qt.io/blog/qt-6.7.3-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 19 07:25:50 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Wed Jun 19 07:25:50 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qt6-networkauth
|
# spec file for package qt6-networkauth
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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.7.2
|
%define real_version 6.8.1
|
||||||
%define short_version 6.7
|
%define short_version 6.8
|
||||||
%define short_name qtnetworkauth
|
%define short_name qtnetworkauth
|
||||||
%define tar_name qtnetworkauth-everywhere-src
|
%define tar_name qtnetworkauth-everywhere-src
|
||||||
%define tar_suffix %{nil}
|
%define tar_suffix %{nil}
|
||||||
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Name: qt6-networkauth%{?pkg_suffix}
|
Name: qt6-networkauth%{?pkg_suffix}
|
||||||
Version: 6.7.2
|
Version: 6.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Set of APIs to obtain limited access to online accounts and HTTP services
|
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
|
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||||
@ -82,7 +82,8 @@ ABI or API guarantees.
|
|||||||
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_qt6
|
%cmake_qt6 \
|
||||||
|
-DQT_GENERATE_SBOM:BOOL=FALSE
|
||||||
|
|
||||||
%{qt6_build}
|
%{qt6_build}
|
||||||
|
|
||||||
|
BIN
qtnetworkauth-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
BIN
qtnetworkauth-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
qtnetworkauth-everywhere-src-6.8.1.tar.xz
Normal file
3
qtnetworkauth-everywhere-src-6.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:118664ba929c5fbbdf822438bd69bd43674cfee82e504e143da600fe47c74024
|
||||||
|
size 253260
|
Loading…
Reference in New Issue
Block a user