1
0
forked from pool/osmo-smlc

- Update to release 0.2.2

OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-smlc?expand=0&rev=5
This commit is contained in:
Jan Engelhardt 2022-08-03 18:36:59 +00:00 committed by Git OBS Bridge
parent a7734a3a46
commit 03ac692335
5 changed files with 21 additions and 27 deletions

3
0.2.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:933682ba3407ca16980067bc67dddfb2f5d52ec699086e4e2e607ef62608d28f
size 57319

View File

@ -1,13 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://git.osmocom.org/osmo-smlc</param>
<param name="revision">0.2.1</param>
<param name="versionformat">0.2.1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8aa8e493b8104fd53ef3a84910eee619c6c366be710d75cb270f4ab56bfb515d
size 48352

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 3 18:34:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.2.2
* Editorial changes only
-------------------------------------------------------------------
Fri Nov 19 11:49:15 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package osmo-smlc
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,29 +12,30 @@
# 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-smlc
Version: 0.2.1
Version: 0.2.2
Release: 0
Summary: Osmocom Serving Mobile Location Centre
License: AGPL-3.0-or-later
Group: Productivity/Telephony/Utilities
URL: https://osmocom.org/projects/osmo-smlc
#Git-Clone: https://git.osmocom.org/osmo-smlc/
Source: %name-%version.tar.xz
Source: https://github.com/osmocom/osmo-smlc/archive/refs/tags/%version.tar.gz
BuildRequires: autoconf-archive
BuildRequires: automake
BuildRequires: libtool >= 2
BuildRequires: lksctp-tools-devel
BuildRequires: pkg-config >= 0.20
BuildRequires: pkgconfig(libosmo-sccp) >= 1.5.0
BuildRequires: pkgconfig(libosmo-sigtran) >= 1.5.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(libosmo-sccp) >= 1.6.0
BuildRequires: pkgconfig(libosmo-sigtran) >= 1.6.0
BuildRequires: pkgconfig(libosmocore) >= 1.7.0
BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0
BuildRequires: pkgconfig(libosmogsm) >= 1.7.0
BuildRequires: pkgconfig(libosmovty) >= 1.7.0
%description
OsmoSMLC is the Osmocom Serving Mobile Location Centre. It implements
@ -77,6 +78,6 @@ rm -rf "%buildroot/%_sysconfdir"
%_unitdir/*
%doc %_docdir/%name/
%license COPYING
%doc AUTHORS README
%doc README.md
%changelog