diff --git a/_service b/_service
index 1baee61..bca9632 100644
--- a/_service
+++ b/_service
@@ -2,8 +2,8 @@
git
git://git.osmocom.org/libgtpnl
- 1.1.0
- 1.1.0
+ 1.2.0
+ 1.2.0
*.tar
diff --git a/libgtpnl-1.1.0.tar.xz b/libgtpnl-1.1.0.tar.xz
deleted file mode 100644
index 57796e2..0000000
--- a/libgtpnl-1.1.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d09ab8186642e5d7ae56270f6d2149213212062fd17e016302dae7f3cff35b82
-size 23256
diff --git a/libgtpnl-1.2.0.tar.xz b/libgtpnl-1.2.0.tar.xz
new file mode 100644
index 0000000..bfd83c1
--- /dev/null
+++ b/libgtpnl-1.2.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a339fe4dc83a1383ff5d2eff551676f97cfd461760fd0e32f9747130898645dd
+size 25140
diff --git a/libgtpnl.changes b/libgtpnl.changes
index 2c79f50..5223d36 100644
--- a/libgtpnl.changes
+++ b/libgtpnl.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue Dec 11 00:42:16 UTC 2018 - Jan Engelhardt
+
+- Update to new upstream release 1.2.0
+ * Fix CTRL_ATTR_FAMILY_ID attribute size
+
-------------------------------------------------------------------
Thu Dec 28 00:37:51 UTC 2017 - jengelh@inai.de
diff --git a/libgtpnl.spec b/libgtpnl.spec
index 31e7397..180241a 100644
--- a/libgtpnl.spec
+++ b/libgtpnl.spec
@@ -1,7 +1,7 @@
#
# spec file for package libgtpnl
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,15 +12,15 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: libgtpnl
-Version: 1.1.0
+Version: 1.2.0
Release: 0
Summary: GPRS tunnel configuration library
-License: GPL-2.0+ and LGPL-2.1+
+License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Development/Libraries/C and C++
Url: https://osmocom.org/projects/linux-kernel-gtp-u/wiki
@@ -37,7 +37,7 @@ Linux kernel into a C API.
%package -n libgtpnl0
Summary: GPRS tunnel configuration library
-License: LGPL-2.1+
+License: LGPL-2.1-or-later
Group: System/Libraries
%description -n libgtpnl0
@@ -46,7 +46,7 @@ Linux kernel into a C API.
%package devel
Summary: Development files for the GPRS tunnel config library
-License: GPL-2.0+ and LGPL-2.1+
+License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Development/Libraries/C and C++
Requires: libgtpnl0 = %version