commit 0cfa86da298ed607ddbeb8944e178f98e2d9c3da
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Feb 27 10:50:45 2024 +0000
Update to 1.2.31.1205.g4d59ad7c
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 cb7df8b..30e3ff5 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -76,8 +76,8 @@ 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 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 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')
print('git checkout el8 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index 1e935a1..4894c90 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.26.1187
+Version: 1.2.31.1205
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 Feb 26 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.31.1205-1
+- Update to 1.2.31.1205.g4d59ad7c
+
* Mon Dec 18 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.26.1187-1
- Update to 1.2.26.1187.g36b715a1
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 6f15311..fbc6848 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,7 +13,7 @@
Name: spotify-client
-Version: 1.2.26.1187
+Version: 1.2.31.1205
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}.g36b715a1_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.g4d59ad7c_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 Feb 26 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.31.1205-1
+- Update to 1.2.31.1205.g4d59ad7c
+
* Mon Dec 18 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.26.1187-1
- Update to 1.2.26.1187.g36b715a1
Show replies by date