Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package eartag for openSUSE:Factory checked 
in at 2024-02-27 22:49:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eartag (Old)
 and      /work/SRC/openSUSE:Factory/.eartag.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eartag"

Tue Feb 27 22:49:13 2024 rev:2 rq:1152269 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/eartag/eartag.changes    2024-01-29 
22:27:28.382089570 +0100
+++ /work/SRC/openSUSE:Factory/.eartag.new.1770/eartag.changes  2024-02-27 
22:49:24.636827145 +0100
@@ -1,0 +2,14 @@
+Fri Feb 23 06:45:56 UTC 2024 - Richard Rahl <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  eartag-0.5.1.obscpio
  eartag.obsinfo

New:
----
  eartag-0.6.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ eartag.spec ++++++
--- /var/tmp/diff_new_pack.auXPp4/_old  2024-02-27 22:49:25.840870795 +0100
+++ /var/tmp/diff_new_pack.auXPp4/_new  2024-02-27 22:49:25.844870940 +0100
@@ -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.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.auXPp4/_old  2024-02-27 22:49:25.864871666 +0100
+++ /var/tmp/diff_new_pack.auXPp4/_new  2024-02-27 22:49:25.864871666 +0100
@@ -1,12 +1,16 @@
-<?xml version="1.0"?>
+<?xml version="1.0" ?>
 <services>
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/World/eartag.git</param>
-    <param name="revision">refs/tags/0.5.1</param>
+    <param name="revision">refs/tags/0.6.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">disable</param>
   </service>
-  <service name="tar" mode="buildtime" />
+  <service name="tar" mode="manual" />
+  <service name="recompress" mode="manual">
+    <param name="file">*.tar</param>
+    <param name="compression">gz</param>
+  </service>
 </services>
 

Reply via email to