Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openbsc for openSUSE:Factory checked in at 2021-11-20 22:47:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openbsc (Old) and /work/SRC/openSUSE:Factory/.openbsc.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openbsc" Sat Nov 20 22:47:59 2021 rev:7 rq:932601 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/openbsc/openbsc.changes 2021-10-15 23:04:25.706117347 +0200 +++ /work/SRC/openSUSE:Factory/.openbsc.new.1895/openbsc.changes 2021-11-20 22:48:22.739792888 +0100 @@ -1,0 +2,6 @@ +Fri Nov 19 09:36:31 UTC 2021 - Martin Hauke <[email protected]> + +- Update to new upstream release 1.4.1 + * Changes to the build system only + +------------------------------------------------------------------- Old: ---- 1.4.0.tar.gz New: ---- 1.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openbsc.spec ++++++ --- /var/tmp/diff_new_pack.bYE6wO/_old 2021-11-20 22:48:23.175791443 +0100 +++ /var/tmp/diff_new_pack.bYE6wO/_new 2021-11-20 22:48:23.183791416 +0100 @@ -16,10 +16,8 @@ # -%define _lto_cflags %nil - Name: openbsc -Version: 1.4.0 +Version: 1.4.1 Release: 0 Summary: Base station controller for a GSM stack License: AGPL-3.0-or-later AND GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later @@ -116,7 +114,7 @@ %check pushd openbsc/ -make %{?_smp_mflags} check || find . -name testsuite.log -exec cat {} + +%make_build check || find . -name testsuite.log -exec cat {} + popd %pre @@ -149,7 +147,7 @@ %_docdir/openbsc %_bindir/osmo-nitb %dir %_sysconfdir/osmocom -%config %_sysconfdir/osmocom/osmo-nitb.cfg +%config(noreplace) %_sysconfdir/osmocom/osmo-nitb.cfg %_unitdir/osmo-nitb.service %_sbindir/rcosmo-nitb %dir %_localstatedir/lib/osmocom @@ -161,7 +159,7 @@ %files bsc-sccplite %_bindir/osmo-bsc_mgcp %dir %_sysconfdir/osmocom -%config %_sysconfdir/osmocom/osmo-bsc-mgcp.cfg +%config(noreplace) %_sysconfdir/osmocom/osmo-bsc-mgcp.cfg %_unitdir/osmo-bsc-mgcp.service %_sbindir/rcosmo-bsc-mgcp ++++++ 1.4.0.tar.gz -> 1.4.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openbsc-1.4.0/README.md new/openbsc-1.4.1/README.md --- old/openbsc-1.4.0/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/openbsc-1.4.1/README.md 2021-11-16 18:35:09.000000000 +0100 @@ -0,0 +1,22 @@ +openbsc.git +=========== + +This is a HISTORICAL,OBSOLETE repository containing the code-base +of what used to be known as bs11_hack, later OpenBSC and also OsmoNITB. + +Those projects have been superseded by OsmoBSC, OsmoMSC and OsmoHLR +(collectively known as Osmocom CNI). + +The code in this repository is completely unmaintained, unsupported and +it is strongly discouraged to use it. On the other hand, the modern +Osmocom CNI implementations are fully maintained and continuously +tested. + +Do not bother the developers with questions about code from this +repository. + +Further Links +------------- + +* [New-style GSM NITB baesd on discrete Osmocom CNI projects](https://osmocom.org/projects/cellular-infrastructure/wiki/Osmocom_Network_In_The_Box) +* [Migration guide from OsmoNITB to Osmcoom CNI](https://osmocom.org/projects/cellular-infrastructure/wiki/OsmoNITB_Migration_Guide) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openbsc-1.4.0/contrib/jenkins.sh new/openbsc-1.4.1/contrib/jenkins.sh --- old/openbsc-1.4.0/contrib/jenkins.sh 2020-12-10 17:07:15.000000000 +0100 +++ new/openbsc-1.4.1/contrib/jenkins.sh 2021-11-16 18:35:09.000000000 +0100 @@ -54,7 +54,6 @@ # Build and publish manuals if [ "$WITH_MANUALS" = "1" ]; then # Build all manuals first - osmo-build-dep.sh osmo-gsm-manuals for dir in "$base"/manuals/*/; do make -C "$dir" done diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openbsc-1.4.0/debian/changelog new/openbsc-1.4.1/debian/changelog --- old/openbsc-1.4.0/debian/changelog 2020-12-10 17:07:15.000000000 +0100 +++ new/openbsc-1.4.1/debian/changelog 2021-11-16 18:35:09.000000000 +0100 @@ -1,3 +1,19 @@ +openbsc (1.4.1) unstable; urgency=medium + + [ Oliver Smith ] + * contrib/jenkins: don't build osmo-gsm-manuals + * debian/control: remove dh-systemd build-depend + + [ Pau Espin Pedrol ] + * tests: Explicitly drop category from log + * gitignore: Ignore configure~ file + * tests: Replace deprecated API log_set_print_filename + + [ Harald Welte ] + * add README.md to indicate what this repo is about + + -- Pau Espin Pedrol <[email protected]> Tue, 16 Nov 2021 18:35:09 +0100 + openbsc (1.4.0) unstable; urgency=medium [ Harald Welte ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openbsc-1.4.0/debian/control new/openbsc-1.4.1/debian/control --- old/openbsc-1.4.0/debian/control 2020-12-10 17:07:15.000000000 +0100 +++ new/openbsc-1.4.1/debian/control 2021-11-16 18:35:09.000000000 +0100 @@ -8,7 +8,6 @@ pkg-config, libdbi0-dev, dh-autoreconf, - dh-systemd (>= 1.5), libsmpp34-dev (>= 1.13.0), libosmocore-dev (>= 1.0.1), libosmo-abis-dev (>= 0.6.0), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openbsc-1.4.0/openbsc/.gitignore new/openbsc-1.4.1/openbsc/.gitignore --- old/openbsc-1.4.0/openbsc/.gitignore 2020-12-10 17:07:15.000000000 +0100 +++ new/openbsc-1.4.1/openbsc/.gitignore 2021-11-16 18:35:09.000000000 +0100 @@ -38,6 +38,7 @@ libtool ltmain.sh m4/*.m4 +configure~ # git-version-gen magic .tarball-version diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openbsc-1.4.0/openbsc/tests/db/db_test.c new/openbsc-1.4.1/openbsc/tests/db/db_test.c --- old/openbsc-1.4.0/openbsc/tests/db/db_test.c 2020-12-10 17:07:15.000000000 +0100 +++ new/openbsc-1.4.1/openbsc/tests/db/db_test.c 2021-11-16 18:35:09.000000000 +0100 @@ -205,8 +205,10 @@ { printf("Testing subscriber database code.\n"); osmo_init_logging(&log_info); - log_set_print_filename(osmo_stderr_target, 0); + log_set_print_filename2(osmo_stderr_target, LOG_FILENAME_NONE); log_set_use_color(osmo_stderr_target, 0); + log_set_print_category(osmo_stderr_target, 0); + log_set_print_category_hex(osmo_stderr_target, 0); dummy_net.subscr_group = &dummy_sgrp; dummy_sgrp.net = &dummy_net; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openbsc-1.4.0/openbsc/tests/smpp/smpp_test.c new/openbsc-1.4.1/openbsc/tests/smpp/smpp_test.c --- old/openbsc-1.4.0/openbsc/tests/smpp/smpp_test.c 2020-12-10 17:07:15.000000000 +0100 +++ new/openbsc-1.4.1/openbsc/tests/smpp/smpp_test.c 2021-11-16 18:35:09.000000000 +0100 @@ -66,7 +66,9 @@ { osmo_init_logging(&log_info); log_set_use_color(osmo_stderr_target, 0); - log_set_print_filename(osmo_stderr_target, 0); + log_set_print_filename2(osmo_stderr_target, LOG_FILENAME_NONE); + log_set_print_category(osmo_stderr_target, 0); + log_set_print_category_hex(osmo_stderr_target, 0); test_coding_scheme(); return EXIT_SUCCESS; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openbsc-1.4.0/openbsc/tests/subscr/bsc_subscr_test.c new/openbsc-1.4.1/openbsc/tests/subscr/bsc_subscr_test.c --- old/openbsc-1.4.0/openbsc/tests/subscr/bsc_subscr_test.c 2020-12-10 17:07:15.000000000 +0100 +++ new/openbsc-1.4.1/openbsc/tests/subscr/bsc_subscr_test.c 2021-11-16 18:35:09.000000000 +0100 @@ -114,10 +114,11 @@ { printf("Testing BSC subscriber core code.\n"); osmo_init_logging(&log_info); - log_set_print_filename(osmo_stderr_target, 0); + log_set_print_filename2(osmo_stderr_target, LOG_FILENAME_NONE); log_set_print_timestamp(osmo_stderr_target, 0); log_set_use_color(osmo_stderr_target, 0); log_set_print_category(osmo_stderr_target, 1); + log_set_print_category_hex(osmo_stderr_target, 0); log_set_category_filter(osmo_stderr_target, DREF, 1, LOGL_DEBUG); bsc_subscribers = talloc_zero(NULL, struct llist_head); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openbsc-1.4.0/openbsc/tests/subscr/subscr_test.c new/openbsc-1.4.1/openbsc/tests/subscr/subscr_test.c --- old/openbsc-1.4.0/openbsc/tests/subscr/subscr_test.c 2020-12-10 17:07:15.000000000 +0100 +++ new/openbsc-1.4.1/openbsc/tests/subscr/subscr_test.c 2021-11-16 18:35:09.000000000 +0100 @@ -105,7 +105,9 @@ { printf("Testing subscriber core code.\n"); osmo_init_logging(&log_info); - log_set_print_filename(osmo_stderr_target, 0); + log_set_print_filename2(osmo_stderr_target, LOG_FILENAME_NONE); + log_set_print_category(osmo_stderr_target, 0); + log_set_print_category_hex(osmo_stderr_target, 0); dummy_net.subscr_group = &dummy_sgrp; dummy_sgrp.net = &dummy_net;
