Changes of Revision 101
libosmocore.spec
Changed
x
1
2
3
Name: libosmocore
4
Requires: osmocom-master
5
-Version: 1.8.0.52.c657a
6
+Version: 1.8.0.54.8c50
7
Release: 0
8
Summary: The Open Source Mobile Communications Core Library
9
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND AGPL-3.0-or-later
10
Group: Productivity/Telephony/Utilities
11
Url: https://osmocom.org/projects/libosmocore/wiki/Libosmocore
12
-Source: libosmocore_1.8.0.52.c657a.tar.xz
13
+Source: libosmocore_1.8.0.54.8c50.tar.xz
14
Source1: rpmlintrc
15
BuildRequires: automake >= 1.6
16
BuildRequires: libtool >= 2
17
commit_8c505c12b24609ff5d474f49a2900aec7f400ca2.txt
Added
commit_c657a5028ede03a1bd12498ac2c267635edcdcb8.txt
Deleted
libosmocore_1.8.0.52.c657a.dsc -> libosmocore_1.8.0.54.8c50.dsc
Changed
22
1
2
Source: libosmocore
3
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
4
Architecture: any all
5
-Version: 1.8.0.52.c657a
6
+Version: 1.8.0.54.8c50
7
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
8
Homepage: https://projects.osmocom.org/projects/libosmocore
9
Standards-Version: 3.9.8
10
11
libosmovty-doc deb doc optional arch=all
12
libosmovty9 deb libs optional arch=any
13
Checksums-Sha1:
14
- ec1132024922531b819c37aa384a72739844cb49 1024712 libosmocore_1.8.0.52.c657a.tar.xz
15
+ 03e039b5a0ec6a9e669c1e24fafa18ec5f8b51ba 1025068 libosmocore_1.8.0.54.8c50.tar.xz
16
Checksums-Sha256:
17
- 72b15b2354d3d33c12751e505dbbb62f5583c9992ca7085b8e9d0d83f15bb3b6 1024712 libosmocore_1.8.0.52.c657a.tar.xz
18
+ c6aa7119bad066cb3d245302da8b137b06b902d6322ff377cc779bb8fbba273a 1025068 libosmocore_1.8.0.54.8c50.tar.xz
19
Files:
20
- 1f7d8422c6689cd4e2aa089549ab8fb4 1024712 libosmocore_1.8.0.52.c657a.tar.xz
21
+ 540889611771f6dab264c3f7ece8197d 1025068 libosmocore_1.8.0.54.8c50.tar.xz
22
libosmocore_1.8.0.52.c657a.tar.xz/.tarball-version -> libosmocore_1.8.0.54.8c50.tar.xz/.tarball-version
Changed
4
1
2
-1.8.0.52-c657a
3
+1.8.0.54-8c50
4
libosmocore_1.8.0.52.c657a.tar.xz/debian/changelog -> libosmocore_1.8.0.54.8c50.tar.xz/debian/changelog
Changed
12
1
2
-libosmocore (1.8.0.52.c657a) unstable; urgency=medium
3
+libosmocore (1.8.0.54.8c50) unstable; urgency=medium
4
5
* Automatically generated changelog entry for building the Osmocom master feed
6
7
- -- Osmocom OBS scripts <info@osmocom.org> Tue, 07 Mar 2023 13:27:09 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org> Tue, 07 Mar 2023 22:12:31 +0000
9
10
libosmocore (1.8.0) unstable; urgency=medium
11
12
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
9
1
2
__attribute__ ((format (printf, 6, 7)));
3
void logp_stub(const char *file, int line, int cont, const char *format, ...);
4
int log_init(const struct log_info *inf, void *talloc_ctx);
5
-int log_initialized(void);
6
void log_fini(void);
7
int log_check_level(int subsys, unsigned int level);
8
9
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
10
1
2
} u;
3
};
4
5
-extern const __thread char *osmo_cbsp_errstr;
6
+extern __thread const char *osmo_cbsp_errstr;
7
8
struct msgb *osmo_cbsp_msgb_alloc(void *ctx, const char *name);
9
struct msgb *osmo_cbsp_encode(void *ctx, const struct osmo_cbsp_decoded *in);
10
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
10
1
2
#include <osmocom/gsm/cbsp.h>
3
#include <osmocom/gsm/gsm0808_utils.h>
4
5
-const __thread char *osmo_cbsp_errstr;
6
+__thread const char *osmo_cbsp_errstr;
7
8
struct msgb *osmo_cbsp_msgb_alloc(void *ctx, const char *name)
9
{
10