commit 07f51743ce44bc147dcd77a9a82447fbd06f43ac
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Sep 17 13:48:41 2024 +0100
Update to 1.2.45.454.gc16ec9f6
check_new_version.py | 5 +++++
lpf-spotify-client.spec | 7 +++++--
spotify-client.spec.in | 9 ++++++---
3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index b022beb..544b726 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -20,6 +20,10 @@ def runme(cmd, env, cwd='.'):
return 1
return 0
+# do not forget do git pull before start
+result = subprocess.run("git checkout master; git pull", shell=True,
capture_output=True, text=True)
+print(result.stdout)
+
text = "cat spotify-client.spec.in | grep ^Version"
texts = text.split('|')
text0 = texts[0].strip().split(' ')
@@ -76,6 +80,7 @@ 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 3020fad..65d5b91 100644
--- a/lpf-spotify-client.spec
+++ b/lpf-spotify-client.spec
@@ -11,8 +11,8 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
-Version: 1.2.42.290
-Release: 2%{?dist}
+Version: 1.2.45.454
+Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -78,6 +78,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Tue Sep 17 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.45.454-1
+- Update to 1.2.45.454.gc16ec9f6
+
* Wed Jul 24 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.42.290-2
- Update spotify-make to 854e3fb
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 059ea28..7c9680b 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -11,8 +11,8 @@
Name: spotify-client
-Version: 1.2.42.290
-Release: 2%{?dist}
+Version: 1.2.45.454
+Release: 1%{?dist}
Summary: Spotify music player native client
#
board=http://community.spotify.com/t5/Desktop-Linux
@@ -24,7 +24,7 @@ ExclusiveArch: %{ix86} x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
%ifarch x86_64
-Source1: %{repo}/spotify-client_%{version}.g242057a2_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.gc16ec9f6_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
@@ -92,6 +92,9 @@ hard drive.
%changelog
+* Tue Sep 17 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.45.454-1
+- Update to 1.2.45.454.gc16ec9f6
+
* Wed Jul 24 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.42.290-2
- Update spotify-make to 854e3fb