1
0
forked from pool/libosmo-netif

Accepting request 417389 from network:telephony

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/417389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosmo-netif?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2016-08-10 17:55:47 +00:00 committed by Git OBS Bridge
commit 4c1bc2f26c
5 changed files with 30 additions and 12 deletions

12
_service Normal file
View File

@ -0,0 +1,12 @@
<services>
<service name="tar_scm" mode="localonly">
<param name="scm">git</param>
<param name="url">git://git.osmocom.org/libosmo-netif</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
</service>
<service name="recompress" mode="localonly">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="localonly"/>
</services>

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jul 31 17:59:57 UTC 2016 - jengelh@inai.de
- Update to new upstream snapshot 0.0.6.19
* misc: Drop oRTP dependency as there is nothing using it
* osmux: Pass circuit to _batch_del_circuit() and use it from _xfrm_input_fini()
* osmux: Add function to delete all msgs pending for a circuit
* osmux-test: remove real-time constraint by default
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 26 12:06:24 UTC 2016 - jengelh@inai.de Tue Jan 26 12:06:24 UTC 2016 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package libosmo-netif # spec file for package libosmo-netif
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,23 +16,21 @@
# #
%define version_unconverted 0.0.6.19
Name: libosmo-netif Name: libosmo-netif
Summary: Osmocom library for muxed audio Summary: Osmocom library for muxed audio
Version: 0.0.6.8
Release: 0
License: AGPL-3.0+ and GPL-2.0+ License: AGPL-3.0+ and GPL-2.0+
Group: Productivity/Telephony/Utilities Group: Productivity/Telephony/Utilities
Version: 0.0.6.19
Release: 0
Url: http://openbsc.osmocom.org/trac/ Url: http://openbsc.osmocom.org/trac/
#Git-Clone: git://git.osmocom.org/libosmo-netif
#Git-Web: http://git.osmocom.org/libosmo-netif/
#Snapshot: 0.0.6-8-g4d702db
Source: %name-%version.tar.xz Source: %name-%version.tar.xz
Patch1: osmo-talloc.diff Patch1: osmo-talloc.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
#BuildRequires: dahdi-linux-devel
BuildRequires: libtool >= 2 BuildRequires: libtool >= 2
BuildRequires: lksctp-tools-devel BuildRequires: lksctp-tools-devel
BuildRequires: pkg-config BuildRequires: pkg-config
@ -41,7 +39,6 @@ BuildRequires: pkgconfig(libosmoabis) >= 0.3.2.3
BuildRequires: pkgconfig(libosmocore) >= 0.3.0 BuildRequires: pkgconfig(libosmocore) >= 0.3.0
BuildRequires: pkgconfig(libosmogsm) >= 0.3.0 BuildRequires: pkgconfig(libosmogsm) >= 0.3.0
BuildRequires: pkgconfig(libosmovty) >= 0.3.0 BuildRequires: pkgconfig(libosmovty) >= 0.3.0
BuildRequires: pkgconfig(ortp) >= 0.15.0
%description %description
Network interface demuxer library for OsmoCom projects. Network interface demuxer library for OsmoCom projects.
@ -67,7 +64,7 @@ This subpackage contains libraries and header files for developing
applications that want to make use of libosmo-netif. applications that want to make use of libosmo-netif.
%prep %prep
%setup -qn %name %setup -q
%patch -P 1 -p1 %patch -P 1 -p1
%build %build