diff --git a/_service b/_service new file mode 100644 index 0000000..b9b35db --- /dev/null +++ b/_service @@ -0,0 +1,13 @@ + + + git + git://git.osmocom.org/libosmocore + master + @PARENT_TAG@.@TAG_OFFSET@ + + + *.tar + xz + + + diff --git a/libosmocore-0.9.0.58.tar.xz b/libosmocore-0.9.0.58.tar.xz deleted file mode 100644 index bf5b8fe..0000000 --- a/libosmocore-0.9.0.58.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:466b2b7b8c4afe2d89db2eb6562bd1819034376e5f9979dcc8490d9bf98e359f -size 395288 diff --git a/libosmocore-0.9.0.91.tar.xz b/libosmocore-0.9.0.91.tar.xz new file mode 100644 index 0000000..4b03107 --- /dev/null +++ b/libosmocore-0.9.0.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca33ed6f62fee31a69ebbd4eb908e1ce5ba1573ab3f78fb28615b70c06f98523 +size 393588 diff --git a/libosmocore.changes b/libosmocore.changes index 445e2ca..f85c6f6 100644 --- a/libosmocore.changes +++ b/libosmocore.changes @@ -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 diff --git a/libosmocore.spec b/libosmocore.spec index 800a99d..d6cf1da 100644 --- a/libosmocore.spec +++ b/libosmocore.spec @@ -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