Accepting request 375132 from network:telephony

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/375132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosmocore?expand=0&rev=11
This commit is contained in:
2016-03-20 10:49:23 +00:00
committed by Git OBS Bridge
5 changed files with 28 additions and 9 deletions

13
_service Normal file
View File

@@ -0,0 +1,13 @@
<services>
<service name="tar_scm" mode="localonly">
<param name="scm">git</param>
<param name="url">git://git.osmocom.org/libosmocore</param>
<param name="revision">master</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

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 11 01:39:12 UTC 2016 - jengelh@inai.de
- reenable bigendian builds as GSM IE code was fixed upstream
during 2015
- Update to new upstream snapshot 0.9.0.91
* log: Add conditional logging based on log_check_level
* Add byte printing macros
* vty: add bind command for telnet vty line
-------------------------------------------------------------------
Fri Jan 22 18:08:57 UTC 2016 - jengelh@inai.de

View File

@@ -17,7 +17,7 @@
Name: libosmocore
Version: 0.9.0.58
Version: 0.9.0.91
Release: 0
Summary: Open Source Mobile Communications Core Library
License: GPL-2.0 and GPL-2.0+ and LGPL-3.0+ and AGPL-3.0+
@@ -25,7 +25,6 @@ Group: Productivity/Telephony/Utilities
Url: http://bb.osmocom.org/trac/wiki/libosmocore
#Git-Clone: git://git.osmocom.org/libosmocore
#Snapshot: 0.9.0-58-gfb7e683
Source: %name-%version.tar.xz
Patch1: osmo-pkgconfig.diff
Patch2: test.diff
@@ -38,9 +37,6 @@ BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: pkgconfig(libpcsclite)
BuildRequires: pkgconfig(talloc)
# do not try to build for big-endian archs
# as suggested by http://lists.osmocom.org/pipermail/baseband-devel/2015-February/000022.html
ExcludeArch: ppc ppc64 ppc64p7 mips mips64 %sparc s390 s390x
%description
libosmocore is a library with various utility functions that were
@@ -265,7 +261,7 @@ This subpackage contains libraries and header files for developing
applications that want to make use of libosmovty.
%prep
%setup -qn %name
%setup -q
%patch -P 1 -P 2 -p1
%build