Accepting request 932576 from network:telephony
- Update to new upstream release 1.5.0 OBS-URL: https://build.opensuse.org/request/show/932576 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosmo-sccp?expand=0&rev=17
This commit is contained in:
commit
d300bde4ea
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4b4bfbb64ccbb605f65dca45396b8bc6f6068ea43fe3c99e02a8227f1fe6eeb
|
||||
size 288911
|
3
1.5.0.tar.gz
Normal file
3
1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7e4e6c1e3b1a320638fa33a7d27f964c5e6e79ffc91777ef045191329a20e56
|
||||
size 294527
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 19 09:21:16 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to new upstream release 1.5.0
|
||||
* ipa: Use VTY-configured default network indicator
|
||||
* Constrain connection ID allocation to 24 bits
|
||||
* m3ua/sua: Add quirk for allowing inbound DAUD from SG in ASP
|
||||
role
|
||||
* ipa_asp_fsm: Support server starting handshake with ID_GET or
|
||||
ID_ACK
|
||||
* sccp: Add minimalistic support for XUDT / XUDTS
|
||||
* stp: Add basic RX/TX rate counters on AS and ASP level
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 06:18:17 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libosmo-sccp
|
||||
Version: 1.4.0
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
%define libversion %(echo "%version" | sed 's/\\./_/g')
|
||||
Summary: Osmocom library for the A-bis interface between BTS and BSC
|
||||
@ -28,7 +28,7 @@ URL: https://projects.osmocom.org/projects/libosmo-sccp
|
||||
#Git-Clone: https://git.osmocom.org/libosmo-sccp
|
||||
Source: https://github.com/osmocom/libosmo-sccp/archive/%version.tar.gz
|
||||
Patch1: 0001-build-fixes.patch
|
||||
Patch2: harden_osmo-stp.service.patch
|
||||
Patch2: harden_osmo-stp.service.patch
|
||||
BuildRequires: automake >= 1.6
|
||||
BuildRequires: libtool >= 2
|
||||
BuildRequires: lksctp-tools-devel
|
||||
@ -97,19 +97,19 @@ in SS7 telecommunications networks.
|
||||
This subpackage contains the development files for the Osmocom SCCP
|
||||
library.
|
||||
|
||||
%package -n libosmo-sigtran5
|
||||
%package -n libosmo-sigtran7
|
||||
Summary: Osmocom SIGTRAN library
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libosmo-sigtran5
|
||||
%description -n libosmo-sigtran7
|
||||
Osmocom implementation of (parts of) SIGTRAN.
|
||||
|
||||
%package -n libosmo-sigtran-devel
|
||||
Summary: Development files for the Osmocom sigtran library
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libosmo-sigtran5 = %version
|
||||
Requires: libosmo-sigtran7 = %version
|
||||
|
||||
%description -n libosmo-sigtran-devel
|
||||
Osmocom implementation of (parts of) SIGTRAN.
|
||||
@ -185,8 +185,8 @@ fi
|
||||
%postun -n libosmo-mtp-%libversion -p /sbin/ldconfig
|
||||
%post -n libosmo-sccp-%libversion -p /sbin/ldconfig
|
||||
%postun -n libosmo-sccp-%libversion -p /sbin/ldconfig
|
||||
%post -n libosmo-sigtran5 -p /sbin/ldconfig
|
||||
%postun -n libosmo-sigtran5 -p /sbin/ldconfig
|
||||
%post -n libosmo-sigtran7 -p /sbin/ldconfig
|
||||
%postun -n libosmo-sigtran7 -p /sbin/ldconfig
|
||||
%post -n libosmo-xua-%libversion -p /sbin/ldconfig
|
||||
%postun -n libosmo-xua-%libversion -p /sbin/ldconfig
|
||||
|
||||
@ -222,8 +222,8 @@ fi
|
||||
%_libdir/libosmo-sccp.so
|
||||
%_libdir/pkgconfig/libosmo-sccp.pc
|
||||
|
||||
%files -n libosmo-sigtran5
|
||||
%_libdir/libosmo-sigtran.so.5*
|
||||
%files -n libosmo-sigtran7
|
||||
%_libdir/libosmo-sigtran.so.7*
|
||||
|
||||
%files -n libosmo-sigtran-devel
|
||||
%dir %_includedir/%name/
|
||||
|
Loading…
Reference in New Issue
Block a user