1
0
Christophe Marin 2024-08-09 11:38:26 +00:00 committed by Git OBS Bridge
commit 7156a4c77c
11 changed files with 250 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

BIN
frameworks.keyring Normal file

Binary file not shown.

View File

@ -0,0 +1,80 @@
-------------------------------------------------------------------
Mon Aug 5 10:47:59 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.5.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.5.0
- Changes since 6.4.0:
* Update dependency version to 6.5.0
* ConnectionSettings: Support MeCard SAE security type
* Update version to 6.5.0
-------------------------------------------------------------------
Tue Jul 9 09:42:02 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.4.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.4.0
- Changes since 6.3.0:
* Add missing find_dependency call on Qt6Network. (kde#489094)
* Fixed occasional lag issue with ActiveConnection.
* Recognize OWE in AP capabilities and connection security
* Add VRF and loopback device types
* Recognize the "loopback" connection type
* Fix check for device and AP cipher compatibility
-------------------------------------------------------------------
Wed Jun 5 10:12:05 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.3.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.3.0/
- No code changes since 6.2.0
-------------------------------------------------------------------
Mon May 6 12:23:04 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.2.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/6.2.0/
- No code change since 6.1.0
-------------------------------------------------------------------
Fri Apr 5 12:53:07 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.1.0
* New feature release
- Changes since 6.0.0:
* update version for new release
-------------------------------------------------------------------
Wed Feb 21 19:28:17 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.0
* New bugfix release
* Release announcement not available yet
- Changes since 5.249.0:
* update version for new release
-------------------------------------------------------------------
Wed Jan 31 17:51:08 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.249.0 (6.0 RC 2):
* New bugfix release
* For more details see https://kde.org/announcements/megarelease/6/rc2/
-------------------------------------------------------------------
Mon Jan 15 20:01:54 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.248.0 (6.0 RC 1)
* For more details please see:
https://kde.org/announcements/megarelease/6/rc1/
-------------------------------------------------------------------
Sat May 27 11:18:32 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init kf6-networkmanager-qt

116
kf6-networkmanager-qt.spec Normal file
View File

@ -0,0 +1,116 @@
#
# spec file for package kf6-networkmanager-qt
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define qt6_version 6.6.0
%define rname networkmanager-qt
# Full KF6 version (e.g. 6.5.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kf6-networkmanager-qt
Version: 6.5.0
Release: 0
Summary: A Qt wrapper for NetworkManager DBus API
License: LGPL-2.1-only OR LGPL-3.0-only
URL: https://www.kde.org
Source: %{rname}-%{version}.tar.xz
%if %{with released}
Source1: %{rname}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: doxygen
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
BuildRequires: pkgconfig
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
BuildRequires: cmake(Qt6Network) >= %{qt6_version}
BuildRequires: cmake(Qt6Qml) >= %{qt6_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(libnm) >= 1.4.0
%description
NetworkManagerQt provides access to all NetworkManager features
exposed on DBus. It allows you to manage your connections and control
your network devices and also provides a library for parsing connection
settings which are used in DBus communication.
%package imports
Summary: QML components for networkmanager-qt
%description imports
This package provides QML bindings for networkmanager-qt.
%package -n libKF6NetworkManagerQt6
Summary: A Qt wrapper for NetworkManager DBus API
Requires: kf6-networkmanager-qt >= %{version}
%description -n libKF6NetworkManagerQt6
NetworkManagerQt provides access to all NetworkManager features
exposed on DBus. It allows you to manage your connections and control
your network devices and also provides a library for parsing connection
settings which are used in DBus communication.
%package devel
Summary: A Qt wrapper for NetworkManager DBus API
Requires: libKF6NetworkManagerQt6 = %{version}
Requires: cmake(Qt6Core) >= %{qt6_version}
Requires: cmake(Qt6DBus) >= %{qt6_version}
Requires: pkgconfig(gio-2.0)
Requires: pkgconfig(libnm) >= 1.4.0
%description devel
NetworkManagerQt provides access to all NetworkManager features
exposed on DBus. It allows you to manage your connections and control
your network devices and also provides a library for parsing connection
settings which are used in DBus communication. Development files.
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
%kf6_build
%install
%kf6_install
%ldconfig_scriptlets -n libKF6NetworkManagerQt6
%files
%{_kf6_debugdir}/networkmanagerqt.categories
%{_kf6_debugdir}/networkmanagerqt.renamecategories
%files imports
%{_kf6_qmldir}/org/kde/networkmanager/
%files -n libKF6NetworkManagerQt6
%license LICENSES/*
%doc README.md
%{_kf6_libdir}/libKF6NetworkManagerQt.so.*
%files devel
%doc %{_kf6_qchdir}/KF6NetworkManagerQt.*
%{_kf6_cmakedir}/KF6NetworkManagerQt/
%{_kf6_includedir}/NetworkManagerQt/
%{_kf6_libdir}/libKF6NetworkManagerQt.so
%changelog

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQtgAKCRAsjfWHptSq
wQK7AQC32uyDa7mT/89pQk+5P6GpE3GyhgN8S7tbw1ifo8PWzQD8DMPY1hTzqKNz
IRNhdbOLX4W0/8F1gcGGZbfCiosSBAo=
=83Z9
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohTGAAKCRAsjfWHptSq
wf2CAQDisVqwufvfiMFWPRumKUX0AURFr/cIz0yjEDzSI9Z4FgD9FceGV/7qXxQD
+wrUsRwuCTu0uR51nRy3TB2nP2m8xw0=
=f3Wc
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqzAHQAKCRAsjfWHptSq
wfpAAP4ramLnv7dy+7eOWM4PIQ2fzylOa4qETjzpKWkBM0fb7AEArJdErhaS3g/z
M+0Kl1g5vg4F3l4ewnr837kd8dSj9wk=
=uKZK
-----END PGP SIGNATURE-----