commit e7e8c5580575ee7b38d6e1f6927ef48c34184e3c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Apr 27 06:35:06 2020 +0100
Update to 1.1.26.501.gbe11e53b
check_new_version.py | 5 +++--
lpf-spotify-client.spec | 7 +++++--
spotify-client.spec.in | 9 ++++++---
3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index bc7f4d6..d9af164 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -58,11 +58,12 @@ if spec != spec3:
print('error running runme')
print('rfpkg ci -c && git show')
- print('rfpkg srpm && mock -r fedora-29-x86_64-rpmfusion_nonfree
--no-clean --rebuild lpf-spotify-client-%s-1.fc31.src.rpm'
+ print('rfpkg srpm && mock -r fedora-31-x86_64-rpmfusion_nonfree
--no-clean --rebuild lpf-spotify-client-%s-1.fc33.src.rpm'
% version64)
else:
print("Already updated !")
print('git show && echo Press enter to push and build; read dummy; rfpkg push
&& rfpkg build --nowait')
+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')
-print('git checkout f29 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index b0ffb17..d4403bf 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.10.546
-Release: 3%{?dist}
+Version: 1.1.26.501
+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 27 2020 Sérgio Basto <sergio(a)serjux.com> - 1.1.26.501-1
+- Update to 1.1.26.501.gbe11e53b
+
* Fri Oct 18 2019 Sérgio Basto <sergio(a)serjux.com> - 1.1.10.546-3
- Fix commit of spotify-make in spotify-client.spec.in
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 26a4ffe..ac4983a 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,8 +13,8 @@
Name: spotify-client
-Version: 1.1.10.546
-Release: 3%{?dist}
+Version: 1.1.26.501
+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}.ge08ef575-19_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.gbe11e53b-15_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
+* Mon Apr 27 2020 Sérgio Basto <sergio(a)serjux.com> - 1.1.26.501-1
+- Update to 1.1.26.501.gbe11e53b
+
* Fri Oct 18 2019 Sérgio Basto <sergio(a)serjux.com> - 1.1.10.546-3
- Fix commit of spotify-make in spotify-client.spec.in