SHA256
1
0
forked from pool/libgtpnl

Accepting request 878986 from network:telephony

- Update to release 1.2.2

OBS-URL: https://build.opensuse.org/request/show/878986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgtpnl?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2021-03-15 09:56:03 +00:00 committed by Git OBS Bridge
commit ad4331a131
5 changed files with 23 additions and 20 deletions

3
1.2.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1d05d4593342f17a2e81a500470fa95bb0860904ff84b6a4086ce8229624e5b
size 29850

View File

@ -1,13 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://git.osmocom.org/libgtpnl</param>
<param name="revision">1.2.1</param>
<param name="versionformat">1.2.1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb3e2217c6f0f31ae3765fb8978b2de3613acf40e5b438e9146407349d42b399
size 25252

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 14 21:09:22 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.2
* install gtp-tunnel and gtp-link tools
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 6 11:50:34 UTC 2020 - Jan Engelhardt <jengelh@inai.de> Sun Sep 6 11:50:34 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libgtpnl # spec file for package libgtpnl
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# 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
@ -17,17 +17,16 @@
Name: libgtpnl Name: libgtpnl
Version: 1.2.1 Version: 1.2.2
Release: 0 Release: 0
Summary: GPRS tunnel configuration library Summary: GPRS tunnel configuration library
License: GPL-2.0-or-later AND LGPL-2.1-or-later 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
Source: %name-%version.tar.xz Source: https://github.com/osmocom/libgtpnl/archive/%version.tar.gz
BuildRequires: libtool >= 2 BuildRequires: libtool >= 2
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: pkgconfig(libmnl) >= 1.0.0 BuildRequires: pkgconfig(libmnl) >= 1.0.0
%description %description
@ -56,6 +55,14 @@ Linux kernel into a C API.
This subpackage contains libraries and header files for developing This subpackage contains libraries and header files for developing
applications that want to make use of libgtpnl. applications that want to make use of libgtpnl.
%package tools
Summary: GTP tunnel configuration utilities
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Productivity/Networking/Routing
%description tools
Utilities to configure GTP tunnels.
%prep %prep
%autosetup -p1 %autosetup -p1
@ -85,4 +92,7 @@ rm -f "%buildroot/%_libdir"/*.la
%_libdir/libgtpnl.so %_libdir/libgtpnl.so
%_libdir/pkgconfig/*.pc %_libdir/pkgconfig/*.pc
%files tools
%_bindir/gtp-*
%changelog %changelog