forked from pool/libosmo-netif
- Update to new upstream release 0.6.0
* osmux: Extend osmux_out_handle and add new API to set rtp payload_type OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-netif?expand=0&rev=28
This commit is contained in:
parent
ae81519fe4
commit
06f9cfa888
4
_service
4
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">git://git.osmocom.org/libosmo-netif</param>
|
<param name="url">git://git.osmocom.org/libosmo-netif</param>
|
||||||
<param name="revision">0.4.0</param>
|
<param name="revision">0.6.0</param>
|
||||||
<param name="versionformat">0.4.0</param>
|
<param name="versionformat">0.6.0</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:78a221ad654697e48b9cd2d5a4dc9ad19ee63f58997865cf7327bf45985e0f3e
|
|
||||||
size 145376
|
|
3
libosmo-netif-0.6.0.tar.xz
Normal file
3
libosmo-netif-0.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea6ec38bb4b0d9dad6c3ec566e6d044313c4323222a3ecd2c4f5d96b04a65e56
|
||||||
|
size 153280
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 04:32:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new upstream release 0.6.0
|
||||||
|
* osmux: Extend osmux_out_handle and add new API to set
|
||||||
|
rtp payload_type
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 20 20:55:35 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
Wed Feb 20 20:55:35 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 0.4.0
|
%define version_unconverted 0.6.0
|
||||||
|
|
||||||
Name: libosmo-netif
|
Name: libosmo-netif
|
||||||
Summary: Osmocom library for muxed audio
|
Summary: Osmocom library for muxed audio
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Telephony/Utilities
|
Group: Productivity/Telephony/Utilities
|
||||||
Version: 0.4.0
|
Version: 0.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://osmocom.org/projects/libosmo-netif
|
Url: https://osmocom.org/projects/libosmo-netif
|
||||||
|
|
||||||
@ -42,19 +42,19 @@ BuildRequires: pkgconfig(talloc)
|
|||||||
%description
|
%description
|
||||||
Network interface demuxer library for OsmoCom projects.
|
Network interface demuxer library for OsmoCom projects.
|
||||||
|
|
||||||
%package -n libosmonetif6
|
%package -n libosmonetif8
|
||||||
Summary: Osmocom library for muxed audio
|
Summary: Osmocom library for muxed audio
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libosmonetif6
|
%description -n libosmonetif8
|
||||||
Network interface demuxer library for OsmoCom projects.
|
Network interface demuxer library for OsmoCom projects.
|
||||||
|
|
||||||
%package -n libosmonetif-devel
|
%package -n libosmonetif-devel
|
||||||
Summary: Development files for the Osmocom muxed audio library
|
Summary: Development files for the Osmocom muxed audio library
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libosmonetif6 = %version
|
Requires: libosmonetif8 = %version
|
||||||
|
|
||||||
%description -n libosmonetif-devel
|
%description -n libosmonetif-devel
|
||||||
Network interface demuxer library for OsmoCom projects.
|
Network interface demuxer library for OsmoCom projects.
|
||||||
@ -84,12 +84,12 @@ if ! make %{?_smp_mflags} check; then
|
|||||||
# timing issue
|
# timing issue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%post -n libosmonetif6 -p /sbin/ldconfig
|
%post -n libosmonetif8 -p /sbin/ldconfig
|
||||||
%postun -n libosmonetif6 -p /sbin/ldconfig
|
%postun -n libosmonetif8 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libosmonetif6
|
%files -n libosmonetif8
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libosmonetif.so.6*
|
%_libdir/libosmonetif.so.8*
|
||||||
|
|
||||||
%files -n libosmonetif-devel
|
%files -n libosmonetif-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
diff --git a/configure.ac b/configure.ac
|
---
|
||||||
index 66ec57f..2b714b7 100644
|
configure.ac | 1 +
|
||||||
--- a/configure.ac
|
examples/Makefile.am | 30 +++++++++++++++---------------
|
||||||
+++ b/configure.ac
|
src/Makefile.am | 2 +-
|
||||||
|
3 files changed, 17 insertions(+), 16 deletions(-)
|
||||||
|
|
||||||
|
Index: libosmo-netif-0.6.0/configure.ac
|
||||||
|
===================================================================
|
||||||
|
--- libosmo-netif-0.6.0.orig/configure.ac
|
||||||
|
+++ libosmo-netif-0.6.0/configure.ac
|
||||||
@@ -98,6 +98,7 @@ AC_SEARCH_LIBS([sctp_send], [sctp], [
|
@@ -98,6 +98,7 @@ AC_SEARCH_LIBS([sctp_send], [sctp], [
|
||||||
AC_MSG_ERROR([sctp_send not found in searched libs])])
|
AC_MSG_ERROR([sctp_send not found in searched libs])])
|
||||||
LIBS=$old_LIBS
|
LIBS=$old_LIBS
|
||||||
@ -10,10 +16,10 @@ index 66ec57f..2b714b7 100644
|
|||||||
AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_WARN(DAHDI input driver will not be built))
|
AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_WARN(DAHDI input driver will not be built))
|
||||||
|
|
||||||
found_pcap=yes
|
found_pcap=yes
|
||||||
diff --git a/examples/Makefile.am b/examples/Makefile.am
|
Index: libosmo-netif-0.6.0/examples/Makefile.am
|
||||||
index 4125243..8780fba 100644
|
===================================================================
|
||||||
--- a/examples/Makefile.am
|
--- libosmo-netif-0.6.0.orig/examples/Makefile.am
|
||||||
+++ b/examples/Makefile.am
|
+++ libosmo-netif-0.6.0/examples/Makefile.am
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||||
-AM_CFLAGS=-Wall -g $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
|
-AM_CFLAGS=-Wall -g $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
|
||||||
@ -90,12 +96,12 @@ index 4125243..8780fba 100644
|
|||||||
osmux_test_output_LDADD = $(top_builddir)/src/libosmonetif.la \
|
osmux_test_output_LDADD = $(top_builddir)/src/libosmonetif.la \
|
||||||
- $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
|
- $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
|
||||||
+ $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(TALLOC_LIBS)
|
+ $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(TALLOC_LIBS)
|
||||||
diff --git a/src/Makefile.am b/src/Makefile.am
|
Index: libosmo-netif-0.6.0/src/Makefile.am
|
||||||
index d92d0f6..aa3e521 100644
|
===================================================================
|
||||||
--- a/src/Makefile.am
|
--- libosmo-netif-0.6.0.orig/src/Makefile.am
|
||||||
+++ b/src/Makefile.am
|
+++ libosmo-netif-0.6.0/src/Makefile.am
|
||||||
@@ -3,7 +3,7 @@
|
@@ -3,7 +3,7 @@
|
||||||
LIBVERSION=6:1:0
|
LIBVERSION=8:0:0
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
|
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
|
||||||
-AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)
|
-AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user