diff --git a/_service b/_service
index 5e3293d..bccbc6a 100644
--- a/_service
+++ b/_service
@@ -1,11 +1,15 @@
-
+
git
https://gitlab.gnome.org/World/eartag.git
- refs/tags/0.5.1
+ refs/tags/0.6.0
@PARENT_TAG@
disable
-
+
+
+ *.tar
+ gz
+
diff --git a/eartag-0.5.1.obscpio b/eartag-0.5.1.obscpio
deleted file mode 100644
index 2a79eac..0000000
--- a/eartag-0.5.1.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b7efe8df3d2a77ae65f715f0d1f959c85ce3841d3844d45a7b6cc701042e9361
-size 1433612
diff --git a/eartag-0.6.0.tar.gz b/eartag-0.6.0.tar.gz
new file mode 100644
index 0000000..6aaca68
--- /dev/null
+++ b/eartag-0.6.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:313aaa9801b1f65935c6e7be6b3306dd1b13dac04f2e77a6f5e640d64074d763
+size 1012284
diff --git a/eartag.changes b/eartag.changes
index f72bb76..3c845d7 100644
--- a/eartag.changes
+++ b/eartag.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Fri Feb 23 06:45:56 UTC 2024 - Richard Rahl
+
+- add chromaprint-fpcalc as dependency for identifying songs
+- update to 0.6.0:
+ * Tags to insert can be picked from a list,
+ and inserted tags are highlighted with a color
+ * The preview field also gains syntax highlighting,
+ as well as a way to select the file to preview
+ * A new "Move to folder" option has been added
+ * new feature "Extract Tags from Filename"
+ * Undo all changes in selected files feature
+ * Remove tags from selected files feature
+
-------------------------------------------------------------------
Thu Nov 30 12:50:41 UTC 2023 - Richard Rahl
diff --git a/eartag.obsinfo b/eartag.obsinfo
deleted file mode 100644
index af72c4f..0000000
--- a/eartag.obsinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-name: eartag
-version: 0.5.1
-mtime: 1698499213
-commit: d939a201faab668bd65e4dcf49aa203312595329
diff --git a/eartag.spec b/eartag.spec
index effaf80..b308eb3 100644
--- a/eartag.spec
+++ b/eartag.spec
@@ -1,7 +1,7 @@
#
# spec file for package eartag
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,27 @@
Name: eartag
-Version: 0.5.1
+Version: 0.6.0
Release: 0
Summary: Edit audio file tags
License: X11-distribute-modifications-variant
URL: https://gitlab.gnome.org/World/eartag
-Source: %{name}-%{version}.tar
+Source: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: meson
-BuildRequires: pkgconfig(libadwaita-1)
-BuildRequires: gtk4-devel
-BuildRequires: python3-gobject
BuildRequires: python3-Pillow
+BuildRequires: python3-gobject
BuildRequires: python3-mutagen
-BuildRequires: python3-python-magic
BuildRequires: python3-pyacoustid
-Requires: python3-python-magic
-Requires: python3-pyacoustid
-Requires: python3-mutagen
-Requires: python3-gobject
+BuildRequires: python3-python-magic
+BuildRequires: pkgconfig(gtk4)
+BuildRequires: pkgconfig(libadwaita-1)
+Requires: chromaprint-fpcalc
Requires: python3-Pillow
+Requires: python3-gobject
+Requires: python3-mutagen
+Requires: python3-pyacoustid
+Requires: python3-python-magic
%description
Ear Tag is a simple audio file tag editor. It is primarily geared towards making quick edits or bulk-editing tracks in albums/EPs.