Projects
osmocom:master
libosmo-netif
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 34
View file
libosmo-netif.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmo-netif Requires: osmocom-master -Version: 1.3.0.2.50d4 +Version: 1.3.0.3.1d12 Release: 0 Summary: Osmocom library for muxed audio License: GPL-2.0-or-later Group: Productivity/Telephony/Utilities URL: https://osmocom.org/projects/libosmo-netif -Source: libosmo-netif_1.3.0.2.50d4.tar.xz +Source: libosmo-netif_1.3.0.3.1d12.tar.xz Source1: rpmlintrc BuildRequires: automake BuildRequires: libtool >= 2
View file
commit_1d129ae24bba787a3d811d0cf56f19f3256441cc.txt
Added
View file
commit_50d4a66e347a42e08fa91351d7f5424e84729f45.txt
Deleted
View file
libosmo-netif_1.3.0.2.50d4.dsc -> libosmo-netif_1.3.0.3.1d12.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmo-netif Binary: libosmonetif11, libosmo-netif-dev, libosmo-netif-doc, libosmo-netif-dbg Architecture: any all -Version: 1.3.0.2.50d4 +Version: 1.3.0.3.1d12 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmo-netif Standards-Version: 3.9.6 @@ -15,8 +15,8 @@ libosmo-netif-doc deb doc optional arch=all libosmonetif11 deb libs optional arch=any Checksums-Sha1: - a27b1e0fe5890843f0fd1ffdae52290c70865d4e 180624 libosmo-netif_1.3.0.2.50d4.tar.xz + dd09f58bd31623d7b85428e2e98f5760484cdee6 180936 libosmo-netif_1.3.0.3.1d12.tar.xz Checksums-Sha256: - 68234b468d25a1da0e6ed96d0ecc7d06834a7e199c6c1ae5ea13260a01675d46 180624 libosmo-netif_1.3.0.2.50d4.tar.xz + af318a125ec88a914e62beeff960e005414e998023dfb12b0bc07485b09e6bb2 180936 libosmo-netif_1.3.0.3.1d12.tar.xz Files: - 5ed4c27f61f287297b1002cd1f1fe49a 180624 libosmo-netif_1.3.0.2.50d4.tar.xz + 84f91fc0b98ea81cbfae072711c2228d 180936 libosmo-netif_1.3.0.3.1d12.tar.xz
View file
libosmo-netif_1.3.0.2.50d4.tar.xz/.tarball-version -> libosmo-netif_1.3.0.3.1d12.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.3.0.2-50d4 +1.3.0.3-1d12
View file
libosmo-netif_1.3.0.2.50d4.tar.xz/debian/changelog -> libosmo-netif_1.3.0.3.1d12.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmo-netif (1.3.0.2.50d4) unstable; urgency=medium +libosmo-netif (1.3.0.3.1d12) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Sat, 11 Feb 2023 18:45:24 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 20 Feb 2023 10:55:38 +0000 libosmo-netif (1.3.0) unstable; urgency=medium
View file
libosmo-netif_1.3.0.2.50d4.tar.xz/include/osmocom/netif/amr.h -> libosmo-netif_1.3.0.3.1d12.tar.xz/include/osmocom/netif/amr.h
Changed
@@ -36,7 +36,7 @@ q:1, /* OK (not damaged) at origin? */ ft_lo:1; /* coding mode lowest bit */ #elif OSMO_IS_BIG_ENDIAN -/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianess.py) */ +/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */ uint8_t cmr:4, f:1, ft_hi:3; uint8_t ft_lo:1, q:1, data_start:6; #endif @@ -88,7 +88,7 @@ ft:4, /* coding mode */ f:1; /* followed by another speech frame? */ #elif OSMO_IS_BIG_ENDIAN -/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianess.py) */ +/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */ uint8_t cmr:4, pad1:4; uint8_t f:1, ft:4, q:1, pad2:2; #endif
View file
libosmo-netif_1.3.0.2.50d4.tar.xz/include/osmocom/netif/osmux.h -> libosmo-netif_1.3.0.3.1d12.tar.xz/include/osmocom/netif/osmux.h
Changed
@@ -40,7 +40,7 @@ ft:2, rtp_m:1; #elif OSMO_IS_BIG_ENDIAN -/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianess.py) */ +/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */ uint8_t rtp_m:1, ft:2, ctr:3, amr_f:1, amr_q:1; #endif uint8_t seq; @@ -50,7 +50,7 @@ uint8_t amr_cmr:4, amr_ft:4; #elif OSMO_IS_BIG_ENDIAN -/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianess.py) */ +/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */ uint8_t amr_ft:4, amr_cmr:4; #endif uint8_t data0;
View file
libosmo-netif_1.3.0.2.50d4.tar.xz/include/osmocom/netif/rtp.h -> libosmo-netif_1.3.0.3.1d12.tar.xz/include/osmocom/netif/rtp.h
Changed
@@ -13,7 +13,7 @@ uint8_t payload_type:7, marker:1; #elif OSMO_IS_BIG_ENDIAN -/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianess.py) */ +/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */ uint8_t version:2, padding:1, extension:1, csrc_count:4; uint8_t marker:1, payload_type:7; #endif
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.