File project.diff of Package libosmo-dsp
--- _service.orig
+++ _service
@@ -1,13 +1,13 @@
<services>
- <service name="tar_scm" mode="disabled">
+ <service name="tar_scm" mode="manual">
<param name="scm">git</param>
- <param name="url">git://git.osmocom.org/libosmo-dsp</param>
+ <param name="url">https://gitea.osmocom.org/sdr/libosmo-dsp.git</param>
<param name="revision">0.4.0</param>
<param name="versionformat">0.4.0</param>
</service>
- <service name="recompress" mode="disabled">
+ <service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
- <service name="set_version" mode="disabled"/>
+ <service name="set_version" mode="manual"/>
</services>
--- libosmo-dsp.spec.orig
+++ libosmo-dsp.spec
@@ -1,9 +1,21 @@
#
# spec file for package libosmo-dsp
#
+# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2017 Walter Fey DL8FCL
#
-# This file is under MIT license
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
%define libname libosmodsp0
Name: libosmo-dsp