commit cfc378007988eb20c5e1f638aa987cc65f8ac394
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon May 29 15:49:15 2023 +0100
Update to 1.2.9.743.g85d9593d
check_new_version.py | 4 ++--
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 7 +++++--
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 1f450d9..5d93036 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -70,8 +70,8 @@ if spec != spec3:
if runme(pkgcmd, enviro):
print('error running runme')
- print("New version available!")
- print('rfpkg mockbuild -N --default-mock-resultdir --root
fedora-35-x86_64-rpmfusion_nonfree')
+ print("New version available! ACTION REQUIRED !!!")
+ print('rfpkg mockbuild -N --default-mock-resultdir --root
fedora-38-x86_64-rpmfusion_nonfree')
else:
print("Already updated !")
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index e6dd9eb..b1a2a9f 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.8.923
+Version: 1.2.9.743
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 May 29 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.9.743-1
+- Update to 1.2.9.743.g85d9593d
+
* Mon Apr 03 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.8.923-1
- Update to 1.2.8.923.g4f94bf0d
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 66666f6..83e547c 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,7 +13,7 @@
Name: spotify-client
-Version: 1.2.8.923
+Version: 1.2.9.743
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}.g4f94bf0d_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.g85d9593d_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 May 29 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.9.743-1
+- Update to 1.2.9.743.g85d9593d
+
* Mon Apr 03 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.8.923-1
- Update to 1.2.8.923.g4f94bf0d
Show replies by date