Update to 1.10.0 release
This commit is contained in:
parent
66a93a3381
commit
9f1e048cfb
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/libnma-1.8.34.tar.xz
|
/libnma-1.8.34.tar.xz
|
||||||
/libnma-1.8.38.tar.xz
|
/libnma-1.8.38.tar.xz
|
||||||
/libnma-1.8.40.tar.xz
|
/libnma-1.8.40.tar.xz
|
||||||
|
/libnma-1.10.0.tar.xz
|
||||||
|
26
libnma.spec
26
libnma.spec
@ -11,14 +11,20 @@
|
|||||||
%bcond_with libnma_gtk4
|
%bcond_with libnma_gtk4
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?fedora} >= 37 || 0%{?rhel} >= 10
|
||||||
|
%bcond_without gcr_gtk4
|
||||||
|
%else
|
||||||
|
%bcond_with gcr_gtk4
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: libnma
|
Name: libnma
|
||||||
Summary: NetworkManager GUI library
|
Summary: NetworkManager GUI library
|
||||||
Version: 1.8.40
|
Version: 1.10.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
# The entire source code is GPLv2+ except some files in shared/ which are LGPLv2+
|
# The entire source code is GPLv2+ except some files in shared/ which are LGPLv2+
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://gitlab.gnome.org/GNOME/libnma/
|
URL: https://gitlab.gnome.org/GNOME/libnma/
|
||||||
Source0: https://download.gnome.org/sources/libnma/1.8/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/libnma/1.10/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Patch1: 0001-nm-applet-no-notifications.patch
|
Patch1: 0001-nm-applet-no-notifications.patch
|
||||||
|
|
||||||
@ -40,7 +46,12 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: iso-codes-devel
|
BuildRequires: iso-codes-devel
|
||||||
|
%if %{with gcr_gtk4}
|
||||||
|
BuildRequires: gcr-gtk3-devel
|
||||||
|
BuildRequires: gcr-gtk4-devel
|
||||||
|
%else
|
||||||
BuildRequires: gcr-devel
|
BuildRequires: gcr-devel
|
||||||
|
%endif
|
||||||
BuildRequires: mobile-broadband-provider-info-devel >= %{mbp_version}
|
BuildRequires: mobile-broadband-provider-info-devel >= %{mbp_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -95,9 +106,14 @@ files to be used for integrating GUI tools with NetworkManager.
|
|||||||
-Dgcr=true \
|
-Dgcr=true \
|
||||||
-Dvapi=false \
|
-Dvapi=false \
|
||||||
%if %{with libnma_gtk4}
|
%if %{with libnma_gtk4}
|
||||||
-Dlibnma_gtk4=true
|
-Dlibnma_gtk4=true \
|
||||||
%else
|
%else
|
||||||
-Dlibnma_gtk4=false
|
-Dlibnma_gtk4=false \
|
||||||
|
%endif
|
||||||
|
%if %{with gcr_gtk4}
|
||||||
|
-Dgcr_gtk4=true
|
||||||
|
%else
|
||||||
|
-Dgcr_gtk4=false
|
||||||
%endif
|
%endif
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libnma-1.8.40.tar.xz) = 28f4704f97941308f43b27a309fd14050e8ac7e0c6665cada3cc08a759e140f043a80b21ccfe02ce348f8490cad8107b4fe27026dbaafed46ec1c7c46824e3b8
|
SHA512 (libnma-1.10.0.tar.xz) = c6d529dbf9023739585eb5148613a147752054a26e61851b23f7c05afdec74a58c1df698cbea77e0161f4e83bda12c1a6b45070086488a7b8eef70a28209a3fb
|
||||||
|
Loading…
Reference in New Issue
Block a user