Hello community,

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

Package is "osmo-mgw"

Thu Jan  9 22:49:58 2020 rev:2 rq:761694 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/osmo-mgw/osmo-mgw.changes        2019-02-28 
21:42:13.621555242 +0100
+++ /work/SRC/openSUSE:Factory/.osmo-mgw.new.6675/osmo-mgw.changes      
2020-01-09 22:50:05.942694403 +0100
@@ -2 +2,17 @@
-Wed Jan 30 21:37:56 UTC 2019 - [email protected]
+Sat Jan  4 18:01:45 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to new upstream release 1.7.0:
+  * mgcp-cli: Parse X-Osmux on MDCX/CRCX response
+  * mgcp-cli: Allow submitting X-Osmux on MDCX request
+  * osmux: Handle Osmux MGCP extension in MDCX messages
+  * osmux: Fix reception of legacy dummy payloads
+  * mgcp-cli: Change osmo_mgcpc_ep_fsm name to avoid collision
+    with old osmo-bsc
+  * move MGW endpoint FSM from osmo-bsc to here
+  * create_response_with_sdp: Fix inclusion of X-Osmux
+  * Introduce log fmt helpers LOGPENDP and LOGPCONN
+  * AMR: Add function to convert between bw-effient and octet
+    aligned mode
+  * Add option to GSM HR frames to RFC5593 representation
+- Add patch:
+  * fix-build.patch
@@ -3,0 +20,2 @@
+-------------------------------------------------------------------
+Wed Jan 30 21:37:56 UTC 2019 - [email protected]

Old:
----
  osmo-mgw-1.5.0.tar.xz

New:
----
  fix-build.patch
  osmo-mgw-1.7.0.tar.xz

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

Other differences:
------------------
++++++ osmo-mgw.spec ++++++
--- /var/tmp/diff_new_pack.HY1R9z/_old  2020-01-09 22:50:06.594694729 +0100
+++ /var/tmp/diff_new_pack.HY1R9z/_new  2020-01-09 22:50:06.594694729 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package osmo-mgw
 #
+# 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
@@ -12,41 +13,44 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           osmo-mgw
-Version:        1.5.0
+Version:        1.7.0
 Release:        0
 Summary:        Osmocom's Media Gateway for 2G and 3G circuit-switched mobile 
networks
 License:        AGPL-3.0-or-later AND GPL-2.0-or-later
 Group:          Hardware/Mobile
 URL:            https://osmocom.org/projects/osmo-mgw
 Source:         %{name}-%{version}.tar.xz
+Patch0:         fix-build.patch
 BuildRequires:  automake >= 1.9
 BuildRequires:  libtool >= 2
 BuildRequires:  pkgconfig >= 0.20
 BuildRequires:  systemd-rpm-macros
-BuildRequires:  pkgconfig(libosmo-netif) >= 0.4.0
-BuildRequires:  pkgconfig(libosmocore) >= 1.0.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.0.0
-BuildRequires:  pkgconfig(libosmovty) >= 1.0.0
+BuildRequires:  pkgconfig(libosmo-netif) >= 0.6.0
+BuildRequires:  pkgconfig(libosmocodec) >= 1.1.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.1.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.1.0
+BuildRequires:  pkgconfig(libosmovty) >= 1.1.0
 %{?systemd_requires}
 
 %description
 OsmoMGW is Osmocom's Media Gateway for 2G and 3G circuit-switched mobile 
networks.
 
-%package -n libosmo-mgcp-client5
+%package -n libosmo-mgcp-client6
 Summary:        Osmocom's Media Gateway Control Protocol client library
 Group:          System/Libraries
 
-%description -n libosmo-mgcp-client5
+%description -n libosmo-mgcp-client6
 Osmocom's Media Gateway Control Protocol client library.
 
 %package -n libosmo-mgcp-client-devel
 Summary:        Development files for Osmocom's Media Gateway Control Protocol 
client library
 Group:          Development/Libraries/C and C++
-Requires:       libosmo-mgcp-client5 = %{version}
+Requires:       libosmo-mgcp-client6 = %{version}
 
 %description -n libosmo-mgcp-client-devel
 Osmocom's Media Gateway Control Protocol client librarary.
@@ -66,6 +70,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 echo "%{version}" >.tarball-version
@@ -87,8 +92,8 @@
 %check
 make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
 
-%post   -n libosmo-mgcp-client5 -p /sbin/ldconfig
-%postun -n libosmo-mgcp-client5 -p /sbin/ldconfig
+%post   -n libosmo-mgcp-client6 -p /sbin/ldconfig
+%postun -n libosmo-mgcp-client6 -p /sbin/ldconfig
 %preun
 %service_del_preun osmo-mgw.service
 
@@ -113,8 +118,8 @@
 %dir %{_sysconfdir}/osmocom
 %config %{_sysconfdir}/osmocom/osmo-mgw.cfg
 
-%files -n libosmo-mgcp-client5
-%{_libdir}/libosmo-mgcp-client.so.5*
+%files -n libosmo-mgcp-client6
+%{_libdir}/libosmo-mgcp-client.so.6*
 
 %files -n libosmo-mgcp-client-devel
 %{_libdir}/libosmo-mgcp-client.so

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

++++++ fix-build.patch ++++++
diff --git a/configure.ac b/configure.ac
index c74526be..8973fe5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,6 +39,8 @@ AC_SEARCH_LIBS([dlopen], [dl dld], 
[LIBRARY_DL="$LIBS";LIBS=""])
 AC_SUBST(LIBRARY_DL)
 
 
+
+PKG_CHECK_MODULES(LIBOSMOCODING, libosmocodec >= 1.1.0)
 PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.1.0)
 PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.1.0)
 PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.1.0)
++++++ osmo-mgw-1.5.0.tar.xz -> osmo-mgw-1.7.0.tar.xz ++++++
++++ 7681 lines of diff (skipped)


Reply via email to