Projects
osmocom:master
libosmocore
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 247
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.9.0.20.4ca0f +Version: 1.9.0.21.11a41 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.9.0.20.4ca0f.tar.xz +Source: libosmocore_1.9.0.21.11a41.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_11a416827dd9f2da6b7c1db0e1e83adb1e6e5cc8.txt
Added
View file
commit_4ca0f62cc4d556a01089726919e9314791a11bfd.txt
Deleted
View file
libosmocore_1.9.0.20.4ca0f.dsc -> libosmocore_1.9.0.21.11a41.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmocore Binary: libosmocore, libosmocodec4, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore21, 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.9.0.20.4ca0f +Version: 1.9.0.21.11a41 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: - 6c3af82a6db2d27a1442add26dcb29fd6aac06e4 1073600 libosmocore_1.9.0.20.4ca0f.tar.xz + 0c302781d444f02ef36a00ebb24b50cae6c9a3f2 1073916 libosmocore_1.9.0.21.11a41.tar.xz Checksums-Sha256: - 7149c8c4603f599a0adaae01df30d7fb22270e16449e1b0b9c4641201fab3580 1073600 libosmocore_1.9.0.20.4ca0f.tar.xz + 0600a0c9ac4cef225c56cd338a6633c67e5ea67835757ec13cb4e8873c8982cc 1073916 libosmocore_1.9.0.21.11a41.tar.xz Files: - c0572235fb93303dbd667ac5af959421 1073600 libosmocore_1.9.0.20.4ca0f.tar.xz + 53bd4f8e4cbd61a540132e8c16d85186 1073916 libosmocore_1.9.0.21.11a41.tar.xz
View file
libosmocore_1.9.0.20.4ca0f.tar.xz/.tarball-version -> libosmocore_1.9.0.21.11a41.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.9.0.20-4ca0f +1.9.0.21-11a41
View file
libosmocore_1.9.0.20.4ca0f.tar.xz/debian/changelog -> libosmocore_1.9.0.21.11a41.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.9.0.20.4ca0f) unstable; urgency=medium +libosmocore (1.9.0.21.11a41) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Fri, 27 Oct 2023 07:02:22 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 07 Nov 2023 16:55:09 +0000 libosmocore (1.9.0) unstable; urgency=medium
View file
libosmocore_1.9.0.20.4ca0f.tar.xz/src/core/logging.c -> libosmocore_1.9.0.21.11a41.tar.xz/src/core/logging.c
Changed
@@ -616,7 +616,15 @@ } if (target->use_color && c_subsys) { - ret = snprintf(buf + offset, rem, OSMO_LOGCOLOR_END); + /* Ensure the last color escape is sent before the newline + * (to not clobber journald, which works on single-lines only) */ + if (offset > 0 && bufoffset - 1 == '\n') { + offset--; rem++; + ret = snprintf(buf + offset, rem, OSMO_LOGCOLOR_END "\n"); + } else { + ret = snprintf(buf + offset, rem, OSMO_LOGCOLOR_END); + } + if (ret < 0) goto err; OSMO_SNPRINTF_RET(ret, rem, offset, len);
View file
libosmocore_1.9.0.20.4ca0f.tar.xz/tests/loggingrb/logging_test.err -> libosmocore_1.9.0.21.11a41.tar.xz/tests/loggingrb/logging_test.err
Changed
@@ -1,3 +1,2 @@ -1;31mYou should see this -0;m1;32mYou should see this -0;m \ No newline at end of file +1;31mYou should see this0;m +1;32mYou should see this0;m
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
.