Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spotify-launcher for 
openSUSE:Factory checked in at 2026-07-14 13:48:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spotify-launcher (Old)
 and      /work/SRC/openSUSE:Factory/.spotify-launcher.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spotify-launcher"

Tue Jul 14 13:48:32 2026 rev:7 rq:1365358 version:0.6.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/spotify-launcher/spotify-launcher.changes        
2026-03-10 17:53:10.123190924 +0100
+++ 
/work/SRC/openSUSE:Factory/.spotify-launcher.new.1991/spotify-launcher.changes  
    2026-07-14 13:48:56.464946497 +0200
@@ -1,0 +2,16 @@
+Mon Jul 13 10:10:30 UTC 2026 - Khang LĂȘ <[email protected]>
+
+- Update to version v0.6.6:
+  * Release v0.6.6
+  * Fix clippy warnings
+  * Update dependencies
+  * Update sha2 dependency
+  * Update toml dependency
+  * Update dependencies (RUSTSEC-2026-0067, RUSTSEC-2026-0068)
+  * Change repository url to https
+  * Use constant for repository url
+- Add spotify-desktop-rename.patch:
+  * Rename the desktop entry from "Spotify (Launcher)" to
+    "Spotify" for consistency with the installed application
+
+-------------------------------------------------------------------

Old:
----
  spotify-launcher-0.6.5.obscpio

New:
----
  spotify-desktop-rename.patch
  spotify-launcher-0.6.6.obscpio

----------(New B)----------
  New:  * Use constant for repository url
- Add spotify-desktop-rename.patch:
  * Rename the desktop entry from "Spotify (Launcher)" to
----------(New E)----------

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

Other differences:
------------------
++++++ spotify-launcher.spec ++++++
--- /var/tmp/diff_new_pack.ofOuDQ/_old  2026-07-14 13:48:57.932996686 +0200
+++ /var/tmp/diff_new_pack.ofOuDQ/_new  2026-07-14 13:48:57.932996686 +0200
@@ -17,20 +17,22 @@
 
 
 Name:           spotify-launcher
-Version:        0.6.5
+Version:        0.6.6
 Release:        0
 Summary:        Client for spotify's apt repository written in Rust
 License:        Apache-2.0 OR MIT
 URL:            https://github.com/kpcyrd/spotify-launcher
 Source0:        %{name}-%{version}.tar.zst
 Source1:        vendor.tar.zst
+Patch0:         spotify-desktop-rename.patch
+
 BuildRequires:  cargo-packaging
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  rust >= 1.70
 BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(openssl)
-ExclusiveArch:  %{rust_tier1_arches}
+
 Requires:       sequoia-sqv
 # Spotify dependencies
 Requires:       libayatana-appindicator3-1
@@ -41,6 +43,8 @@
 Requires:       mozilla-nss
 Requires:       zenity
 
+ExclusiveArch:  %{rust_tier1_arches}
+
 %description
 Client for spotify's apt repository written in Rust
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ofOuDQ/_old  2026-07-14 13:48:57.992998738 +0200
+++ /var/tmp/diff_new_pack.ofOuDQ/_new  2026-07-14 13:48:58.004999148 +0200
@@ -1,20 +1,18 @@
 <services>
-  <service mode="manual" name="obs_scm">
+  <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/kpcyrd/spotify-launcher.git</param>
-    <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">v0.6.5</param>
-    <param name="match-tag">*</param>
-    <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
-    <param name="versionrewrite-replacement">\1</param>
+    <param name="revision">v0.6.6</param>
+               <param name="versionformat">@PARENT_TAG@</param>
+               <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>
   </service>
-  <service mode="buildtime" name="tar" />
-  <service mode="buildtime" name="recompress">
+       <service name="set_version" mode="manual"/>
+  <service name="tar" mode="buildtime"/>
+  <service name="recompress" mode="buildtime">
     <param name="file">*.tar</param>
     <param name="compression">zst</param>
   </service>
-  <service mode="manual" name="set_version" />
   <service name="cargo_vendor" mode="manual">
      <param name="src">spotify-launcher</param>
      <param name="compression">zst</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ofOuDQ/_old  2026-07-14 13:48:58.049000653 +0200
+++ /var/tmp/diff_new_pack.ofOuDQ/_new  2026-07-14 13:48:58.053000789 +0200
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/kpcyrd/spotify-launcher.git</param>
-    <param 
name="changesrevision">eb386bda5266f7f071fd6b99a46da03345a2189c</param>
+    <param 
name="changesrevision">2caf8d89db9cb5bdbdea9a0bae4ebcd8d4b464d1</param>
   </service>
 </servicedata>
 (No newline at EOF)

++++++ spotify-desktop-rename.patch ++++++
diff --git a/contrib/spotify-launcher.desktop b/contrib/spotify-launcher.desktop
index 2749bc3..a36b003 100644
--- a/contrib/spotify-launcher.desktop
+++ b/contrib/spotify-launcher.desktop
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Type=Application
-Name=Spotify (Launcher)
+Name=Spotify
 GenericName=Music Player
 Icon=spotify-launcher
 TryExec=spotify-launcher

++++++ spotify-launcher-0.6.5.obscpio -> spotify-launcher-0.6.6.obscpio ++++++
++++ 2140 lines of diff (skipped)

++++++ spotify-launcher.obsinfo ++++++
--- /var/tmp/diff_new_pack.ofOuDQ/_old  2026-07-14 13:48:58.345010772 +0200
+++ /var/tmp/diff_new_pack.ofOuDQ/_new  2026-07-14 13:48:58.345010772 +0200
@@ -1,5 +1,5 @@
 name: spotify-launcher
-version: 0.6.5
-mtime: 1770686370
-commit: eb386bda5266f7f071fd6b99a46da03345a2189c
+version: 0.6.6
+mtime: 1780332584
+commit: 2caf8d89db9cb5bdbdea9a0bae4ebcd8d4b464d1
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/spotify-launcher/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.spotify-launcher.new.1991/vendor.tar.zst differ: 
char 7, line 1

Reply via email to