forked from pool/libgtpnl
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
b8fe331551 | |||
|
7974480cee | ||
827a8f5a22 | |||
|
73262cc19d | ||
|
7ba52bc502 | ||
5540a0438c |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f2c5ef3c24a3f36e64b092899591f967b6981795d3d4f1fcb9c72475205dbb15
|
|
||||||
size 30118
|
|
BIN
1.3.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
1.3.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1739454089
|
||||||
|
commit: 9a79253e9db9576f9b381884b315285df937efdd6d8c02a6670fadde5ec1914e
|
||||||
|
url: https://src.opensuse.org/jengelh/libgtpnl
|
||||||
|
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1338b8e45bf8d00146a7c785957410ea3d5ee93624bc4b2fdda33537477bb9c
|
||||||
|
size 256
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 13 13:41:09 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.3.2
|
||||||
|
* dev_create: support returning -EEXIST
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 26 13:32:40 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.3.1
|
||||||
|
* Add IPv6 support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 1 18:20:21 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Wed Nov 1 18:20:21 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgtpnl
|
# spec file for package libgtpnl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 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,13 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libgtpnl
|
Name: libgtpnl
|
||||||
Version: 1.2.5
|
Version: 1.3.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: https://github.com/osmocom/libgtpnl/archive/%version.tar.gz
|
Source: https://github.com/osmocom/libgtpnl/archive/%version.tar.gz
|
||||||
BuildRequires: libtool >= 2
|
BuildRequires: libtool >= 2
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@@ -80,8 +79,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
%check
|
%check
|
||||||
%make_build check
|
%make_build check
|
||||||
|
|
||||||
%post -n libgtpnl0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libgtpnl0
|
||||||
%postun -n libgtpnl0 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n libgtpnl0
|
%files -n libgtpnl0
|
||||||
%_libdir/libgtpnl.so.0*
|
%_libdir/libgtpnl.so.0*
|
||||||
|
Reference in New Issue
Block a user