- Update to version 2.38.4:

* fix(preprocess): add new regex to catch variable names for context menu
  * chore(sidebarConfig): change how msg is shown
  * fix(new-releases): use hardcoded `queryArtistDiscographyAll` def (#3166)
  * fix(apply): check for old global navbar existence

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spicetify-cli?expand=0&rev=4
This commit is contained in:
Jan Kužílek 2024-09-28 14:58:20 +00:00 committed by Git OBS Bridge
parent ec95a75b84
commit 53aafc357b
7 changed files with 22 additions and 10 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/spicetify/cli</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v2.38.3</param>
<param name="revision">v2.38.4</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/spicetify/cli</param>
<param name="changesrevision">ae905881c00ac6594651fa540197fd36f756f399</param></service></servicedata>
<param name="changesrevision">8e1926d2994c01e71dc32f666eef12675b0f2102</param></service></servicedata>

3
cli-2.38.4.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b68579cc1a93c067c8410d80b3bb2d69b7cb90b7c0c373f657c41daf0fdcfb8d
size 2651148

View File

@ -1,4 +1,4 @@
name: cli
version: 2.38.3
mtime: 1725997357
commit: ae905881c00ac6594651fa540197fd36f756f399
version: 2.38.4
mtime: 1727462811
commit: 8e1926d2994c01e71dc32f666eef12675b0f2102

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Sep 28 14:54:38 UTC 2024 - jan.kuzilek@suse.com
- Update to version 2.38.4:
* fix(preprocess): add new regex to catch variable names for context menu
* chore(sidebarConfig): change how msg is shown
* fix(new-releases): use hardcoded `queryArtistDiscographyAll` def (#3166)
* fix(apply): check for old global navbar existence
-------------------------------------------------------------------
Wed Sep 11 06:18:10 UTC 2024 - jan.kuzilek@suse.com

View File

@ -15,10 +15,11 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define sname cli
%define binname spicetify
Name: spicetify-cli
Version: 2.38.3
Version: 2.38.4
Release: 0
Summary: Command-line tool to customize Spotify client
License: LGPL-2.1-or-later
@ -26,8 +27,8 @@ URL: https://spicetify.app/
Source0: %{sname}-%{version}.tar.zst
Source1: vendor.tar.gz
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.21
BuildRequires: zstd
BuildRequires: golang(API) >= 1.21
%description
Command-line tool to customize the official Spotify client
@ -54,4 +55,3 @@ find %{buildroot}%{_libdir}/%{name}/ -type f -executable | grep -v %{name}/%{bin
%doc README.md
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5dcf5489dc10977c3fe7d04bd4c6ba641ae879a9c629931d007fdaee4678f946
size 1020695
oid sha256:afc598c874e2d712b95411690ea2907997359b0e2384de479a601262620d4e3e
size 1020698