forked from pool/libosmo-sccp
Accepting request 724948 from network:telephony
- Update to new upstream release 1.1.0 OBS-URL: https://build.opensuse.org/request/show/724948 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosmo-sccp?expand=0&rev=10
This commit is contained in:
commit
30ac7e3724
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">git://git.osmocom.org/libosmo-sccp</param>
|
||||
<param name="revision">1.0.0</param>
|
||||
<param name="versionformat">1.0.0</param>
|
||||
<param name="revision">1.1.0</param>
|
||||
<param name="versionformat">1.1.0</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:103777b897a48579520adadd3c233cff51ef6f62d1b2d6ef9c23a7fd5d36147e
|
||||
size 199636
|
3
libosmo-sccp-1.1.0.tar.xz
Normal file
3
libosmo-sccp-1.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b788a01024c12a9eb05d840779b08c523c9d9550f9dda59e15b2546360cfbb3
|
||||
size 204432
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 04:44:32 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 1.1.0
|
||||
* OsmoSTP: enable statsd support
|
||||
* osmo-stp: register VTY commands for talloc context introspection
|
||||
* osmo-stp: expose root talloc context to the VTY code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 23:21:43 UTC 2019 - mardnh@gmx.de
|
||||
|
||||
|
@ -12,12 +12,12 @@
|
||||
# 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: libosmo-sccp
|
||||
Version: 1.0.0
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
%define libversion %(echo "%version" | sed 's/\\./_/g')
|
||||
Summary: Osmocom library for the A-bis interface between BTS and BSC
|
||||
@ -87,6 +87,8 @@ Summary: Development files for the Osmocom SCCP library
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libosmo-sccp-%libversion = %version
|
||||
# previously wrongly shipped .so file
|
||||
Conflicts: libosmo-sccp-1_0_0
|
||||
|
||||
%description -n libosmo-sccp-devel
|
||||
SCCP is a network layer protocol that provides routing, flow control,
|
||||
@ -216,7 +218,6 @@ fi
|
||||
|
||||
%files -n libosmo-sccp-%libversion
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libosmo-sccp.so
|
||||
%_libdir/libosmo-sccp-%version.so
|
||||
|
||||
%files -n libosmo-sccp-devel
|
||||
@ -224,6 +225,7 @@ fi
|
||||
%dir %_includedir/%name
|
||||
%dir %_includedir/%name/osmocom
|
||||
%_includedir/%name/osmocom/sccp/
|
||||
%_libdir/libosmo-sccp.so
|
||||
%_libdir/pkgconfig/libosmo-sccp.pc
|
||||
|
||||
%files -n libosmo-sigtran3
|
||||
|
Loading…
Reference in New Issue
Block a user