!12 upgrade to libnma-1.8.32
Merge pull request !12 from yanan-rock/master
This commit is contained in:
commit
21b5a25234
Binary file not shown.
BIN
libnma-1.8.32.tar.xz
Normal file
BIN
libnma-1.8.32.tar.xz
Normal file
Binary file not shown.
15
libnma.spec
15
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 <yanan@huawei.com> - 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 <weijin.deng@turbolinux.com.cn> - 1.8.30-1
|
||||
- Upgrade to 1.8.30
|
||||
- Update old_libnma_version, rpm_version, real_version, release_version, BuildRequires
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user