commit 7cf914a55daa4c8a34c66ed4208963f0e2450f86
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed May 24 16:00:38 2017 +0100
Update to 1.0.55.487.g256699aa
check_new_version.py | 4 ++--
lpf-spotify-client.spec | 7 +++++--
spotify-client.spec.in | 11 +++++++----
3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index ebc2079..7b84486 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -50,11 +50,11 @@ def runme(cmd, env, cwd='.'):
if spec != spec3:
open('spotify-client.spec.in', 'w').write(spec4)
enviro = os.environ
- pkgcmd = ['rpmdev-bumpspec', '-n', version64, '-c',
'Update to %s%s' % (version64, minor64[:4]), 'spotify-client.spec.in']
+ pkgcmd = ['rpmdev-bumpspec', '-n', version64, '-c',
'Update to %s%s' % (version64, minor64[:10]), 'spotify-client.spec.in']
#pkgcmd = ['rpmdev-bumpspec -n %s -c "Update to %s%s"
spotify-client.spec.in' % (version64, version64, minor64[:4])]
if runme(pkgcmd, enviro):
print('error running runme')
- pkgcmd = ['rpmdev-bumpspec', '-n', version64, '-c',
'Update to %s%s' % (version64, minor64[:4]), 'lpf-spotify-client.spec']
+ pkgcmd = ['rpmdev-bumpspec', '-n', version64, '-c',
'Update to %s%s' % (version64, minor64[:10]), 'lpf-spotify-client.spec']
if runme(pkgcmd, enviro):
print('error running runme')
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index f72c889..9a7b142 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.0.53.758
-Release: 2%{?dist}
+Version: 1.0.55.487
+Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -76,6 +76,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Wed May 24 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.55.487-1
+- Update to 1.0.55.487.g256699aa
+
* Mon May 15 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.53.758-2
- Improve version numbers
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 24de73a..c090e4e 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -11,8 +11,8 @@
Name: spotify-client
-Version: 1.0.53.758
-Release: 2%{?dist}
+Version: 1.0.55.487
+Release: 1%{?dist}
Summary: Spotify music player native client
#
board=http://community.spotify.com/t5/Desktop-Linux
@@ -23,8 +23,8 @@ Group: Applications/Multimedia
ExclusiveArch: i386 i686 x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
-Source1: %{repo}/spotify-client_%{version}.gde3fc4b2-33_amd64.deb
-Source2: %{repo}/spotify-client_%{version}.gde3fc4b2-34_i386.deb
+Source1: %{repo}/spotify-client_%{version}.g256699aa-16_amd64.deb
+Source2: %{repo}/spotify-client_%{version}.g256699aa-16_i386.deb
%ifarch x86_64
%global spotify_pkg %{SOURCE1}
@@ -116,6 +116,9 @@ fi
%changelog
+* Wed May 24 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.55.487-1
+- Update to 1.0.55.487.g256699aa
+
* Mon May 15 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.53.758-2
- Improve version numbers