commit d686a7d5326c7f088b88c2969958653d35a56844
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Dec 17 18:57:02 2024 +0000
Update to 1.2.52.442.g01893f92
check_new_version.py | 3 +--
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 7 +++++--
3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 544b726..e8ad976 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -75,12 +75,11 @@ if spec != spec3:
print('error running runme')
print("New version available! ACTION REQUIRED !!!\n\n")
- print('rfpkg mockbuild -N --default-mock-resultdir --root
fedora-39-x86_64-rpmfusion_nonfree')
+ print('rfpkg mockbuild -N --default-mock-resultdir --root
fedora+rpmfusion_nonfree-41-x86_64')
else:
print("Already updated ! no Action required\n\n")
print('rfpkg ci -c && git show && echo Press enter to push and build;
read dummy; rfpkg push && rfpkg build --nowait')
print('git checkout f41 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
print('git checkout f40 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
-print('git checkout f39 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
print('git checkout el9 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index dbf4d69..a3126e6 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.50.335
+Version: 1.2.52.442
Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
@@ -82,6 +82,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Tue Dec 17 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.52.442-1
+- Update to 1.2.52.442.g01893f92
+
* Thu Nov 21 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.50.335-1
- Update to 1.2.50.335.g5e2860a8
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 2898faa..46cdbed 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -11,7 +11,7 @@
Name: spotify-client
-Version: 1.2.50.335
+Version: 1.2.52.442
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}.g5e2860a8_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.g01893f92_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
@@ -90,6 +90,9 @@ hard drive.
%changelog
+* Tue Dec 17 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.52.442-1
+- Update to 1.2.52.442.g01893f92
+
* Thu Nov 21 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.50.335-1
- Update to 1.2.50.335.g5e2860a8
Show replies by date