diff --git a/libnma-1.8.30.tar.xz b/libnma-1.8.30.tar.xz deleted file mode 100644 index 21dd3e6..0000000 Binary files a/libnma-1.8.30.tar.xz and /dev/null differ diff --git a/libnma-1.8.32.tar.xz b/libnma-1.8.32.tar.xz new file mode 100644 index 0000000..d1514b0 Binary files /dev/null and b/libnma-1.8.32.tar.xz differ diff --git a/libnma.spec b/libnma.spec index 8ca330a..b6b5f2b 100644 --- a/libnma.spec +++ b/libnma.spec @@ -2,9 +2,9 @@ %global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad) %global nm_version 1:1.8.0 %global mbp_version 0.20090602 -%global old_libnma_version 1.8.28 -%global rpm_version 1.8.30 -%global real_version 1.8.30 +%global old_libnma_version 1.8.30 +%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') @@ -17,8 +17,6 @@ URL: https://gitlab.gnome.org/GNOME/libnma/ Source0: https://download.gnome.org/sources/libnma/%{real_version_major}/%{name}-%{real_version}.tar.xz Patch1: 0001-nm-applet-no-notifications.patch -Requires: mobile-broadband-provider-info >= %{mbp_version} - Obsoletes: libnma < %{old_libnma_version} BuildRequires: gcc gettext-devel pkgconfig meson gtk-doc iso-codes-devel gcr-devel @@ -50,7 +48,8 @@ GUI tools with NetworkManager. -Dgcr=true \ -Ddisable-static=true \ -Dvapi=false \ - -Dlibnma_gtk4=false + -Dlibnma_gtk4=false \ + -Dmobile_broadband_provider_info=false %meson_build %install @@ -77,6 +76,10 @@ GUI tools with NetworkManager. %{_datadir}/gtk-doc %changelog +* Thu Dec 30 2021 yanan - 1.8.32-1 +- upgrade to libnma-1.8.32 +- remove the installation dependency on mobile-broadband-provider-info + * Fri May 28 2021 weijin deng - 1.8.30-1 - Upgrade to 1.8.30 - Update old_libnma_version, rpm_version, real_version, release_version, BuildRequires