Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mousai for openSUSE:Factory checked 
in at 2026-05-25 21:55:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mousai (Old)
 and      /work/SRC/openSUSE:Factory/.mousai.new.2084 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mousai"

Mon May 25 21:55:42 2026 rev:4 rq:1355020 version:0.7.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/mousai/mousai.changes    2026-05-15 
23:57:03.629877736 +0200
+++ /work/SRC/openSUSE:Factory/.mousai.new.2084/mousai.changes  2026-05-25 
21:59:06.826666740 +0200
@@ -1,0 +2,9 @@
+Fri May 15 16:04:00 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Switch to source service for tarball and vendored dependencies,
+  this will allow us to update the vendored dependencies when
+  needed due to security bugs etc.
+- Replace appstream-glib with AppStream, use the non-deprecated
+  application.
+
+-------------------------------------------------------------------

Old:
----
  mousai-0.7.10.tar.xz

New:
----
  Mousai-0.7.10.tar.zst
  Mousai.obsinfo
  _service
  vendor.tar.zst

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

Other differences:
------------------
++++++ mousai.spec ++++++
--- /var/tmp/diff_new_pack.yJ3jzZ/_old  2026-05-25 21:59:07.658700966 +0200
+++ /var/tmp/diff_new_pack.yJ3jzZ/_new  2026-05-25 21:59:07.658700966 +0200
@@ -18,14 +18,17 @@
 
 
 %define _lto_cflags %{nil}
+%define _name   Mousai
 Name:           mousai
 Version:        0.7.10
 Release:        0
 Summary:        Identify songs in seconds
 License:        GPL-3.0-or-later
 URL:            https://github.com/SeaDve/Mousai
-Source0:        %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz
-BuildRequires:  appstream-glib
+Source0:        %{_name}-%{version}.tar.zst
+Source1:        vendor.tar.zst
+
+BuildRequires:  AppStream
 BuildRequires:  cargo-packaging
 BuildRequires:  desktop-file-utils
 BuildRequires:  libxml2-tools
@@ -49,7 +52,7 @@
 %lang_package
 
 %prep
-%autosetup
+%autosetup -n %{_name}-%{version} -a1
 
 %build
 %meson
@@ -61,7 +64,7 @@
 
 %check
 desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
-appstream-util validate-relax --nonet \
+appstreamcli validate --no-net \
       %{buildroot}%{_datadir}/metainfo/*.metainfo.xml
 
 %files

++++++ Mousai.obsinfo ++++++
name: Mousai
version: 0.7.10
mtime: 1776591137
commit: bfb648aa2d7b8b3a23cffcd0a2c4f6be0c790892

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual">
    <param name="scm">git</param>
    <param name="url">https://github.com/SeaDve/Mousai.git</param>
    <param name="revision">v0.7.10</param>
    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
    <param name="versionrewrite-pattern">v?(.*)\+0</param>
    <param name="versionrewrite-replacement">\1</param>
<!--    <param name="changesgenerate">enable</param> -->
  </service>
  <service name="tar" mode="manual"/>
  <service name="recompress" mode="manual">
    <param name="file">*.tar</param>
    <param name="compression">zst</param>
  </service>
  <service name="set_version" mode="manual"/>
  <service name="cargo_vendor" mode="manual">
        <param name="srcdir">Mousai</param>
        <param name="compression">zst</param>
        <param name="update">true</param>
        <!-- Example ignore of sec risk (cargo audit) -->
        <!--      <param name="i-accept-the-risk">RUSTSEC-2023-0071</param> -->
        </service>
</services>

Reply via email to