Update to 1.8.10 release
This commit is contained in:
parent
ec4216066f
commit
193fd7c6cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
||||
/network-manager-applet-1.8.4.tar.xz
|
||||
/network-manager-applet-1.8.6.tar.xz
|
||||
/network-manager-applet-1.8.8.tar.xz
|
||||
/network-manager-applet-1.8.10.tar.xz
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global nm_version 1:1.1.0
|
||||
%global obsoletes_ver 1:0.9.7
|
||||
|
||||
%global rpm_version 1.8.8
|
||||
%global real_version 1.8.8
|
||||
%global rpm_version 1.8.10
|
||||
%global real_version 1.8.10
|
||||
%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')
|
||||
@ -125,10 +125,9 @@ This package deprecates libnm-gtk.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dwith-gcr=true \
|
||||
-Dwith-selinux=true \
|
||||
-Ddisable-static=true \
|
||||
-Denable-more-warnings=yes
|
||||
-Dgcr=true \
|
||||
-Dselinux=true \
|
||||
-Ddisable-static=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -235,6 +234,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 19 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.8.10-1
|
||||
- Update to 1.8.10 release
|
||||
|
||||
* Mon Dec 18 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.8.8-1
|
||||
- Update to 1.8.8 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (network-manager-applet-1.8.8.tar.xz) = bb1258c60ee2cd848fedd60df1e799f590a3b396abe30c1b1e0156fc93875c5ef1aa9cc072f0802e336b9744d1784b50ad9d3cea3be14c1402a42f97f1466c45
|
||||
SHA512 (network-manager-applet-1.8.10.tar.xz) = 319a280ad56efe8d1b31db7879aebd6242f2e67453287476d397835069f5f5c6ce7884c84d65e0177a94a554b8f1a6e1d353ab33f8ddfc63269d8133b76b1372
|
||||
|
Loading…
Reference in New Issue
Block a user