diff --git a/_service b/_service
index 684b81e..db75702 100644
--- a/_service
+++ b/_service
@@ -2,8 +2,8 @@
git
https://git.osmocom.org/osmo-smlc
- 0.2.0
- 0.2.0
+ 0.2.1
+ 0.2.1
*.tar
diff --git a/osmo-smlc-0.2.0.tar.xz b/osmo-smlc-0.2.0.tar.xz
deleted file mode 100644
index 3600a8f..0000000
--- a/osmo-smlc-0.2.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:1f77aa27a4634ac32e660f834e161c3a168e924fe307000eabd36bfaa5169758
-size 48080
diff --git a/osmo-smlc-0.2.1.tar.xz b/osmo-smlc-0.2.1.tar.xz
new file mode 100644
index 0000000..a176a02
--- /dev/null
+++ b/osmo-smlc-0.2.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8aa8e493b8104fd53ef3a84910eee619c6c366be710d75cb270f4ab56bfb515d
+size 48352
diff --git a/osmo-smlc.changes b/osmo-smlc.changes
index 7c75c52..6c95709 100644
--- a/osmo-smlc.changes
+++ b/osmo-smlc.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Fri Nov 19 11:49:15 UTC 2021 - Martin Hauke
+
+- 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
diff --git a/osmo-smlc.spec b/osmo-smlc.spec
index 9ba194f..26813c2 100644
--- a/osmo-smlc.spec
+++ b/osmo-smlc.spec
@@ -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