Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spotify-easyrpm for openSUSE:Factory 
checked in at 2026-08-21 16:56:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spotify-easyrpm (Old)
 and      /work/SRC/openSUSE:Factory/.spotify-easyrpm.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spotify-easyrpm"

Fri Aug 21 16:56:25 2026 rev:13 rq:1372638 version:4.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/spotify-easyrpm/spotify-easyrpm.changes  
2026-08-18 16:37:34.378270246 +0200
+++ 
/work/SRC/openSUSE:Factory/.spotify-easyrpm.new.1258/spotify-easyrpm.changes    
    2026-08-21 16:57:55.429760315 +0200
@@ -1,0 +2,8 @@
+Thu Aug 20 19:15:02 UTC 2026 - David Mace <[email protected]>
+
+- Update to 4.0.2
+  * Use curl for the snap download instead of wget, so the script needs one
+    HTTP client rather than two. Raised in the review of 4.0.1
+- Drop the wget requirement
+
+-------------------------------------------------------------------

Old:
----
  spotify-easyrpm-4.0.1.obscpio

New:
----
  spotify-easyrpm-4.0.2.obscpio

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

Other differences:
------------------
++++++ spotify-easyrpm.spec ++++++
--- /var/tmp/diff_new_pack.9jqgde/_old  2026-08-21 16:57:56.221788410 +0200
+++ /var/tmp/diff_new_pack.9jqgde/_new  2026-08-21 16:57:56.223788481 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           spotify-easyrpm
-Version:        4.0.1
+Version:        4.0.2
 Release:        0
 Summary:        Tool to download, convert and install the Spotify for Linux 
package
 License:        GPL-3.0-only
@@ -31,7 +31,6 @@
 Requires:       rpm-build
 Requires:       rpmdevtools
 Requires:       squashfs
-Requires:       wget
 BuildArch:      noarch
 
 %description

++++++ _service ++++++
--- /var/tmp/diff_new_pack.9jqgde/_old  2026-08-21 16:57:56.263789900 +0200
+++ /var/tmp/diff_new_pack.9jqgde/_new  2026-08-21 16:57:56.267790042 +0200
@@ -2,7 +2,7 @@
   <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/megamaced/spotify-easyrpm.git</param>
     <param name="scm">git</param>
-    <param name="revision">4.0.1</param>
+    <param name="revision">4.0.2</param>
     <param name="versionformat">@PARENT_TAG@</param>
   </service>
   <service name="tar" mode="buildtime"/>

++++++ spotify-easyrpm-4.0.1.obscpio -> spotify-easyrpm-4.0.2.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spotify-easyrpm-4.0.1/spotify-easyrpm 
new/spotify-easyrpm-4.0.2/spotify-easyrpm
--- old/spotify-easyrpm-4.0.1/spotify-easyrpm   2026-08-17 23:47:15.000000000 
+0200
+++ new/spotify-easyrpm-4.0.2/spotify-easyrpm   2026-08-20 21:13:31.000000000 
+0200
@@ -22,7 +22,7 @@
 
 # Packages we need installed, and tools we need on PATH
 V_DEP_PKGS=(rpm-build squashfs jq rpmdevtools hicolor-icon-theme)
-V_DEP_CMDS=(curl wget openssl)
+V_DEP_CMDS=(curl openssl)
 
 SYSTEMD_UNIT_DIR="${HOME}/.local/share/systemd/user"
 SYSTEMD_UNIT="${SYSTEMD_UNIT_DIR}/${V_PRG_NAME}.service"
@@ -37,7 +37,7 @@
 ┌─┐┌─┐┌─┐┌┬┐┬┌─┐┬ ┬   ┌─┐┌─┐┌─┐┬ ┬┬─┐┌─┐┌┬┐
 └─┐├─┘│ │ │ │├┤ └┬┘───├┤ ├─┤└─┐└┬┘├┬┘├─┘│││
 └─┘┴  └─┘ ┴ ┴└   ┴    └─┘┴ ┴└─┘ ┴ ┴└─┴  ┴ ┴
-Version: 4.0.1
+Version: 4.0.2
 EOF
 sleep 2
 cat <<EOF
@@ -227,11 +227,13 @@
 f_download() {
 echo "Downloading the latest Spotify snap"
 # Show a progress bar when someone is watching, stay silent for the timer
-V_WGET_OPTS=(-q)
-if [[ -t 1 ]] && wget --help 2>&1 | grep -q -- '--show-progress'; then
- V_WGET_OPTS+=(--show-progress)
+V_CURL_OPTS=(-fL --retry 3)
+if [[ -t 1 ]]; then
+ V_CURL_OPTS+=(--progress-bar)
+else
+ V_CURL_OPTS+=(-sS)
 fi
-if ! wget "${V_WGET_OPTS[@]}" -P "${V_SOURCES_DIR}"/ "${V_HTTP_REPO}"; then
+if ! curl "${V_CURL_OPTS[@]}" -o "${V_SOURCES_DIR}"/"${V_HTTP_SNAP}" 
"${V_HTTP_REPO}"; then
 f_error "Failed to download Spotify. Aborting"
 fi
 f_verify_snap

++++++ spotify-easyrpm.obsinfo ++++++
--- /var/tmp/diff_new_pack.9jqgde/_old  2026-08-21 16:57:56.399794725 +0200
+++ /var/tmp/diff_new_pack.9jqgde/_new  2026-08-21 16:57:56.405794937 +0200
@@ -1,5 +1,5 @@
 name: spotify-easyrpm
-version: 4.0.1
-mtime: 1787003235
-commit: 34d77d964fb239be8b21989fe798167d77a9c41e
+version: 4.0.2
+mtime: 1787253211
+commit: 069a023064c0862fc17f5de0bd46f38445ee2e0f
 

Reply via email to