Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package osmo-smlc for openSUSE:Factory 
checked in at 2023-05-19 11:55:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osmo-smlc (Old)
 and      /work/SRC/openSUSE:Factory/.osmo-smlc.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osmo-smlc"

Fri May 19 11:55:40 2023 rev:3 rq:1087827 version:0.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/osmo-smlc/osmo-smlc.changes      2022-08-04 
13:23:57.496582888 +0200
+++ /work/SRC/openSUSE:Factory/.osmo-smlc.new.1533/osmo-smlc.changes    
2023-05-19 11:56:10.535487679 +0200
@@ -1,0 +2,6 @@
+Thu May 18 11:36:43 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 0.2.3
+  * ctrl: take both address and port from vty config
+
+-------------------------------------------------------------------

Old:
----
  0.2.2.tar.gz

New:
----
  0.2.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ osmo-smlc.spec ++++++
--- /var/tmp/diff_new_pack.HplZDd/_old  2023-05-19 11:56:11.135491109 +0200
+++ /var/tmp/diff_new_pack.HplZDd/_new  2023-05-19 11:56:11.139491132 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package osmo-smlc
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           osmo-smlc
-Version:        0.2.2
+Version:        0.2.3
 Release:        0
 Summary:        Osmocom Serving Mobile Location Centre
 License:        AGPL-3.0-or-later
@@ -30,12 +30,12 @@
 BuildRequires:  libtool >= 2
 BuildRequires:  lksctp-tools-devel
 BuildRequires:  pkg-config >= 0.20
-BuildRequires:  pkgconfig(libosmo-sccp) >= 1.6.0
-BuildRequires:  pkgconfig(libosmo-sigtran) >= 1.6.0
-BuildRequires:  pkgconfig(libosmocore) >= 1.7.0
-BuildRequires:  pkgconfig(libosmoctrl) >= 1.7.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.7.0
-BuildRequires:  pkgconfig(libosmovty) >= 1.7.0
+BuildRequires:  pkgconfig(libosmo-sccp) >= 1.7.0
+BuildRequires:  pkgconfig(libosmo-sigtran) >= 1.7.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.8.0
+BuildRequires:  pkgconfig(libosmoctrl) >= 1.8.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.8.0
+BuildRequires:  pkgconfig(libosmovty) >= 1.8.0
 
 %description
 OsmoSMLC is the Osmocom Serving Mobile Location Centre. It implements

++++++ 0.2.2.tar.gz -> 0.2.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-smlc-0.2.2/.gitreview 
new/osmo-smlc-0.2.3/.gitreview
--- old/osmo-smlc-0.2.2/.gitreview      1970-01-01 01:00:00.000000000 +0100
+++ new/osmo-smlc-0.2.3/.gitreview      2023-02-07 17:42:01.000000000 +0100
@@ -0,0 +1,4 @@
+[gerrit]
+host=gerrit.osmocom.org
+project=osmo-smlc
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-smlc-0.2.2/configure.ac 
new/osmo-smlc-0.2.3/configure.ac
--- old/osmo-smlc-0.2.2/configure.ac    2022-06-29 12:21:07.000000000 +0200
+++ new/osmo-smlc-0.2.3/configure.ac    2023-02-07 17:42:01.000000000 +0100
@@ -34,12 +34,12 @@
 fi
 PKG_PROG_PKG_CONFIG([0.20])
 
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.7.0)
 
 dnl checks for header files
 AC_HEADER_STDC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-smlc-0.2.2/contrib/jenkins.sh 
new/osmo-smlc-0.2.3/contrib/jenkins.sh
--- old/osmo-smlc-0.2.2/contrib/jenkins.sh      2022-06-29 12:21:07.000000000 
+0200
+++ new/osmo-smlc-0.2.3/contrib/jenkins.sh      2023-02-07 17:42:01.000000000 
+0100
@@ -58,12 +58,12 @@
   || cat-testlogs.sh
 LD_LIBRARY_PATH="$inst/lib" \
   DISTCHECK_CONFIGURE_FLAGS="--enable-vty-tests --enable-external-tests 
--enable-werror $CONFIG" \
-  $MAKE distcheck \
+  $MAKE $PARALLEL_MAKE distcheck \
   || cat-testlogs.sh
 
 if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then
        make -C "$base/doc/manuals" publish
 fi
 
-$MAKE maintainer-clean
+$MAKE $PARALLEL_MAKE maintainer-clean
 osmo-clean-workspace.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-smlc-0.2.2/contrib/osmo-smlc.spec.in 
new/osmo-smlc-0.2.3/contrib/osmo-smlc.spec.in
--- old/osmo-smlc-0.2.2/contrib/osmo-smlc.spec.in       2022-06-29 
12:21:07.000000000 +0200
+++ new/osmo-smlc-0.2.3/contrib/osmo-smlc.spec.in       2023-02-07 
17:42:01.000000000 +0100
@@ -31,13 +31,13 @@
 %if 0%{?suse_version}
 BuildRequires:  systemd-rpm-macros
 %endif
-BuildRequires:  pkgconfig(libosmo-netif) >= 1.2.0
-BuildRequires:  pkgconfig(libosmo-sccp) >= 1.6.0
-BuildRequires:  pkgconfig(libosmo-sigtran) >= 1.6.0
-BuildRequires:  pkgconfig(libosmocore) >= 1.7.0
-BuildRequires:  pkgconfig(libosmoctrl) >= 1.7.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.7.0
-BuildRequires:  pkgconfig(libosmovty) >= 1.7.0
+BuildRequires:  pkgconfig(libosmo-netif) >= 1.3.0
+BuildRequires:  pkgconfig(libosmo-sccp) >= 1.7.0
+BuildRequires:  pkgconfig(libosmo-sigtran) >= 1.7.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.8.0
+BuildRequires:  pkgconfig(libosmoctrl) >= 1.8.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.8.0
+BuildRequires:  pkgconfig(libosmovty) >= 1.8.0
 BuildRequires:  pkgconfig(talloc)
 %{?systemd_requires}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-smlc-0.2.2/contrib/systemd/osmo-smlc.service 
new/osmo-smlc-0.2.3/contrib/systemd/osmo-smlc.service
--- old/osmo-smlc-0.2.2/contrib/systemd/osmo-smlc.service       2022-06-29 
12:21:07.000000000 +0200
+++ new/osmo-smlc-0.2.3/contrib/systemd/osmo-smlc.service       2023-02-07 
17:42:01.000000000 +0100
@@ -4,6 +4,8 @@
 [Service]
 Type=simple
 Restart=always
+StateDirectory=osmocom
+WorkingDirectory=%S/osmocom
 ExecStart=/usr/bin/osmo-smlc -c /etc/osmocom/osmo-smlc.cfg
 RestartSec=2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-smlc-0.2.2/debian/changelog 
new/osmo-smlc-0.2.3/debian/changelog
--- old/osmo-smlc-0.2.2/debian/changelog        2022-06-29 12:21:07.000000000 
+0200
+++ new/osmo-smlc-0.2.3/debian/changelog        2023-02-07 17:42:01.000000000 
+0100
@@ -1,3 +1,15 @@
+osmo-smlc (0.2.3) unstable; urgency=medium
+
+  [ Vadim Yanitskiy ]
+  * contrib/jenkins.sh: execute distcheck/maintainer-clean with $PARALLEL_MAKE
+
+  [ Max ]
+  * Add git-review config
+  * Set working directory in systemd service file
+  * ctrl: take both address and port from vty config
+
+ -- Pau Espin Pedrol <pes...@sysmocom.de>  Tue, 07 Feb 2023 17:42:00 +0100
+
 osmo-smlc (0.2.2) unstable; urgency=medium
 
   [ Oliver Smith ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-smlc-0.2.2/debian/control 
new/osmo-smlc-0.2.3/debian/control
--- old/osmo-smlc-0.2.2/debian/control  2022-06-29 12:21:07.000000000 +0200
+++ new/osmo-smlc-0.2.3/debian/control  2023-02-07 17:42:01.000000000 +0100
@@ -11,10 +11,10 @@
                pkg-config,
                libsctp-dev,
                libtalloc-dev,
-               libosmocore-dev (>= 1.7.0),
-               libosmo-sccp-dev (>= 1.6.0),
-               libosmo-sigtran-dev (>= 1.6.0),
-               osmo-gsm-manuals-dev (>= 1.3.0)
+               libosmocore-dev (>= 1.8.0),
+               libosmo-sccp-dev (>= 1.7.0),
+               libosmo-sigtran-dev (>= 1.7.0),
+               osmo-gsm-manuals-dev (>= 1.4.0)
 Standards-Version: 3.9.8
 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-smlc-0.2.2/src/osmo-smlc/smlc_main.c 
new/osmo-smlc-0.2.3/src/osmo-smlc/smlc_main.c
--- old/osmo-smlc-0.2.2/src/osmo-smlc/smlc_main.c       2022-06-29 
12:21:07.000000000 +0200
+++ new/osmo-smlc-0.2.3/src/osmo-smlc/smlc_main.c       2023-02-07 
17:42:01.000000000 +0100
@@ -268,8 +268,7 @@
 
        /* start control interface after reading config for
         * ctrl_vty_get_bind_addr() */
-       g_smlc->ctrl = ctrl_interface_setup_dynip2(g_smlc, 
ctrl_vty_get_bind_addr(), OSMO_CTRL_PORT_SMLC,
-                                                  smlc_ctrl_node_lookup, 
_LAST_CTRL_NODE_SMLC);
+       g_smlc->ctrl = ctrl_interface_setup2(g_smlc, OSMO_CTRL_PORT_SMLC, 
smlc_ctrl_node_lookup, _LAST_CTRL_NODE_SMLC);
        if (!g_smlc->ctrl) {
                fprintf(stderr, "Failed to init the control interface. 
Exiting.\n");
                exit(1);

Reply via email to