commit 48d9e97e7667bac1bc1ca291aa6f6e7e237212c4
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Dec 18 18:34:45 2023 +0000
Update to 1.2.26.1187.g36b715a1
check_new_version.py | 2 +-
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 7 +++++--
3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 9411004..cb7df8b 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -41,7 +41,7 @@ res = str_mx.findall(html.text)
res2 = str_mx2.findall(html.text)
deb32 = res[-1]
deb64 = res2[-1]
-regexp =
re.compile('spotify-client_(\d{1,2}[.]\d{1,2}[.]\d{1,3}[.]\d{1,3})([.].*)')
+regexp =
re.compile('spotify-client_(\d{1,2}[.]\d{1,2}[.]\d{1,3}[.]\d{1,4})([.].*)')
(version64, minor64) = regexp.findall(deb64)[0]
#print ("deb64 = %s\nVersions: %s %s" % (deb64, version64, minor64))
(version32, minor32) = regexp.findall(deb32)[0]
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index bdfbc6d..1e935a1 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.22.982
+Version: 1.2.26.1187
Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
@@ -79,6 +79,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Mon Dec 18 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.26.1187-1
+- Update to 1.2.26.1187.g36b715a1
+
* Mon Oct 30 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.22.982-1
- Update to 1.2.22.982.g794acc0a
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 35c9e2a..6f15311 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,7 +13,7 @@
Name: spotify-client
-Version: 1.2.22.982
+Version: 1.2.26.1187
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}.g794acc0a_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.g36b715a1_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
+* Mon Dec 18 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.26.1187-1
+- Update to 1.2.26.1187.g36b715a1
+
* Mon Oct 30 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.22.982-1
- Update to 1.2.22.982.g794acc0a
Show replies by date