From 03ac69233504f5365c6a79b4d6efc3e7b5d1862fe89bb22a1fb25689cf46ed3e Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@inai.de>
Date: Wed, 3 Aug 2022 18:36:59 +0000
Subject: [PATCH] - Update to release 0.2.2

OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-smlc?expand=0&rev=5
---
 0.2.2.tar.gz           |  3 +++
 _service               | 13 -------------
 osmo-smlc-0.2.1.tar.xz |  3 ---
 osmo-smlc.changes      |  6 ++++++
 osmo-smlc.spec         | 23 ++++++++++++-----------
 5 files changed, 21 insertions(+), 27 deletions(-)
 create mode 100644 0.2.2.tar.gz
 delete mode 100644 _service
 delete mode 100644 osmo-smlc-0.2.1.tar.xz

diff --git a/0.2.2.tar.gz b/0.2.2.tar.gz
new file mode 100644
index 0000000..676175f
--- /dev/null
+++ b/0.2.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:933682ba3407ca16980067bc67dddfb2f5d52ec699086e4e2e607ef62608d28f
+size 57319
diff --git a/_service b/_service
deleted file mode 100644
index db75702..0000000
--- a/_service
+++ /dev/null
@@ -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>
diff --git a/osmo-smlc-0.2.1.tar.xz b/osmo-smlc-0.2.1.tar.xz
deleted file mode 100644
index a176a02..0000000
--- a/osmo-smlc-0.2.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:8aa8e493b8104fd53ef3a84910eee619c6c366be710d75cb270f4ab56bfb515d
-size 48352
diff --git a/osmo-smlc.changes b/osmo-smlc.changes
index 5963565..cc557fd 100644
--- a/osmo-smlc.changes
+++ b/osmo-smlc.changes
@@ -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>
 
diff --git a/osmo-smlc.spec b/osmo-smlc.spec
index 26813c2..647579b 100644
--- a/osmo-smlc.spec
+++ b/osmo-smlc.spec
@@ -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