]> git.pld-linux.org Git - packages/NetworkManager.git/blob - version.patch
upstream patch to fix broken header; rel 2
[packages/NetworkManager.git] / version.patch
1 From 0a3755c1799d3a4dc1875d4c59c7c568a64c8456 Mon Sep 17 00:00:00 2001
2 From: Thomas Haller <thaller@redhat.com>
3 Date: Tue, 31 Jul 2018 14:13:57 +0200
4 Subject: [PATCH] version: fix compile error due to NM_AVAILABLE_IN_1_12_2
5  macro
6
7 Fixes: 8d09660481e1ff8b513aa60b2c40a4982ccc57cd
8
9 https://mail.gnome.org/archives/networkmanager-list/2018-July/msg00023.html
10 ---
11  libnm-core/nm-version.h | 2 +-
12  1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/libnm-core/nm-version.h b/libnm-core/nm-version.h
15 index ee6dbc0bd..c24048955 100644
16 --- a/libnm-core/nm-version.h
17 +++ b/libnm-core/nm-version.h
18 @@ -161,7 +161,7 @@
19  #endif
20  
21  #if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_12_2
22 -# define NM_AVAILABLE_IN_1_12_2          G_UNAVAILABLE(1,12,2)
23 +# define NM_AVAILABLE_IN_1_12_2          G_UNAVAILABLE(1,12.2)
24  #else
25  # define NM_AVAILABLE_IN_1_12_2
26  #endif
This page took 0.063711 seconds and 3 git commands to generate.