Projects
osmocom:master
libosmocore
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 399
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.11.0.1.6f11 +Version: 1.11.0.2.4150 Release: 0 Summary: The Open Source Mobile Communications Core Library License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND AGPL-3.0-or-later Group: Productivity/Telephony/Utilities Url: https://osmocom.org/projects/libosmocore/wiki/Libosmocore -Source: libosmocore_1.11.0.1.6f11.tar.xz +Source: libosmocore_1.11.0.2.4150.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_4150c2e6b010aee1e087b206ed43a29d569ebd3d.txt
Added
View file
commit_6f11de68aef14c2e22bff106bc46a729f29dbb01.txt
Deleted
View file
libosmocore_1.11.0.1.6f11.dsc -> libosmocore_1.11.0.2.4150.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmocore Binary: libosmocore, libosmocodec4, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore22, libosmocore-doc, libosmogb14, libosmogb-doc, libosmogsm20, libosmogsm-doc, libosmoisdn0, libosmoisdn-doc, libosmovty13, libosmovty-doc, libosmoctrl0, libosmoctrl-doc, libosmosim2, libosmosim-doc, libosmousb0, libosmousb-doc, libosmocore-dev, libosmocore-utils, libosmocore-dbg Architecture: any all -Version: 1.11.0.1.6f11 +Version: 1.11.0.2.4150 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmocore Standards-Version: 3.9.8 @@ -35,8 +35,8 @@ libosmovty-doc deb doc optional arch=all libosmovty13 deb libs optional arch=any Checksums-Sha1: - 33f03200805f0699987dd61c9c8c38a80d247315 1125724 libosmocore_1.11.0.1.6f11.tar.xz + 1f857ff4c9947cb7aa8de98855a63fe7168b8ce1 1125916 libosmocore_1.11.0.2.4150.tar.xz Checksums-Sha256: - 9f7aa0917b3afb5159596d47a361827efad83cff12dd9fa1212d84bc1197a37d 1125724 libosmocore_1.11.0.1.6f11.tar.xz + 87f0e97e07293eb349fbfd06fb7d3c593577a8c25519a41a8844f9603b906ae5 1125916 libosmocore_1.11.0.2.4150.tar.xz Files: - a9fe13348e0c4417e129a74ab09d3563 1125724 libosmocore_1.11.0.1.6f11.tar.xz + 47f5fb8f4d180e001075bbbfea296774 1125916 libosmocore_1.11.0.2.4150.tar.xz
View file
libosmocore_1.11.0.1.6f11.tar.xz/.tarball-version -> libosmocore_1.11.0.2.4150.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.11.0.1-6f11 +1.11.0.2-4150
View file
libosmocore_1.11.0.1.6f11.tar.xz/debian/changelog -> libosmocore_1.11.0.2.4150.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.11.0.1.6f11) unstable; urgency=medium +libosmocore (1.11.0.2.4150) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Fri, 14 Feb 2025 13:57:36 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sat, 15 Feb 2025 19:47:44 +0000 libosmocore (1.11.0) unstable; urgency=medium
View file
libosmocore_1.11.0.1.6f11.tar.xz/tests/soft_uart/soft_uart_test.c -> libosmocore_1.11.0.2.4150.tar.xz/tests/soft_uart/soft_uart_test.c
Changed
@@ -389,14 +389,14 @@ g_tx_cb_cfg.data = (void *)"\x55"; g_tx_cb_cfg.data_len = 1; - printf("======== pulling %lu bits (%u at a time)\n", sizeof(tx_buf), n); + printf("======== pulling %zu bits (%u at a time)\n", sizeof(tx_buf), n); for (unsigned int i = 0; i < sizeof(tx_buf); i += n) { rc = osmo_soft_uart_tx_ubits(suart, &tx_bufi, n); OSMO_ASSERT(rc == n); } printf("%s\n", osmo_ubit_dump(&tx_buf0, sizeof(tx_buf))); - printf("======== feeding %lu bits into the receiver\n", sizeof(tx_buf)); + printf("======== feeding %zu bits into the receiver\n", sizeof(tx_buf)); rc = osmo_soft_uart_rx_ubits(suart, &tx_buf0, sizeof(tx_buf)); OSMO_ASSERT(rc == 0); osmo_soft_uart_flush_rx(suart);
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
.