diff --git a/_service b/_service
deleted file mode 100644
index 0a3095b..0000000
--- a/_service
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
- https://github.com/tinyobjloader/tinyobjloader.git
- yes
- master
- git
- enable
- 2.0.0rc8+git.%cd
-
-
- *.tar
- xz
-
-
-
-
diff --git a/_servicedata b/_servicedata
deleted file mode 100644
index 6bde488..0000000
--- a/_servicedata
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- https://github.com/tinyobjloader/tinyobjloader.git
- 1e794e9c641ffbf46d7e6e3b445e4b1c2bda10bb
\ No newline at end of file
diff --git a/tinyobjloader-2.0.0rc8+git.20210821.tar.xz b/tinyobjloader-2.0.0rc8+git.20210821.tar.xz
deleted file mode 100644
index f359127..0000000
--- a/tinyobjloader-2.0.0rc8+git.20210821.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:1972b88dea03ae262f45da6d0de0b100ab998a398051cf768ee4f0682c1789bb
-size 4453920
diff --git a/tinyobjloader-2.0.0rc9.tar.gz b/tinyobjloader-2.0.0rc9.tar.gz
new file mode 100644
index 0000000..8284405
--- /dev/null
+++ b/tinyobjloader-2.0.0rc9.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f9061d790905416a8a6c6f3dbfee77c7665636de0a9dc750ce799b513ddba83c
+size 957074
diff --git a/tinyobjloader.changes b/tinyobjloader.changes
index 8a24606..4edc0ae 100644
--- a/tinyobjloader.changes
+++ b/tinyobjloader.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Fri May 20 13:00:13 UTC 2022 - Ferdinand Thiessen
+
+- Update to version 2.0.0rc9
+ * Latest release candidate
+ * Minor documentation updates
+
-------------------------------------------------------------------
Mon Aug 23 09:51:21 UTC 2021 - mardnh@gmx.de
diff --git a/tinyobjloader.spec b/tinyobjloader.spec
index b7d6dd1..7125d20 100644
--- a/tinyobjloader.spec
+++ b/tinyobjloader.spec
@@ -1,7 +1,7 @@
#
# spec file for package tinyobjloader
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2018-2021, Martin Hauke
#
# All modifications and additions to the file contributed by third parties
@@ -20,13 +20,13 @@
%define sover 2
%define lname libtinyobjloader%{sover}
Name: tinyobjloader
-Version: 2.0.0rc8+git.20210821
+Version: 2.0.0rc9
Release: 0
Summary: Wavefront .obj file loader
License: MIT
Group: Development/Languages/C and C++
-URL: https://github.com/syoyo/tinyobjloader
-Source: %{name}-%{version}.tar.xz
+URL: https://github.com/tinyobjloader/tinyobjloader
+Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: tinyobjloader-fix-cmake-path.patch
BuildRequires: cmake
BuildRequires: gcc-c++