Hello community,

here is the log from the commit of package osmo-msc for openSUSE:Factory 
checked in at 2020-01-09 22:50:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osmo-msc (Old)
 and      /work/SRC/openSUSE:Factory/.osmo-msc.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osmo-msc"

Thu Jan  9 22:50:08 2020 rev:3 rq:761698 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/osmo-msc/osmo-msc.changes        2019-11-11 
13:00:59.321728336 +0100
+++ /work/SRC/openSUSE:Factory/.osmo-msc.new.6675/osmo-msc.changes      
2020-01-09 22:50:18.498700684 +0100
@@ -1,0 +2,23 @@
+Sat Jan  4 18:26:12 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to new upstream release 1.6.0
+  * MNCC v6: add optional SDP to the socket protocol
+  * add sdp_msg API: SDP parsing/composition
+  * BSSMAP: decode Codec List (BSS Supported)
+  * vlr_auth_fsm: on SAI use the GSUP provided GMM cause code
+  * paging: Send SGsAP-SERVICE-ABORT-REQUEST on paging timeout
+  * sgs_iface: Accept messages with unknown TLV elements
+  * fix error on BSSMAP Cipher Mode Complete L3 msg IE
+  * Implement a global switch on the network to disable call waiting.
+  * mncc: send payload type matching chosen codec
+- Update to new upstream release 1.5.0
+  * replace osmo_counter with stat_items
+  * Use GSM23003_MSISDN_MAX_DIGITS from libosmogsm
+  * libmsc/gsm_04_11.c: properly handle MMTS indication
+  * vty: Add option to enable osmux towards BSCs
+  * vty: make retrieve-imeisv-early configurable
+  * Allow MME name preformatted as FQDN in SGsAP
+  * sms queue: avoid repeated Paging for a failed SMS
+  * Add SGs Interface
+
+-------------------------------------------------------------------

Old:
----
  osmo-msc-1.3.1.tar.xz

New:
----
  osmo-msc-1.6.0.tar.xz

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

Other differences:
------------------
++++++ osmo-msc.spec ++++++
--- /var/tmp/diff_new_pack.n7evUj/_old  2020-01-09 22:50:19.230701051 +0100
+++ /var/tmp/diff_new_pack.n7evUj/_new  2020-01-09 22:50:19.230701051 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package osmo-msc
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %define with_iu 1
 %define _lto_cflags %{nil}
 Name:           osmo-msc
-Version:        1.3.1
+Version:        1.6.0
 Release:        0
 Summary:        Osmocom's MSC for 2G and 3G circuit-switched mobile networks
 License:        AGPL-3.0-or-later AND GPL-2.0-only
@@ -29,20 +29,22 @@
 Source:         %{name}-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  libdbi-drivers-dbd-sqlite3
 BuildRequires:  libtool
+BuildRequires:  lksctp-tools-devel
 BuildRequires:  pkgconfig >= 0.20
 BuildRequires:  pkgconfig(dbi)
 BuildRequires:  pkgconfig(libcrypto) >= 0.9.5
 BuildRequires:  pkgconfig(libosmo-gsup-client) >= 1.0.0
-BuildRequires:  pkgconfig(libosmo-mgcp-client) >= 1.5.0
-BuildRequires:  pkgconfig(libosmo-netif) >= 0.4.0
-BuildRequires:  pkgconfig(libosmo-sccp) >= 1.0.0
-BuildRequires:  pkgconfig(libosmo-sigtran) >= 1.0.0
+BuildRequires:  pkgconfig(libosmo-mgcp-client) >= 1.7.0
+BuildRequires:  pkgconfig(libosmo-netif) >= 0.6.0
+BuildRequires:  pkgconfig(libosmo-sccp) >= 1.1.0
+BuildRequires:  pkgconfig(libosmo-sigtran) >= 1.1.0
 BuildRequires:  pkgconfig(libosmoabis) >= 0.6.0
-BuildRequires:  pkgconfig(libosmocore) >= 1.0.0
-BuildRequires:  pkgconfig(libosmoctrl) >= 1.0.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.0.0
-BuildRequires:  pkgconfig(libosmovty) >= 1.0.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.3.0
+BuildRequires:  pkgconfig(libosmoctrl) >= 1.3.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.3.0
+BuildRequires:  pkgconfig(libosmovty) >= 1.3.0
 BuildRequires:  pkgconfig(libsmpp34) >= 1.13.0
 %{?systemd_requires}
 %if %{with_iu}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.n7evUj/_old  2020-01-09 22:50:19.318701095 +0100
+++ /var/tmp/diff_new_pack.n7evUj/_new  2020-01-09 22:50:19.318701095 +0100
@@ -2,8 +2,8 @@
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">git://git.osmocom.org/osmo-msc</param>
-               <param name="parent-tag">1.3.1</param>
-               <param name="versionformat">1.3.1</param>
+               <param name="parent-tag">1.6.0</param>
+               <param name="versionformat">1.6.0</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

++++++ osmo-msc-1.3.1.tar.xz -> osmo-msc-1.6.0.tar.xz ++++++
++++ 88296 lines of diff (skipped)


Reply via email to