commit 98dabc08c68160dc415993a4fd937db4e9c806b7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun May 5 03:34:12 2019 +0100
Update to 1.1.5.153.gf614956d
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 46a4e8e..32697f2 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -58,12 +58,12 @@ if spec != spec3:
print('error running runme')
print('rfpkg ci -c && git show')
- print('rfpkg srpm && mock -r fedora-28-x86_64-rpmfusion_nonfree
--no-clean --rebuild lpf-spotify-client-%s-1.fc30.src.rpm'
+ print('rfpkg srpm && mock -r fedora-29-x86_64-rpmfusion_nonfree
--no-clean --rebuild lpf-spotify-client-%s-1.fc31.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 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')
print('git checkout f28 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
-#print('git checkout f27 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index 68c8003..93eeb01 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.0.237
+Version: 1.1.5.153
Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
@@ -79,6 +79,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Sun May 05 2019 Sérgio Basto <sergio(a)serjux.com> - 1.1.5.153-1
+- Update to 1.1.5.153.gf614956d
+
* Sat Feb 16 2019 Sérgio Basto <sergio(a)serjux.com> - 1.1.0.237-1
- Update to 1.1.0.237.g378f6f25
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 80f0ab8..f7ac2a7 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,7 +13,7 @@
Name: spotify-client
-Version: 1.1.0.237
+Version: 1.1.5.153
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}.g378f6f25-11_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.gf614956d-16_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
+* Sun May 05 2019 Sérgio Basto <sergio(a)serjux.com> - 1.1.5.153-1
+- Update to 1.1.5.153.gf614956d
+
* Sat Feb 16 2019 Sérgio Basto <sergio(a)serjux.com> - 1.1.0.237-1
- Update to 1.1.0.237.g378f6f25