1
0
forked from pool/osmo-smlc

Accepting request 932513 from home:mnhauke:osmocom:latest

- Update to new upstream release 0.2.1
  * https://git.osmocom.org/osmo-smlc/plain/debian/changelog?h=0.2.1

OBS-URL: https://build.opensuse.org/request/show/932513
OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-smlc?expand=0&rev=2
This commit is contained in:
Jan Engelhardt 2021-11-20 03:34:00 +00:00 committed by Git OBS Bridge
parent 3baccfd729
commit 7752d3aa3d
5 changed files with 21 additions and 13 deletions

View File

@ -2,8 +2,8 @@
<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.0</param>
<param name="versionformat">0.2.0</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>

View File

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

3
osmo-smlc-0.2.1.tar.xz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 19 11:49:15 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to new upstream release 0.2.1
* https://git.osmocom.org/osmo-smlc/plain/debian/changelog?h=0.2.1
-------------------------------------------------------------------
Sun Mar 14 21:24:25 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -16,7 +16,7 @@
#
Name: osmo-smlc
Version: 0.2.0
Version: 0.2.1
Release: 0
Summary: Osmocom Serving Mobile Location Centre
License: AGPL-3.0-or-later
@ -29,12 +29,12 @@ BuildRequires: automake
BuildRequires: libtool >= 2
BuildRequires: lksctp-tools-devel
BuildRequires: pkg-config >= 0.20
BuildRequires: pkgconfig(libosmo-sccp) >= 1.4.0
BuildRequires: pkgconfig(libosmo-sigtran) >= 1.4.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(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
%description
OsmoSMLC is the Osmocom Serving Mobile Location Centre. It implements
@ -47,7 +47,9 @@ Location_Services architecture.
%build
echo "%version" >.tarball-version
autoreconf -fi
%configure --with-systemdsystemunitdir="%_unitdir" --docdir="%_docdir/%name"
%configure \
--with-systemdsystemunitdir="%_unitdir" \
--docdir="%_docdir/%name"
%make_build
%install