17
0

9 Commits

Author SHA256 Message Date
a5ff97ed0d Accepting request 1326787 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1326787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spotify-launcher?expand=0&rev=5
2026-01-13 20:26:42 +00:00
eb6b234008 - Update to version 0.6.4:
* Don't log "Retrying download" on first attempt
  * Update dependencies
  * Fix incorrect copyright year 2018 -> 2022
  * README: Align license section with Cargo.toml and actual LICENSE-* files

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-launcher?expand=0&rev=12
2026-01-12 13:12:58 +00:00
b722110410 Accepting request 1235201 from multimedia:apps
Update to version 0.6.3

OBS-URL: https://build.opensuse.org/request/show/1235201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spotify-launcher?expand=0&rev=4
2025-01-07 19:52:02 +00:00
ae71e31dfb Update to version 0.6.3
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-launcher?expand=0&rev=10
2025-01-06 13:28:15 +00:00
dcff52895e Accepting request 1234165 from multimedia:apps
Update to version 0.6.1

OBS-URL: https://build.opensuse.org/request/show/1234165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spotify-launcher?expand=0&rev=3
2025-01-01 22:08:31 +00:00
72bc2ca647 Update to version 0.6.1
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-launcher?expand=0&rev=8
2024-12-31 16:28:22 +00:00
cf5ec4847d Accepting request 1229461 from multimedia:apps
- Update vendor file: fixes RUSTSEC-2024-0399 and RUSTSEC-2024-0421

OBS-URL: https://build.opensuse.org/request/show/1229461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spotify-launcher?expand=0&rev=2
2024-12-09 20:13:03 +00:00
e6c8013f8a Adjust changelog
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-launcher?expand=0&rev=6
2024-12-09 17:22:46 +00:00
bddf40c465 Update vendor, fixes RUSTSEC-2024-0399 and RUSTSEC-2024-0421
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-launcher?expand=0&rev=5
2024-12-09 17:13:39 +00:00
8 changed files with 59 additions and 25 deletions

View File

@@ -1,9 +1,9 @@
<services>
<service mode="disabled" name="obs_scm">
<service mode="manual" name="obs_scm">
<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.0</param>
<param name="revision">v0.6.4</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
@@ -14,8 +14,8 @@
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service mode="buildtime" name="set_version" />
<service name="cargo_vendor" mode="disabled">
<service mode="manual" name="set_version" />
<service name="cargo_vendor" mode="manual">
<param name="src">spotify-launcher</param>
<param name="compression">zst</param>
<param name="update">true</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/kpcyrd/spotify-launcher.git</param>
<param name="changesrevision">15b5453b27122e0944b6663a01e8b2ed9509d86e</param></service></servicedata>
<param name="changesrevision">fe0c57602a09503f3a51b724390c4ce91e099e78</param></service></servicedata>

View File

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

View File

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

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sun Jan 11 16:58:22 UTC 2026 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 0.6.4:
* Don't log "Retrying download" on first attempt
* Update dependencies
* Fix incorrect copyright year 2018 -> 2022
* README: Align license section with Cargo.toml and actual LICENSE-* files
-------------------------------------------------------------------
Mon Jan 06 13:23:22 UTC 2025 - jan.kuzilek@suse.com
- Update to version 0.6.3:
* Release v0.6.3
* Also log update errors to terminal
* Switch from openssl to rustls
* Introduce error message ui, make update errors non-fatal
* Release v0.6.2
* Add --version flag
-------------------------------------------------------------------
Tue Dec 31 11:39:54 UTC 2024 - jan.kuzilek@suse.com
- Update to version 0.6.1:
* Release v0.6.1
* Update release key to B420FD3777CCE3A7F0076B55C85668DF69375001
* Update dependencies
-------------------------------------------------------------------
Mon Dec 9 17:21:37 UTC 2024 - Jan Kužílek <jan.kuzilek@suse.com>
- Update vendor file: fixes RUSTSEC-2024-0399 and RUSTSEC-2024-0421
-------------------------------------------------------------------
Fri Sep 27 03:58:17 UTC 2024 - Jan Kužílek <jan.kuzilek@suse.com>

View File

@@ -1,4 +1,4 @@
name: spotify-launcher
version: 0.6.0
mtime: 1727350992
commit: 15b5453b27122e0944b6663a01e8b2ed9509d86e
version: 0.6.4
mtime: 1767096008
commit: fe0c57602a09503f3a51b724390c4ce91e099e78

View File

@@ -1,7 +1,7 @@
#
# spec file for package spotify-launcher
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,30 +15,31 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: spotify-launcher
Version: 0.6.0
Version: 0.6.4
Release: 0
Summary: Client for spotify's apt repository written in Rust
License: Apache-2.0 or MIT
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
BuildRequires: cargo-packaging
BuildRequires: rust >= 1.70
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(liblzma)
BuildRequires: hicolor-icon-theme
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
Requires: libasound2 >= 1.0.14
Requires: desktop-file-utils
Requires: libSM6
Requires: libasound2 >= 1.0.14
Requires: libatomic1
Requires: mozilla-nss
Requires: zenity
Requires: libatomic1
Requires: libSM6
%description
Client for spotify's apt repository written in Rust
@@ -52,7 +53,7 @@ Client for spotify's apt repository written in Rust
%install
%{cargo_install}
install -Dm644 %{_builddir}/%{name}-%{version}/data/pubkey_6224F9941A8AA6D1.gpg %{buildroot}%{_datadir}/%{name}/keyring.pgp
install -Dm644 %{_builddir}/%{name}-%{version}/data/pubkey_C85668DF69375001.gpg %{buildroot}%{_datadir}/%{name}/keyring.pgp
install -Dm644 %{_builddir}/%{name}-%{version}/contrib/%{name}.desktop -t %{buildroot}%{_datadir}/applications
install -Dm644 %{_builddir}/%{name}-%{version}/contrib/icons/spotify-linux-512.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41c65b80b07ba10c0d63c96de541c150be59a313b8a27e6dc8f80a505d2dfd0b
size 28296227
oid sha256:de587dcc2b06b9f989e6f98b1c2b891f04a22ef8a8fcae13e3a0d0ca3662c13c
size 28007905