Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 11e63c1b7b | |||
|
|
e9129f4c5b | ||
|
|
d0769fc0f8 |
13
_service
Normal file
13
_service
Normal file
@@ -0,0 +1,13 @@
|
||||
<services>
|
||||
<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">3.0.7</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
</services>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c4714d772185fd8881aa7b96907970ff89a6615fb67df80424a5dd2d2262127
|
||||
size 18594
|
||||
3
spotify-easyrpm-3.0.7.obscpio
Normal file
3
spotify-easyrpm-3.0.7.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2aec4f6dfb014cec74a2181ebf69dd0f6a9298b974637a6dbf44a9970f25bc1c
|
||||
size 57355
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 15:48:39 UTC 2025 - David Mace <david@macemail.co.uk>
|
||||
|
||||
- Remove support for obsolete update-desktop-files (broken anyway) @stanislav-brabec
|
||||
- Update spec file to match the current state @stanislav-brabec
|
||||
- Install icons properly, so it is properly displayed in all environments @stanislav-brabec
|
||||
- Fix f_cleanup() @stanislav-brabec
|
||||
- Do not run scheduled task on metered networks @stanislav-brabec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 1 21:28:31 UTC 2025 - David Mace <david@macemail.co.uk>
|
||||
|
||||
|
||||
4
spotify-easyrpm.obsinfo
Normal file
4
spotify-easyrpm.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: spotify-easyrpm
|
||||
version: 3.0.7
|
||||
mtime: 1759416851
|
||||
commit: 286b2a3db967405935bba6d59be2a00f804d5d42
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package spotify-easyrpm
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 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
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: spotify-easyrpm
|
||||
Version: 3.0.6
|
||||
Version: 3.0.7
|
||||
Release: 0
|
||||
Summary: Tool to download, convert and install the Spotify for Linux package
|
||||
License: GPL-3.0-only
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
URL: https://github.com/megamaced/spotify-easyrpm
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Requires: createrepo_c
|
||||
Requires: jq
|
||||
Requires: rpm-build
|
||||
|
||||
Reference in New Issue
Block a user