SHA256
1
0
forked from pool/libgtpnl

Accepting request 657713 from network:telephony

fixed .pc

OBS-URL: https://build.opensuse.org/request/show/657713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgtpnl?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-01-05 13:42:02 +00:00 committed by Git OBS Bridge
commit 98e5072421
5 changed files with 18 additions and 11 deletions

View File

@ -2,8 +2,8 @@
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">git://git.osmocom.org/libgtpnl</param>
<param name="revision">1.1.0</param>
<param name="versionformat">1.1.0</param>
<param name="revision">1.2.0</param>
<param name="versionformat">1.2.0</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -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
View File

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

View File

@ -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

View File

@ -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
@ -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}