- Update to new upstream release 0.10.2

OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmocore?expand=0&rev=51
This commit is contained in:
Jan Engelhardt 2017-12-27 20:33:49 +00:00 committed by Git OBS Bridge
parent 21c74b4339
commit d99f2ee9f2
5 changed files with 50 additions and 36 deletions

View File

@ -2,8 +2,8 @@
<service name="tar_scm" mode="disabled">
<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>
<param name="revision">0.10.2</param>
<param name="versionformat">0.10.2</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Dec 27 20:10:30 UTC 2017 - jengelh@inai.de
- Update to new upstream release 0.10.2
* GPRS: print remote state info for NS peer
* ctrl: allow more nodes than those in enum ctrl_node_type
* fsm: Enforce FSM and FSM instance names are valid osmocom
identifiers
* rate_ctr: Enforce counter (and ctr_group) names are valid
identifiers
* Convert lib-internal rate_ctr from '.' separator to ':'
separator
* GPRS: add vty command to show only persistent NS
-------------------------------------------------------------------
Mon Oct 2 22:37:48 UTC 2017 - jengelh@inai.de

View File

@ -16,12 +16,12 @@
#
%define version_unconverted 0.9.6.400
%define version_unconverted 0.10.2
Name: libosmocore
Version: 0.9.6.400
Version: 0.10.2
Release: 0
Summary: Open Source Mobile Communications Core Library
Summary: The Open Source Mobile Communications Core Library
License: GPL-2.0 and GPL-2.0+ and LGPL-2.1+ and AGPL-3.0+
Group: Productivity/Telephony/Utilities
Url: https://osmocom.org/projects/libosmocore/wiki/Libosmocore
@ -111,13 +111,13 @@ transcoding routines.
This subpackage contains libraries and header files for developing
applications that want to make use of libosmocoding.
%package -n libosmocore8
%package -n libosmocore9
Summary: Osmocom core library
# crc16.c has GPL2-only clauses, the rest (*.c) is GPL-2.0+
License: GPL-2.0 and GPL-2.0+
Group: System/Libraries
%description -n libosmocore8
%description -n libosmocore9
libosmocore is a library with various utility functions shared
between OpenBSC and OsmocomBB.
@ -126,7 +126,7 @@ Summary: Development files for the Osmocom core library
# crc16.h has GPL2-only clauses, the rest (*.h) is GPL-2.0+
License: GPL-2.0 and GPL-2.0+
Group: Development/Libraries/C and C++
Requires: libosmocore8 = %version
Requires: libosmocore9 = %version
Requires: libtalloc-devel
%description -n libosmocore-devel
@ -163,12 +163,12 @@ interface, the control interface is meant to be used by programs.
This subpackage contains libraries and header files for developing
applications that want to make use of libosmoctrl.
%package -n libosmogb4
%package -n libosmogb5
Summary: Osmocom GPRS Gb Interface (NS/BSSGP) library
License: AGPL-3.0+
Group: System/Libraries
%description -n libosmogb4
%description -n libosmogb5
libosmocore is a package with various utility functions that were
originally developed as part of the OpenBSC project.
@ -179,7 +179,7 @@ Summary: Development files for the Osmocom GPRS Gb interface library
License: AGPL-3.0+
Group: Development/Libraries/C and C++
Requires: libosmocore-devel = %version
Requires: libosmogb4 = %version
Requires: libosmogb5 = %version
Requires: libosmogsm-devel = %version
%description -n libosmogb-devel
@ -188,12 +188,12 @@ The libosmogb library contains a GPRS BSSGP protocol implementation.
This subpackage contains libraries and header files for developing
applications that want to make use of libosmogb.
%package -n libosmogsm6
%package -n libosmogsm8
Summary: Osmocom GSM utility library
License: GPL-2.0+ and AGPL-3.0+
Group: System/Libraries
%description -n libosmogsm6
%description -n libosmogsm8
libosmocore is a package with various utility functions that were
originally developed as part of the OpenBSC project.
@ -208,7 +208,7 @@ Summary: Development files for the Osmocom GSM utility library
License: GPL-2.0+ and AGPL-3.0+
Group: Development/Libraries/C and C++
Requires: libosmocore-devel = %version
Requires: libosmogsm6 = %version
Requires: libosmogsm8 = %version
%description -n libosmogsm-devel
The libosmogsm library in particular is a collection of common code
@ -246,12 +246,12 @@ access.
This subpackage contains libraries and header files for developing
applications that want to make use of libosmosim.
%package -n libosmovty3
%package -n libosmovty4
Summary: Osmocom VTY interface library
License: GPL-2.0+
Group: System/Libraries
%description -n libosmovty3
%description -n libosmovty4
libosmocore is a package with various utility functions that were
originally developed as part of the OpenBSC project.
@ -263,7 +263,7 @@ Summary: Development files for the Osmocom VTY interface library
License: GPL-2.0+
Group: Development/Libraries/C and C++
Requires: libosmocore-devel = %version
Requires: libosmovty3 = %version
Requires: libosmovty4 = %version
%description -n libosmovty-devel
The libosmovty library implements the interactive command-line on the
@ -296,18 +296,18 @@ make %{?_smp_mflags} check || :
%postun -n libosmocodec0 -p /sbin/ldconfig
%post -n libosmocoding0 -p /sbin/ldconfig
%postun -n libosmocoding0 -p /sbin/ldconfig
%post -n libosmocore8 -p /sbin/ldconfig
%postun -n libosmocore8 -p /sbin/ldconfig
%post -n libosmocore9 -p /sbin/ldconfig
%postun -n libosmocore9 -p /sbin/ldconfig
%post -n libosmoctrl0 -p /sbin/ldconfig
%postun -n libosmoctrl0 -p /sbin/ldconfig
%post -n libosmogb4 -p /sbin/ldconfig
%postun -n libosmogb4 -p /sbin/ldconfig
%post -n libosmogsm6 -p /sbin/ldconfig
%postun -n libosmogsm6 -p /sbin/ldconfig
%post -n libosmogb5 -p /sbin/ldconfig
%postun -n libosmogb5 -p /sbin/ldconfig
%post -n libosmogsm8 -p /sbin/ldconfig
%postun -n libosmogsm8 -p /sbin/ldconfig
%post -n libosmosim0 -p /sbin/ldconfig
%postun -n libosmosim0 -p /sbin/ldconfig
%post -n libosmovty3 -p /sbin/ldconfig
%postun -n libosmovty3 -p /sbin/ldconfig
%post -n libosmovty4 -p /sbin/ldconfig
%postun -n libosmovty4 -p /sbin/ldconfig
%files tools
%defattr(-,root,root)
@ -337,9 +337,9 @@ make %{?_smp_mflags} check || :
%_libdir/libosmocoding.so
%_libdir/pkgconfig/libosmocoding.pc
%files -n libosmocore8
%files -n libosmocore9
%defattr(-,root,root)
%_libdir/libosmocore.so.8*
%_libdir/libosmocore.so.9*
%files -n libosmocore-devel
%defattr(-,root,root)
@ -361,9 +361,9 @@ make %{?_smp_mflags} check || :
%_libdir/libosmoctrl.so
%_libdir/pkgconfig/libosmoctrl.pc
%files -n libosmogb4
%files -n libosmogb5
%defattr(-,root,root)
%_libdir/libosmogb.so.4*
%_libdir/libosmogb.so.5*
%files -n libosmogb-devel
%defattr(-,root,root)
@ -373,9 +373,9 @@ make %{?_smp_mflags} check || :
%_libdir/libosmogb.so
%_libdir/pkgconfig/libosmogb.pc
%files -n libosmogsm6
%files -n libosmogsm8
%defattr(-,root,root)
%_libdir/libosmogsm.so.6*
%_libdir/libosmogsm.so.8*
%files -n libosmogsm-devel
%defattr(-,root,root)
@ -398,9 +398,9 @@ make %{?_smp_mflags} check || :
%_libdir/libosmosim.so
%_libdir/pkgconfig/libosmosim.pc
%files -n libosmovty3
%files -n libosmovty4
%defattr(-,root,root)
%_libdir/libosmovty.so.3*
%_libdir/libosmovty.so.4*
%files -n libosmovty-devel
%defattr(-,root,root)