Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package osmo-msc for openSUSE:Factory 
checked in at 2021-11-21 23:51:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osmo-msc (Old)
 and      /work/SRC/openSUSE:Factory/.osmo-msc.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osmo-msc"

Sun Nov 21 23:51:55 2021 rev:7 rq:932633 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/osmo-msc/osmo-msc.changes        2021-10-18 
22:02:12.658094387 +0200
+++ /work/SRC/openSUSE:Factory/.osmo-msc.new.1895/osmo-msc.changes      
2021-11-21 23:52:21.630218425 +0100
@@ -1,0 +2,6 @@
+Fri Nov 19 09:59:35 UTC 2021 - Martin Hauke <mar...@gmx.de>
+
+- Update to new upstream release 1.8.0
+  * http://git.osmocom.org/osmo-msc/plain/debian/changelog?h=1.8.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ osmo-msc.spec ++++++
--- /var/tmp/diff_new_pack.ut63o3/_old  2021-11-21 23:52:22.194216607 +0100
+++ /var/tmp/diff_new_pack.ut63o3/_new  2021-11-21 23:52:22.198216594 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package osmo-msc
 #
-# Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2017, Martin Hauke <mar...@gmx.de>
+# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2017-2021, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,11 @@
 #
 
 
-%define with_iu 1
 %define _lto_cflags %{nil}
+
+%define with_iu 1
 Name:           osmo-msc
-Version:        1.6.1
+Version:        1.8.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
@@ -36,17 +37,17 @@
 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.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.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
+BuildRequires:  pkgconfig(libosmo-gsup-client) >= 1.4.0
+BuildRequires:  pkgconfig(libosmo-mgcp-client) >= 1.9.0
+BuildRequires:  pkgconfig(libosmo-netif) >= 1.1.0
+BuildRequires:  pkgconfig(libosmo-sccp) >= 1.5.0
+BuildRequires:  pkgconfig(libosmo-sigtran) >= 1.5.0
+BuildRequires:  pkgconfig(libosmoabis) >= 1.2.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.6.0
+BuildRequires:  pkgconfig(libosmoctrl) >= 1.6.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.6.0
+BuildRequires:  pkgconfig(libosmovty) >= 1.6.0
+BuildRequires:  pkgconfig(libsmpp34) >= 1.14.0
 %{?systemd_requires}
 %if %{with_iu}
 BuildRequires:  pkgconfig(libasn1c) >= 0.9.30
@@ -72,7 +73,6 @@
 %build
 echo "%{version}" >.tarball-version
 autoreconf -fi
-export CFLAGS="%optflags -fcommon"
 %configure \
 %if %{with_iu}
   --enable-iu \
@@ -114,6 +114,6 @@
 %{_unitdir}/%{name}.service
 %{_sbindir}/rc%{name}
 %dir %{_sysconfdir}/osmocom
-%config %{_sysconfdir}/osmocom/osmo-msc.cfg
+%config(noreplace) %{_sysconfdir}/osmocom/osmo-msc.cfg
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ut63o3/_old  2021-11-21 23:52:22.222216517 +0100
+++ /var/tmp/diff_new_pack.ut63o3/_new  2021-11-21 23:52:22.222216517 +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.6.1</param>
-               <param name="versionformat">1.6.1</param>
+               <param name="parent-tag">1.8.0</param>
+               <param name="versionformat">1.8.0</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

++++++ osmo-msc-1.6.1.tar.xz -> osmo-msc-1.8.0.tar.xz ++++++
++++ 12456 lines of diff (skipped)

Reply via email to