forked from pool/libgtpnl
- Update to new upstream release 1.2.0
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libgtpnl?expand=0&rev=8
This commit is contained in:
parent
9981d9c08b
commit
10a14997e6
4
_service
4
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">git://git.osmocom.org/libgtpnl</param>
|
<param name="url">git://git.osmocom.org/libgtpnl</param>
|
||||||
<param name="revision">1.1.0</param>
|
<param name="revision">1.2.0</param>
|
||||||
<param name="versionformat">1.1.0</param>
|
<param name="versionformat">1.2.0</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d09ab8186642e5d7ae56270f6d2149213212062fd17e016302dae7f3cff35b82
|
|
||||||
size 23256
|
|
3
libgtpnl-1.2.0.tar.xz
Normal file
3
libgtpnl-1.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a339fe4dc83a1383ff5d2eff551676f97cfd461760fd0e32f9747130898645dd
|
||||||
|
size 25140
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 11 00:42:16 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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
|
Thu Dec 28 00:37:51 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgtpnl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: libgtpnl
|
||||||
Version: 1.1.0
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GPRS tunnel configuration library
|
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++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://osmocom.org/projects/linux-kernel-gtp-u/wiki
|
Url: https://osmocom.org/projects/linux-kernel-gtp-u/wiki
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ Linux kernel into a C API.
|
|||||||
|
|
||||||
%package -n libgtpnl0
|
%package -n libgtpnl0
|
||||||
Summary: GPRS tunnel configuration library
|
Summary: GPRS tunnel configuration library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libgtpnl0
|
%description -n libgtpnl0
|
||||||
@ -46,7 +46,7 @@ Linux kernel into a C API.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the GPRS tunnel config library
|
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++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libgtpnl0 = %version
|
Requires: libgtpnl0 = %version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user