diff --git a/dist b/dist new file mode 100644 index 0000000000000000000000000000000000000000..9c0e36ec42a2d9bfefacb21ac6354c9ddd910533 --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an8 diff --git a/download b/download new file mode 100644 index 0000000000000000000000000000000000000000..3e13142371d897ce87cada2d8a37c1f42579b3fb --- /dev/null +++ b/download @@ -0,0 +1 @@ +0cebdf77d349bca1d64574aac1ee17cb libnma-1.8.38.tar.xz diff --git a/libnma-1.8.32.tar.xz b/libnma-1.8.32.tar.xz deleted file mode 100644 index d1514b0d413c382439388507f4c5903bae655a6d..0000000000000000000000000000000000000000 Binary files a/libnma-1.8.32.tar.xz and /dev/null differ diff --git a/libnma.spec b/libnma.spec index 9ee45cb716a9923d530fce25cb7339afe174a72f..5e859f0996bfb373695e9be3aff41419335e42fb 100644 --- a/libnma.spec +++ b/libnma.spec @@ -6,22 +6,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}%{anolis_release}%{?dist} +Version: 1.8.38 +Release: 1%{anolis_release}%{?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 @@ -32,10 +30,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 @@ -100,13 +98,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 @@ -158,9 +155,20 @@ files to be used for integrating GUI tools with NetworkManager. %changelog -* Mon Jul 17 2022 mgb01105731 - 1.8.32-1.0.1 +* Fri Nov 18 2022 mgb01105731 - 1.8.38-1.0.1 - Add doc sub package +* Fri Apr 8 2022 Ana Cabral - 1.8.38-1 +- Rebase to 1.8.38 + +* Fri Mar 25 2022 Ana Cabral - 1.8.36-2 +- Rebuilt + +* Fri Mar 25 2022 Ana Cabral - 1.8.36-1 +- Update to 1.8.36 release (rh #2062686) +- Include OWE wireless security (rh #2060327) +- Fix OWE wireless security entry in Hidden Networks dialog (rh #2057514) + * Fri Aug 20 2021 Thomas Haller - 1.8.32-1 - Update to 1.8.32 release (rh #1996011)