commit 319c459d7bc4edf7ed83ea31c53d1f9f81200a34
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Mar 23 19:57:57 2021 +0000
Update to 1.1.55.498.gf9a83c60
check_new_version.py | 9 ++++-----
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 7 +++++--
3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 9140022..2e8a67e 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -57,13 +57,12 @@ if spec != spec3:
if runme(pkgcmd, enviro):
print('error running runme')
- print('rfpkg srpm && mock -r fedora-31-x86_64-rpmfusion_nonfree
--no-clean --rebuild lpf-spotify-client-%s-1.fc34.src.rpm'
+ print('rfpkg srpm && mock -r fedora-32-x86_64-rpmfusion_nonfree
--no-clean --rebuild lpf-spotify-client-%s-1.fc35.src.rpm'
% version64)
- print('rfpkg ci -c && git show')
else:
print("Already updated !")
-print('git show && echo Press enter to push and build; read dummy; rfpkg push
&& rfpkg build --nowait')
+print('rfpkg ci -c && git show && echo Press enter to push and build;
read dummy; rfpkg push && rfpkg build --nowait')
+print('git checkout f34 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
+print('git checkout f33 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
print('git checkout f32 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
-print('git checkout f31 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
-print('git checkout f30 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index 9d6cc47..f3f5f87 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.1.42.622
+Version: 1.1.55.498
Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
@@ -79,6 +79,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Tue Mar 23 2021 Sérgio Basto <sergio(a)serjux.com> - 1.1.55.498-1
+- Update to 1.1.55.498.gf9a83c60
+
* Fri Sep 18 2020 Sérgio Basto <sergio(a)serjux.com> - 1.1.42.622-1
- Update to 1.1.42.622.gbd112320
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 878a6f2..7b45ca6 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,7 +13,7 @@
Name: spotify-client
-Version: 1.1.42.622
+Version: 1.1.55.498
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}.gbd112320-37_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.gf9a83c60_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
@@ -109,6 +109,9 @@ ln -s ../libcurl.so.4 libcurl-gnutls.so.4
%changelog
+* Tue Mar 23 2021 Sérgio Basto <sergio(a)serjux.com> - 1.1.55.498-1
+- Update to 1.1.55.498.gf9a83c60
+
* Fri Sep 18 2020 Sérgio Basto <sergio(a)serjux.com> - 1.1.42.622-1
- Update to 1.1.42.622.gbd112320