From 10a14997e602e42c6d66e847474f9c737b6d25f5d38bff2a19c6b172d2bd58e4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 11 Dec 2018 00:43:32 +0000 Subject: [PATCH 1/2] - Update to new upstream release 1.2.0 OBS-URL: https://build.opensuse.org/package/show/network:telephony/libgtpnl?expand=0&rev=8 --- _service | 4 ++-- libgtpnl-1.1.0.tar.xz | 3 --- libgtpnl-1.2.0.tar.xz | 3 +++ libgtpnl.changes | 6 ++++++ libgtpnl.spec | 12 ++++++------ 5 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 libgtpnl-1.1.0.tar.xz create mode 100644 libgtpnl-1.2.0.tar.xz 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 From c7e36826d32db7752441c004b5eeea7cf14d4df47b600cb70a79e3da26a3489c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 11 Dec 2018 01:29:43 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/network:telephony/libgtpnl?expand=0&rev=9 --- libgtpnl.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libgtpnl.spec b/libgtpnl.spec index 180241a..5f58e7e 100644 --- a/libgtpnl.spec +++ b/libgtpnl.spec @@ -61,6 +61,7 @@ applications that want to make use of libgtpnl. %setup -q %build +echo "%version" >.tarball-version autoreconf -fi %configure --includedir="%_includedir/%name" make %{?_smp_mflags}