From 2f216699fd3dbc458fd49f7962fba6765f804f07 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 27 2022 10:46:35 +0000 Subject: import libnma-1.8.40-1.el9 --- diff --git a/.gitignore b/.gitignore index abe7b38..efa8b64 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libnma-1.8.32.tar.xz +SOURCES/libnma-1.8.40.tar.xz diff --git a/.libnma.metadata b/.libnma.metadata index 2e920b2..9888e8f 100644 --- a/.libnma.metadata +++ b/.libnma.metadata @@ -1 +1 @@ -de96e471711695d0d451ab3fc52fccbcc310e5f4 SOURCES/libnma-1.8.32.tar.xz +d918ed80d3084aceffaaee2f77c6851c25b0b98e SOURCES/libnma-1.8.40.tar.xz diff --git a/SPECS/libnma.spec b/SPECS/libnma.spec index 59c6e74..bee309c 100644 --- a/SPECS/libnma.spec +++ b/SPECS/libnma.spec @@ -5,22 +5,20 @@ %global mbp_version 0.20090602 %global old_libnma_version 1.8.27 -%global rpm_version 1.8.32 -%global real_version 1.8.32 -%global release_version 1 - -%global real_version_major %(printf '%s' '%{real_version}' | sed -n 's/^\\([1-9][0-9]*\\.[1-9][0-9]*\\)\\.[1-9][0-9]*$/\\1/p') - +%if 0%{?fedora} >= 34 || 0%{?rhel} >= 10 +%bcond_without libnma_gtk4 +%else %bcond_with libnma_gtk4 +%endif Name: libnma Summary: NetworkManager GUI library -Version: %{rpm_version} -Release: %{release_version}%{?dist} +Version: 1.8.40 +Release: 1%{?dist} # The entire source code is GPLv2+ except some files in shared/ which are LGPLv2+ License: GPLv2+ and LGPLv2+ URL: https://gitlab.gnome.org/GNOME/libnma/ -Source0: https://download.gnome.org/sources/libnma/%{real_version_major}/%{name}-%{real_version}.tar.xz +Source0: https://download.gnome.org/sources/libnma/1.8/%{name}-%{version}.tar.xz Patch1: 0001-nm-applet-no-notifications.patch @@ -31,10 +29,10 @@ Conflicts: libnma < %{old_libnma_version} BuildRequires: gcc BuildRequires: NetworkManager-libnm-devel >= %{nm_version} BuildRequires: ModemManager-glib-devel >= 1.0 -BuildRequires: glib2-devel >= 2.32 -BuildRequires: gtk3-devel >= 3.10 +BuildRequires: glib2-devel >= 2.38 +BuildRequires: gtk3-devel >= 3.12 %if %{with libnma_gtk4} -BuildRequires: gtk4-devel >= 3.96 +BuildRequires: gtk4-devel >= 4.0 %endif BuildRequires: gobject-introspection-devel >= 0.10.3 BuildRequires: gettext-devel @@ -89,13 +87,12 @@ files to be used for integrating GUI tools with NetworkManager. %prep -%autosetup -p1 -n "%{name}-%{real_version}" +%autosetup -p1 %build %meson \ -Dgcr=true \ - -Ddisable-static=true \ -Dvapi=false \ %if %{with libnma_gtk4} -Dlibnma_gtk4=true @@ -146,6 +143,21 @@ files to be used for integrating GUI tools with NetworkManager. %changelog +* Wed Jun 15 2022 Lubomir Rintel - 1.8.40-1 +- Update to 1.8.40 release +- Demote WEP (rh #2030997) + +* Fri Apr 8 2022 Ana Cabral - 1.8.38-1 +- Update to 1.8.38 release + +* Fri Mar 25 2022 Ana Cabral - 1.8.36-2 +- Rebuilt (outage) + +* Fri Mar 25 2022 Ana Cabral - 1.8.36-1 +- Update to 1.8.36 release (rh #2066742) +- Include OWE wireless security (rh #2066737) +- Fix OWE wireless security entry in Hidden Networks dialog (rh #2057512) + * Fri Aug 20 2021 Wen Liang - 1.8.32-1 - Update to 1.8.32 release