Script 'mail_helper' called by obssrc
Hello community,

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

Package is "osmo-hlr"

Sun Nov 21 23:51:55 2021 rev:4 rq:932634 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/osmo-hlr/osmo-hlr.changes        2021-10-15 
23:03:51.610093039 +0200
+++ /work/SRC/openSUSE:Factory/.osmo-hlr.new.1895/osmo-hlr.changes      
2021-11-21 23:52:22.586215343 +0100
@@ -1,0 +2,6 @@
+Fri Nov 19 10:27:57 UTC 2021 - Martin Hauke <mar...@gmx.de>
+
+- Update to new upstream release 1.4.0
+  * https://git.osmocom.org/osmo-hlr/plain/debian/changelog?h=1.4.0
+
+-------------------------------------------------------------------

Old:
----
  osmo-hlr-1.2.0.tar.xz

New:
----
  osmo-hlr-1.4.0.tar.xz

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

Other differences:
------------------
++++++ osmo-hlr.spec ++++++
--- /var/tmp/diff_new_pack.JZKMp1/_old  2021-11-21 23:52:23.054213834 +0100
+++ /var/tmp/diff_new_pack.JZKMp1/_new  2021-11-21 23:52:23.054213834 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package osmo-hlr
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2016, Martin Hauke <mar...@gmx.de>
+# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2016-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
@@ -18,7 +18,7 @@
 
 
 Name:           osmo-hlr
-Version:        1.2.0
+Version:        1.4.0
 Release:        0
 Summary:        Osmocom Home Location Register for GSUP protocol towards 
OsmoSGSN and OsmoCSCN
 License:        AGPL-3.0-or-later AND GPL-2.0-or-later
@@ -33,11 +33,11 @@
 BuildRequires:  python3
 BuildRequires:  sqlite3
 BuildRequires:  systemd-rpm-macros
-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(libosmoabis) >= 1.1.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.5.0
+BuildRequires:  pkgconfig(libosmoctrl) >= 1.5.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.5.0
+BuildRequires:  pkgconfig(libosmovty) >= 1.5.0
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(talloc) >= 2.0.1
 # only needed for populate_hlr_db.pl
@@ -78,6 +78,36 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libosmo-gsup-client.
 
+%package -n libosmo-mslookup0
+Summary:        Osmocom MS lookup library
+License:        GPL-2.0-or-later
+Group:          System/Libraries
+
+%description -n libosmo-mslookup0
+This shared library contains routines for looking up mobile subscribers.
+
+%package -n libosmo-mslookup-devel
+Summary:        Development files for the Osmocom MS lookup library
+License:        GPL-2.0-or-later
+Group:          Development/Libraries/C and C++
+Requires:       libosmo-mslookup0 = %{version}
+
+%description -n libosmo-mslookup-devel
+This shared library contains routines for looking up mobile subscribers.
+
+This subpackage contains libraries and header files for developing
+applications that want to make use of libosmo-mslookup.
+
+%package -n osmo-mslookup-client
+Summary:        Standalone program using libosmo-mslookup
+License:        GPL-2.0-or-later
+Group:          Development/Libraries/C and C++
+
+%description -n osmo-mslookup-client
+Standalone program using libosmo-mslookup to easily integrate with programs
+that want to connect services (SIP, SMS,...) to the current location of a
+subscriber.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -116,12 +146,15 @@
 
 %post   -n libosmo-gsup-client0 -p /sbin/ldconfig
 %postun -n libosmo-gsup-client0 -p /sbin/ldconfig
+%post   -n libosmo-mslookup0 -p /sbin/ldconfig
+%postun -n libosmo-mslookup0 -p /sbin/ldconfig
 
 %files
 %license COPYING
 %dir %{_docdir}/%{name}
 %dir %{_docdir}/%{name}/examples
 %{_docdir}/%{name}/examples/osmo-hlr.cfg
+%{_docdir}/%{name}/examples/osmo-hlr-dgsm.cfg
 %dir %{_docdir}/%{name}/sql
 %{_docdir}/%{name}/sql/hlr.sql
 %{_docdir}/%{name}/sql//hlr_data.sql
@@ -130,9 +163,11 @@
 %{_bindir}/osmo-hlr
 %{_bindir}/osmo-hlr-db-tool
 %dir %{_sysconfdir}/osmocom
-%config %{_sysconfdir}/osmocom/osmo-hlr.cfg
+%config(noreplace) %{_sysconfdir}/osmocom/osmo-hlr.cfg
 %{_unitdir}/osmo-hlr.service
 %{_sbindir}/rcosmo-hlr
+%dir %{_datadir}/osmocom
+%{_datadir}/osmocom/osmo-hlr-post-upgrade.sh
 
 %files -n libosmo-gsup-client0
 %{_libdir}/libosmo-gsup-client.so.0*
@@ -141,8 +176,21 @@
 %{_bindir}/osmo-euse-demo
 %dir %{_includedir}/osmocom
 %dir %{_includedir}/osmocom/gsupclient
-%{_includedir}/osmocom/gsupclient/gsup_client.h
+%{_includedir}/osmocom/gsupclient/*.h
 %{_libdir}/libosmo-gsup-client.so
 %{_libdir}/pkgconfig/libosmo-gsup-client.pc
 
+%files -n libosmo-mslookup0
+%{_libdir}/libosmo-mslookup.so.0*
+
+%files -n libosmo-mslookup-devel
+%dir %{_includedir}/osmocom
+%dir %{_includedir}/osmocom/mslookup
+%{_includedir}/osmocom/mslookup/*.h
+%{_libdir}/libosmo-mslookup.so
+%{_libdir}/pkgconfig/libosmo-mslookup.pc
+
+%files -n osmo-mslookup-client
+%{_bindir}/osmo-mslookup-client
+
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.JZKMp1/_old  2021-11-21 23:52:23.078213757 +0100
+++ /var/tmp/diff_new_pack.JZKMp1/_new  2021-11-21 23:52:23.082213744 +0100
@@ -2,8 +2,8 @@
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">git://git.osmocom.org/osmo-hlr</param>
-               <param name="parent-tag">1.2.0</param>
-               <param name="versionformat">1.2.0</param>
+               <param name="parent-tag">1.4.0</param>
+               <param name="versionformat">1.4.0</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

++++++ osmo-hlr-1.2.0.tar.xz -> osmo-hlr-1.4.0.tar.xz ++++++
++++ 18397 lines of diff (skipped)

Reply via email to