Projects
osmocom:master
libosmocore
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 64
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.8.0.3.96a8b +Version: 1.8.0.4.6939 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.3.96a8b.tar.xz +Source: libosmocore_1.8.0.4.6939.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_6939169de9a363221acc8266e0989df156930ab8.txt
Added
View file
commit_96a8b559bb3a88d387b6927bd335bffb2d11b2f0.txt
Deleted
View file
libosmocore_1.8.0.3.96a8b.dsc -> libosmocore_1.8.0.4.6939.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, libosmousb0, libosmocore-dev, libosmocore-utils, libosmocore-dbg Architecture: any all -Version: 1.8.0.3.96a8b +Version: 1.8.0.4.6939 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmocore Standards-Version: 3.9.8 @@ -33,8 +33,8 @@ libosmovty-doc deb doc optional arch=all libosmovty9 deb libs optional arch=any Checksums-Sha1: - 752e26de6ac36454282fc8d6d91ee560ca65b97d 1017384 libosmocore_1.8.0.3.96a8b.tar.xz + 828855fdbaa0c8d3ed1c919694a0f1ef4b60ebef 1017436 libosmocore_1.8.0.4.6939.tar.xz Checksums-Sha256: - 24d5785cd929e5f03668d47c4dc3de359680b2486dc75c7da90f463e8441845c 1017384 libosmocore_1.8.0.3.96a8b.tar.xz + 98961be6e5c2cf1f5d7a267857c306a173ea89ad04114b306760db071350e1e2 1017436 libosmocore_1.8.0.4.6939.tar.xz Files: - 4c850c02c266c6bcb5202cb3de851e07 1017384 libosmocore_1.8.0.3.96a8b.tar.xz + 8d536567e2b4e06d8ce66878ceeb9e92 1017436 libosmocore_1.8.0.4.6939.tar.xz
View file
libosmocore_1.8.0.3.96a8b.tar.xz/.tarball-version -> libosmocore_1.8.0.4.6939.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.8.0.3-96a8b +1.8.0.4-6939
View file
libosmocore_1.8.0.4.6939.tar.xz/contrib/talloc_count.sh
Added
@@ -0,0 +1,52 @@ +#!/bin/sh +# +# Print a summary of how often each named object appears in a talloc report. +# +# usage: +# talloc_count.sh my_talloc_report.txt +# or: +# osmo_interact_vty.py -p 4242 -c 'show talloc-context application full' | talloc_count.sh +# +# produces output like: +# 1 struct foo +# 1 struct log_info +# 1 struct log_info_cat +# 21 msgb +# 1391 SCCP-SCOC(N)N +# 1402 struct osmo_fsm_inst +# ... + +f="$1" + +tmpdir="$(mktemp -d)" +trap "rm -rf \"$tmpdir\"" EXIT + +# without input file, read stdin +if "x$f" = "x" ; then + f="$tmpdir/input" + cat > $f +fi + +mangled="$tmpdir/mangled" +grep contains "$f" \ + | sed 's/ \t*contains.*//' \ + | sed 's/^ \t*//' \ + | sed 's/ \t \t*/ /g' \ + | grep -v '^$' \ + | grep -v '^0-9\+$' \ + | sed 's/0x0-9a-fA-F\+/N/g' \ + | sed 's/0-9\+/N/g' \ + | sort \ + > "$mangled" + +count() { + name="$1" + nr="$(grep -Fx "$name" "$mangled" | wc -l)" + printf "%6d $name\\n" $nr +} + +{ + cat "$mangled" | uniq | while read type; do + count "$type" + done +} | sort -h
View file
libosmocore_1.8.0.3.96a8b.tar.xz/debian/changelog -> libosmocore_1.8.0.4.6939.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.8.0.3.96a8b) unstable; urgency=medium +libosmocore (1.8.0.4.6939) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 09 Feb 2023 12:26:50 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 10 Feb 2023 20:47:10 +0000 libosmocore (1.8.0) unstable; urgency=medium
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
.