commit d89f29d20fae67cd90b6e0ff9c603c81b210228e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Dec 11 05:00:17 2018 +0000
Update to 1.0.94.262.g3d5c231c
check_new_version.py | 2 +-
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 7 +++++--
3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index d702332..7e491ae 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -66,7 +66,7 @@ if spec != spec3:
else:
print("Already updated !")
-print('rfpkg push && rfpkg build --nowait')
+print('git show && echo Press enter to push and build; read dummy; rfpkg push
&& rfpkg build --nowait')
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 18f6646..0ad4333 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.0.92.390
+Version: 1.0.94.262
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 Dec 11 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.94.262-1
+- Update to 1.0.94.262.g3d5c231c
+
* Sat Oct 27 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.92.390-1
- Update to 1.0.92.390.g2ce5ec7d
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 3841b46..1a22a50 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,7 +13,7 @@
Name: spotify-client
-Version: 1.0.92.390
+Version: 1.0.94.262
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}.g2ce5ec7d-18_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.g3d5c231c-9_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
@@ -122,6 +122,9 @@ fi
%changelog
+* Tue Dec 11 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.94.262-1
+- Update to 1.0.94.262.g3d5c231c
+
* Sat Oct 27 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.92.390-1
- Update to 1.0.92.390.g2ce5ec7d
Show replies by date