Projects
osmocom:master
libosmocore
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 101
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.8.0.52.c657a +Version: 1.8.0.54.8c50 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.8.0.52.c657a.tar.xz +Source: libosmocore_1.8.0.54.8c50.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_8c505c12b24609ff5d474f49a2900aec7f400ca2.txt
Added
View file
commit_c657a5028ede03a1bd12498ac2c267635edcdcb8.txt
Deleted
View file
libosmocore_1.8.0.52.c657a.dsc -> libosmocore_1.8.0.54.8c50.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmocore Binary: libosmocore, libosmocodec0, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore20, libosmocore-doc, libosmogb14, libosmogb-doc, libosmogsm18, libosmogsm-doc, libosmoisdn0, libosmoisdn-doc, libosmovty9, libosmovty-doc, libosmoctrl0, libosmoctrl-doc, libosmosim2, libosmosim-doc, libosmousb0, libosmousb-doc, libosmocore-dev, libosmocore-utils, libosmocore-dbg Architecture: any all -Version: 1.8.0.52.c657a +Version: 1.8.0.54.8c50 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 libosmovty9 deb libs optional arch=any Checksums-Sha1: - ec1132024922531b819c37aa384a72739844cb49 1024712 libosmocore_1.8.0.52.c657a.tar.xz + 03e039b5a0ec6a9e669c1e24fafa18ec5f8b51ba 1025068 libosmocore_1.8.0.54.8c50.tar.xz Checksums-Sha256: - 72b15b2354d3d33c12751e505dbbb62f5583c9992ca7085b8e9d0d83f15bb3b6 1024712 libosmocore_1.8.0.52.c657a.tar.xz + c6aa7119bad066cb3d245302da8b137b06b902d6322ff377cc779bb8fbba273a 1025068 libosmocore_1.8.0.54.8c50.tar.xz Files: - 1f7d8422c6689cd4e2aa089549ab8fb4 1024712 libosmocore_1.8.0.52.c657a.tar.xz + 540889611771f6dab264c3f7ece8197d 1025068 libosmocore_1.8.0.54.8c50.tar.xz
View file
libosmocore_1.8.0.52.c657a.tar.xz/.tarball-version -> libosmocore_1.8.0.54.8c50.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.8.0.52-c657a +1.8.0.54-8c50
View file
libosmocore_1.8.0.52.c657a.tar.xz/debian/changelog -> libosmocore_1.8.0.54.8c50.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.8.0.52.c657a) unstable; urgency=medium +libosmocore (1.8.0.54.8c50) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 07 Mar 2023 13:27:09 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 07 Mar 2023 22:12:31 +0000 libosmocore (1.8.0) unstable; urgency=medium
View file
libosmocore_1.8.0.52.c657a.tar.xz/include/osmocom/core/logging.h -> libosmocore_1.8.0.54.8c50.tar.xz/include/osmocom/core/logging.h
Changed
@@ -399,7 +399,6 @@ __attribute__ ((format (printf, 6, 7))); void logp_stub(const char *file, int line, int cont, const char *format, ...); int log_init(const struct log_info *inf, void *talloc_ctx); -int log_initialized(void); void log_fini(void); int log_check_level(int subsys, unsigned int level);
View file
libosmocore_1.8.0.52.c657a.tar.xz/include/osmocom/gsm/cbsp.h -> libosmocore_1.8.0.54.8c50.tar.xz/include/osmocom/gsm/cbsp.h
Changed
@@ -303,7 +303,7 @@ } u; }; -extern const __thread char *osmo_cbsp_errstr; +extern __thread const char *osmo_cbsp_errstr; struct msgb *osmo_cbsp_msgb_alloc(void *ctx, const char *name); struct msgb *osmo_cbsp_encode(void *ctx, const struct osmo_cbsp_decoded *in);
View file
libosmocore_1.8.0.52.c657a.tar.xz/src/gsm/cbsp.c -> libosmocore_1.8.0.54.8c50.tar.xz/src/gsm/cbsp.c
Changed
@@ -30,7 +30,7 @@ #include <osmocom/gsm/cbsp.h> #include <osmocom/gsm/gsm0808_utils.h> -const __thread char *osmo_cbsp_errstr; +__thread const char *osmo_cbsp_errstr; struct msgb *osmo_cbsp_msgb_alloc(void *ctx, const char *name) {
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
.