Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a5ff97ed0d | |||
| eb6b234008 | |||
| b722110410 | |||
| ae71e31dfb | |||
| dcff52895e | |||
| 72bc2ca647 | |||
| cf5ec4847d | |||
| e6c8013f8a | |||
| bddf40c465 |
8
_service
8
_service
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54427268ea80442cd9f4024f9de8b2296af7958e547b7eeee706557242c2044b
|
||||
size 164875
|
||||
3
spotify-launcher-0.6.4.obscpio
Normal file
3
spotify-launcher-0.6.4.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d1ae8d98f9199a3df2fc9b35589cb0e1cfe9b5a1d2cbe92728b33e5c31f3f25
|
||||
size 173067
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: spotify-launcher
|
||||
version: 0.6.0
|
||||
mtime: 1727350992
|
||||
commit: 15b5453b27122e0944b6663a01e8b2ed9509d86e
|
||||
version: 0.6.4
|
||||
mtime: 1767096008
|
||||
commit: fe0c57602a09503f3a51b724390c4ce91e099e78
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41c65b80b07ba10c0d63c96de541c150be59a313b8a27e6dc8f80a505d2dfd0b
|
||||
size 28296227
|
||||
oid sha256:de587dcc2b06b9f989e6f98b1c2b891f04a22ef8a8fcae13e3a0d0ca3662c13c
|
||||
size 28007905
|
||||
|
||||
Reference in New Issue
Block a user