commit 6eda1e466a7e5e65686f39d38863005862cc7eab
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jan 18 15:30:37 2025 +0000
Update to 1.2.53.440.g7b2f582a
check_new_version.py | 3 ++-
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 7 +++++--
3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index e8ad976..c70c45d 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -75,7 +75,8 @@ if spec != spec3:
print('error running runme')
print("New version available! ACTION REQUIRED !!!\n\n")
- print('rfpkg mockbuild -N --default-mock-resultdir --root
fedora+rpmfusion_nonfree-41-x86_64')
+ #print('rfpkg mockbuild -N --default-mock-resultdir --root
fedora+rpmfusion_nonfree-41-x86_64')
+ print('rfpkg --release f41 mockbuild --default-mock-resultdir -N')
else:
print("Already updated ! no Action required\n\n")
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index a3126e6..e52d114 100644
--- a/lpf-spotify-client.spec
+++ b/lpf-spotify-client.spec
@@ -11,7 +11,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
-Version: 1.2.52.442
+Version: 1.2.53.440
Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
@@ -82,6 +82,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Sat Jan 18 2025 Sérgio Basto <sergio(a)serjux.com> - 1.2.53.440-1
+- Update to 1.2.53.440.g7b2f582a
+
* Tue Dec 17 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.52.442-1
- Update to 1.2.52.442.g01893f92
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 46cdbed..faaeada 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -11,7 +11,7 @@
Name: spotify-client
-Version: 1.2.52.442
+Version: 1.2.53.440
Release: 1%{?dist}
Summary: Spotify music player native client
@@ -24,7 +24,7 @@ ExclusiveArch: %{ix86} x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
%ifarch x86_64
-Source1: %{repo}/spotify-client_%{version}.g01893f92_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.g7b2f582a_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
@@ -90,6 +90,9 @@ hard drive.
%changelog
+* Sat Jan 18 2025 Sérgio Basto <sergio(a)serjux.com> - 1.2.53.440-1
+- Update to 1.2.53.440.g7b2f582a
+
* Tue Dec 17 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.52.442-1
- Update to 1.2.52.442.g01893f92
Show replies by date