- update to 1.5.0:
* add description of available controls * feat: add play and pause messages * feat: add custom sources OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/lowfi?expand=0&rev=4
This commit is contained in:
parent
81e52869e6
commit
2c5fc749b4
2
_service
2
_service
@ -6,7 +6,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="version">git-master</param>
|
<param name="version">git-master</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="revision">1.4.2</param>
|
<param name="revision">1.5.0</param>
|
||||||
<param name="changesauthor">andrea.manzini@suse.com</param>
|
<param name="changesauthor">andrea.manzini@suse.com</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="manual" name="set_version"/>
|
<service mode="manual" name="set_version"/>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be85df6f7b8a441cbf1ebc37b79e6b6248b3d67647a1a84bd3e8d477bdc6169c
|
|
||||||
size 129987
|
|
3
lowfi-1.5.0.tar.zst
Normal file
3
lowfi-1.5.0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ddc42e4b885d2289cc4f6136fd3c5c7eb18e721fc746390c335810a541e1ea49
|
||||||
|
size 132258
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 16 13:04:11 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
- update to 1.5.0:
|
||||||
|
* add description of available controls
|
||||||
|
* feat: add play and pause messages
|
||||||
|
* feat: add custom sources
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 15 09:57:31 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
Tue Oct 15 09:57:31 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: lowfi
|
name: lowfi
|
||||||
version: 1.4.2
|
version: 1.5.0
|
||||||
mtime: 1728410705
|
mtime: 1728997612
|
||||||
commit: 79a2b7da9c7fd0068242b860fcb9bbb0e7acd7e7
|
commit: 301b831737fc95587e85ee7f150536682e999135
|
||||||
|
@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: lowfi
|
Name: lowfi
|
||||||
Version: 1.4.2
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An extremely simple lofi player
|
Summary: An extremely simple lofi player
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/talwat/lowfi
|
URL: https://github.com/talwat/lowfi
|
||||||
Source0: %{name}-%{version}.tar.zst
|
Source0: %{name}-%{version}.tar.zst
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
BuildRequires: cargo-packaging
|
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
ExclusiveArch: %{rust_tier1_arches}
|
ExclusiveArch: %{rust_tier1_arches}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:839f0cbbb71b2c6534ba1b1b06a633069fa80ae0e5b41cf21446f196f51de463
|
oid sha256:c867962a4ceacad88b14b196264e3ecc4204ae60acd01e450ce7e2d61cc6572a
|
||||||
size 42486168
|
size 42534408
|
||||||
|
Loading…
Reference in New Issue
Block a user