commit aa564f982b8bae22c5edd727c5514b485f03c6b5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 1 00:37:57 2023 +0100
Update to 1.2.18.999.g9b38fc27
check_new_version.py | 15 ++++++++-------
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 7 +++++--
3 files changed, 17 insertions(+), 10 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 60c3f6d..9411004 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -28,8 +28,9 @@ text1 = texts[1].strip().split(' ')
#print(text1)
ps1 = subprocess.run(text0, check=True, capture_output=True)
+#print("Current %s" % ps1.stdout.decode())
ps2 = subprocess.run(text1, input=ps1.stdout, capture_output=True)
-print("Current %s" % ps2.stdout.decode())
+print("Current %s" % ps2.stdout.decode().replace(" ",
"").replace(":", ": "))
html =
requests.get('http://repository.spotify.com/pool/non-free/s/spotify-c...
#print (html.text)
@@ -42,11 +43,10 @@ deb32 = res[-1]
deb64 = res2[-1]
regexp =
re.compile('spotify-client_(\d{1,2}[.]\d{1,2}[.]\d{1,3}[.]\d{1,3})([.].*)')
(version64, minor64) = regexp.findall(deb64)[0]
-print ("deb64 = %s\nVersions: %s %s" % (deb64, version64, minor64))
-print ("Latest Version: %s" % version64)
+#print ("deb64 = %s\nVersions: %s %s" % (deb64, version64, minor64))
(version32, minor32) = regexp.findall(deb32)[0]
-#print ("deb32 = %s\nVersions: %s %s\n" % (deb32, version32, minor32))
-print ("Latest deb32 Version: %s \n" % version32)
+#print ("Versions: %s %s %s\n" % (deb32, version32, minor32))
+print ("Latest Versions: %s and i686 version %s \n" % (version64, version32))
spec = open('spotify-client.spec.in').read()
#print (spec)
@@ -70,12 +70,13 @@ if spec != spec3:
if runme(pkgcmd, enviro):
print('error running runme')
- print("New version available! ACTION REQUIRED !!!")
+ print("New version available! ACTION REQUIRED !!!\n\n")
print('rfpkg mockbuild -N --default-mock-resultdir --root
fedora-38-x86_64-rpmfusion_nonfree')
else:
- print("Already updated !")
+ 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 f39 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
print('git checkout f38 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
print('git checkout f37 && 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 60470d3..91f7bd9 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.13.661
+Version: 1.2.18.999
Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
@@ -79,6 +79,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Thu Aug 31 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.18.999-1
+- Update to 1.2.18.999.g9b38fc27
+
* Tue Jun 20 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.13.661-1
- Update to 1.2.13.661.ga588f749
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index ccfca23..1cb600c 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,7 +13,7 @@
Name: spotify-client
-Version: 1.2.13.661
+Version: 1.2.18.999
Release: 1%{?dist}
Summary: Spotify music player native client
@@ -27,7 +27,7 @@ ExclusiveArch: %{ix86} x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
%ifarch x86_64
-Source1: %{repo}/spotify-client_%{version}.ga588f749_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.g9b38fc27_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
@@ -110,6 +110,9 @@ ln -s ../libcurl.so.4 libcurl-gnutls.so.4
%changelog
+* Thu Aug 31 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.18.999-1
+- Update to 1.2.18.999.g9b38fc27
+
* Tue Jun 20 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.13.661-1
- Update to 1.2.13.661.ga588f749