Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package osmo-sgsn for openSUSE:Factory checked in at 2021-11-21 23:52:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osmo-sgsn (Old) and /work/SRC/openSUSE:Factory/.osmo-sgsn.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osmo-sgsn" Sun Nov 21 23:52:01 2021 rev:8 rq:932640 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/osmo-sgsn/osmo-sgsn.changes 2021-10-18 22:02:11.354093444 +0200 +++ /work/SRC/openSUSE:Factory/.osmo-sgsn.new.1895/osmo-sgsn.changes 2021-11-21 23:52:28.654195780 +0100 @@ -1,0 +2,8 @@ +Fri Nov 19 11:01:23 UTC 2021 - Martin Hauke <mar...@gmx.de> + +- Update to new upstream release 1.8.0 + * https://git.osmocom.org/osmo-sgsn/plain/debian/changelog?h=1.8.0 +- Drop patch: + * harden_osmo-gbproxy.service.patch + +------------------------------------------------------------------- Old: ---- harden_osmo-gbproxy.service.patch osmo-sgsn-1.6.2.tar.xz New: ---- osmo-sgsn-1.8.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osmo-sgsn.spec ++++++ --- /var/tmp/diff_new_pack.YNsvcc/_old 2021-11-21 23:52:29.186194066 +0100 +++ /var/tmp/diff_new_pack.YNsvcc/_new 2021-11-21 23:52:29.190194053 +0100 @@ -1,8 +1,8 @@ # # spec file for package osmo-sgsn # -# 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 @@ -21,14 +21,13 @@ %define with_iu 1 Name: osmo-sgsn -Version: 1.6.2 +Version: 1.8.0 Release: 0 Summary: Osmocom's SGSN for 2G and 3G packet-switched mobile networks License: AGPL-3.0-or-later AND GPL-2.0-or-later Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmosgsn/wiki/OsmoSGSN Source: %{name}-%{version}.tar.xz -Patch0: harden_osmo-gbproxy.service.patch Patch1: harden_osmo-gtphub.service.patch Patch2: harden_osmo-sgsn.service.patch BuildRequires: autoconf @@ -38,20 +37,20 @@ BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(libcares) BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libgtp) >= 1.5.0 -BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.0.0 -BuildRequires: pkgconfig(libosmo-netif) >= 0.4.0 -BuildRequires: pkgconfig(libosmoabis) >= 0.6.0 -BuildRequires: pkgconfig(libosmocore) >= 1.2.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.2.0 -BuildRequires: pkgconfig(libosmogb) >= 1.2.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.2.0 -BuildRequires: pkgconfig(libosmovty) >= 1.2.0 +BuildRequires: pkgconfig(libgtp) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0 +BuildRequires: pkgconfig(libosmoabis) >= 1.2.0 +BuildRequires: pkgconfig(libosmocore) >= 1.6.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0 +BuildRequires: pkgconfig(libosmogb) >= 1.6.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.6.0 +BuildRequires: pkgconfig(libosmovty) >= 1.6.0 %{?systemd_requires} %if %{with_iu} -BuildRequires: pkgconfig(libasn1c) >= 0.9.30 -BuildRequires: pkgconfig(libosmo-ranap) >= 0.6.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.0.0 +BuildRequires: pkgconfig(libasn1c) +BuildRequires: pkgconfig(libosmo-ranap) >= 0.8.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.5.0 %endif %description @@ -75,7 +74,6 @@ %prep %setup -q -%patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -93,37 +91,33 @@ %install %make_install install -d %{buildroot}/%{_sbindir} -ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcosmo-gbproxy ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcosmo-gtphub ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcosmo-sgsn -%preun -%service_del_preun %{name}.service -%postun -%service_del_postun %{name}.service %pre %service_add_pre %{name}.service + %post %service_add_post %{name}.service +%preun +%service_del_preun %{name}.service + +%postun +%service_del_postun %{name}.service + %preun -n osmo-gtphub %service_del_preun osmo-gtphub.service + %postun -n osmo-gtphub %service_del_postun osmo-gtphub.service + %pre -n osmo-gtphub %service_add_pre osmo-gtphub.service + %post -n osmo-gtphub %service_add_post osmo-gtphub.service -%preun -n osmo-gbproxy -%service_del_preun osmo-gbproxy.service -%postun -n osmo-gbproxy -%service_del_postun osmo-gbproxy.service -%pre -n osmo-gbproxy -%service_add_pre osmo-gbproxy.service -%post -n osmo-gbproxy -%service_add_post osmo-gbproxy.service - %check make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) @@ -132,13 +126,12 @@ %dir %{_docdir}/%{name}/examples %dir %{_docdir}/%{name}/examples/osmo-sgsn %exclude %{_docdir}/%{name}/examples/osmo-gtphub -%exclude %{_docdir}/%{name}/examples/osmo-gbproxy %{_docdir}/%{name}/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg -%{_docdir}/%{name}/examples/osmo-sgsn/osmo-sgsn_custom-sccp.cfg %{_docdir}/%{name}/examples/osmo-sgsn/osmo-sgsn.cfg +%{_docdir}/%{name}/examples/osmo-sgsn/osmo-sgsn_custom-sccp.cfg %{_bindir}/osmo-sgsn %dir %{_sysconfdir}/osmocom -%config %{_sysconfdir}/osmocom/osmo-sgsn.cfg +%config(noreplace) %{_sysconfdir}/osmocom/osmo-sgsn.cfg %{_unitdir}/%{name}.service %{_sbindir}/rcosmo-sgsn @@ -149,19 +142,8 @@ %{_docdir}/%{name}/examples/osmo-gtphub/osmo-gtphub.cfg %{_bindir}/osmo-gtphub %dir %{_sysconfdir}/osmocom -%config %{_sysconfdir}/osmocom/osmo-gtphub.cfg +%config(noreplace) %{_sysconfdir}/osmocom/osmo-gtphub.cfg %{_unitdir}/osmo-gtphub.service %{_sbindir}/rcosmo-gtphub -%files -n osmo-gbproxy -%dir %{_docdir}/%{name}/examples -%dir %{_docdir}/%{name}/examples/osmo-gbproxy -%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg -%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy.cfg -%{_bindir}/osmo-gbproxy -%dir %{_sysconfdir}/osmocom -%config %{_sysconfdir}/osmocom/osmo-gbproxy.cfg -%{_unitdir}/osmo-gbproxy.service -%{_sbindir}/rcosmo-gbproxy - %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.YNsvcc/_old 2021-11-21 23:52:29.214193975 +0100 +++ /var/tmp/diff_new_pack.YNsvcc/_new 2021-11-21 23:52:29.218193962 +0100 @@ -2,8 +2,8 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">git://git.osmocom.org/osmo-sgsn</param> - <param name="revision">1.6.2</param> - <param name="versionformat">1.6.2</param> + <param name="revision">1.8.0</param> + <param name="versionformat">1.8.0</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ osmo-sgsn-1.6.2.tar.xz -> osmo-sgsn-1.8.0.tar.xz ++++++ ++++ 27646 lines of diff (skipped)