forked from pool/osmo-iuh
Accepting request 1087826 from network:telephony
- Update to release 1.4.0 OBS-URL: https://build.opensuse.org/request/show/1087826 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osmo-iuh?expand=0&rev=15
This commit is contained in:
commit
37777cb29a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f51475399c43ee4a982fb3a7a4f88fe9c883c56039f4632680857d6316f1e9b
|
||||
size 13249527
|
3
1.4.0.tar.gz
Normal file
3
1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40810b5be95aabd1a8d1672b5a680fbaa1a4fb89305680d2688cadf62d6f1082
|
||||
size 13255519
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 18 11:33:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.4.0
|
||||
* No changelog was provided
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 3 18:32:22 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package osmo-iuh
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: osmo-iuh
|
||||
Version: 1.3.0
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
|
||||
License: AGPL-3.0-or-later AND GPL-2.0-or-later
|
||||
@ -32,13 +32,13 @@ BuildRequires: pkg-config >= 0.20
|
||||
# python3 for asn1tostruct.py
|
||||
BuildRequires: python3
|
||||
BuildRequires: pkgconfig(libasn1c) >= 0.9.30
|
||||
BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0
|
||||
BuildRequires: pkgconfig(libosmo-sigtran) >= 1.6.0
|
||||
BuildRequires: pkgconfig(libosmocore) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libosmogb) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libosmogsm) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libosmovty) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0
|
||||
BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libosmocore) >= 1.8.0
|
||||
BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0
|
||||
BuildRequires: pkgconfig(libosmogb) >= 1.8.0
|
||||
BuildRequires: pkgconfig(libosmogsm) >= 1.8.0
|
||||
BuildRequires: pkgconfig(libosmovty) >= 1.8.0
|
||||
|
||||
%description
|
||||
Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
|
||||
@ -60,18 +60,18 @@ Requires: libosmo-hnbap0 = %version-%release
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libosmo-hnbap.
|
||||
|
||||
%package -n libosmo-ranap5
|
||||
%package -n libosmo-ranap7
|
||||
Summary: Radio Access Network Application Part library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libosmo-ranap5
|
||||
%description -n libosmo-ranap7
|
||||
Osmocom code for the Radio Access Network Application Part of the Iu-h
|
||||
interface.
|
||||
|
||||
%package -n libosmo-ranap-devel
|
||||
Summary: Header files for the Osmocom RANAP library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libosmo-ranap5 = %version-%release
|
||||
Requires: libosmo-ranap7 = %version-%release
|
||||
|
||||
%description -n libosmo-ranap-devel
|
||||
Osmocom code for the Radio Access Network Application Part of the Iu-h
|
||||
@ -142,8 +142,8 @@ fi
|
||||
|
||||
%post -n libosmo-hnbap0 -p /sbin/ldconfig
|
||||
%postun -n libosmo-hnbap0 -p /sbin/ldconfig
|
||||
%post -n libosmo-ranap5 -p /sbin/ldconfig
|
||||
%postun -n libosmo-ranap5 -p /sbin/ldconfig
|
||||
%post -n libosmo-ranap7 -p /sbin/ldconfig
|
||||
%postun -n libosmo-ranap7 -p /sbin/ldconfig
|
||||
%post -n libosmo-rua0 -p /sbin/ldconfig
|
||||
%postun -n libosmo-rua0 -p /sbin/ldconfig
|
||||
%post -n libosmo-sabp1 -p /sbin/ldconfig
|
||||
@ -160,7 +160,7 @@ fi
|
||||
%_libdir/libosmo-hnbap.so
|
||||
%_libdir/pkgconfig/libosmo-hnbap.pc
|
||||
|
||||
%files -n libosmo-ranap5
|
||||
%files -n libosmo-ranap7
|
||||
%_libdir/libosmo-ranap.so.*
|
||||
|
||||
%files -n libosmo-ranap-devel
|
||||
|
Loading…
Reference in New Issue
Block a user