commit eda44ae393488d8e3dfcc678b477d402b21f03f5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jan 12 15:33:58 2019 +0000
Update to 1.0.96.181.gf6bc1b6b
check_new_version.py | 11 ++++-------
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 7 +++++--
3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 7e491ae..46a4e8e 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -29,14 +29,11 @@ res = str_mx.findall(html.text)
res2 = str_mx2.findall(html.text)
deb32 = res[-1]
deb64 = res2[-1]
-print ("deb32 = %s" % deb32)
-print ("deb64 = %s" % deb64)
-res2 = str_mx.findall(html.text)
-
regexp =
re.compile('spotify-client_(\d{1,2}[.]\d{1,2}[.]\d{1,3}[.]\d{1,3})([.].*)')
(version32, minor32) = regexp.findall(deb32)[0]
(version64, minor64) = regexp.findall(deb64)[0]
-print ("versions:", version32, minor32, version64, minor64)
+print ("deb64 = %s\nVersions: %s %s" % (deb64, version64, minor64))
+print ("deb32 = %s\nVersions: %s %s" % (deb32, version32, minor32))
spec = open('spotify-client.spec.in').read()
#print (spec)
@@ -61,7 +58,7 @@ if spec != spec3:
print('error running runme')
print('rfpkg ci -c && git show')
- print('rfpkg srpm && mock -r fedora-27-x86_64-rpmfusion_nonfree
--no-clean --rebuild lpf-spotify-client-%s-1.fc30.src.rpm'
+ print('rfpkg srpm && mock -r fedora-28-x86_64-rpmfusion_nonfree
--no-clean --rebuild lpf-spotify-client-%s-1.fc30.src.rpm'
% version64)
else:
print("Already updated !")
@@ -69,4 +66,4 @@ else:
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')
+#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 0ad4333..47c39f8 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.94.262
+Version: 1.0.96.181
Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
@@ -79,6 +79,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Sat Jan 12 2019 Sérgio Basto <sergio(a)serjux.com> - 1.0.96.181-1
+- Update to 1.0.96.181.gf6bc1b6b
+
* Tue Dec 11 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.94.262-1
- Update to 1.0.94.262.g3d5c231c
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 1a22a50..a3f7c92 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,7 +13,7 @@
Name: spotify-client
-Version: 1.0.94.262
+Version: 1.0.96.181
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}.g3d5c231c-9_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.gf6bc1b6b-12_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
@@ -122,6 +122,9 @@ fi
%changelog
+* Sat Jan 12 2019 Sérgio Basto <sergio(a)serjux.com> - 1.0.96.181-1
+- Update to 1.0.96.181.gf6bc1b6b
+
* Tue Dec 11 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.94.262-1
- Update to 1.0.94.262.g3d5c231c