commit eb76cebbdbb07c48e2daea8f63c74dc387c0d319
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Apr 3 18:42:09 2023 +0100
Update to 1.2.8.923.g4f94bf0d
check_new_version.py | 3 +--
lpf-spotify-client.spec | 7 +++++--
spotify-client.spec.in | 9 ++++++---
3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index a75b897..1f450d9 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -71,8 +71,7 @@ if spec != spec3:
print('error running runme')
print("New version available!")
- print('rfpkg mockbuild -N --default-mock-resultdir --root
fedora-35-x86_64-rpmfusion_nonfree'
- % version64)
+ print('rfpkg mockbuild -N --default-mock-resultdir --root
fedora-35-x86_64-rpmfusion_nonfree')
else:
print("Already updated !")
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index f31d4ee..e6dd9eb 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.1.84.716
-Release: 2%{?dist}
+Version: 1.2.8.923
+Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -79,6 +79,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Mon Apr 03 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.8.923-1
+- Update to 1.2.8.923.g4f94bf0d
+
* Tue May 03 2022 Sérgio Basto <sergio(a)serjux.com> - 1.1.84.716-2
- Update to 1.1.84.716.gc5f8b819-2
- Exclude from provides all internal shared libraries
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 564eade..66666f6 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,8 +13,8 @@
Name: spotify-client
-Version: 1.1.84.716
-Release: 2%{?dist}
+Version: 1.2.8.923
+Release: 1%{?dist}
Summary: Spotify music player native client
#
board=http://community.spotify.com/t5/Desktop-Linux
@@ -27,7 +27,7 @@ ExclusiveArch: %{ix86} x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
%ifarch x86_64
-Source1: %{repo}/spotify-client_%{version}.gc5f8b819-2_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.g4f94bf0d_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 Apr 03 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.8.923-1
+- Update to 1.2.8.923.g4f94bf0d
+
* Tue May 03 2022 Sérgio Basto <sergio(a)serjux.com> - 1.1.84.716-1
- Update to 1.1.84.716.gc5f8b819