commit 39f31b1975e8241d84173dbc430c38b9aadd2ece
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Mar 3 05:01:13 2018 +0000
Update to 1.0.72.117.g6bd7cc73
check_new_version.py | 2 +-
lpf-spotify-client.spec | 7 +++++--
spotify-client.spec.in | 9 ++++++---
3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index dddb3a3..41cf0f1 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -58,7 +58,7 @@ if spec != spec3:
if runme(pkgcmd, enviro):
print('error running runme')
- print('rfpkg clog && rfpkg commit -F clog && /bin/rm clog
&& git show')
+ print('rfpkg ci -c && git show')
print('rfpkg push && rfpkg build --nowait')
print('git checkout f27 && git merge master && git push
&& rfpkg build --nowait; git checkout master')
print('git checkout f26 && git merge master && git push
&& rfpkg build --nowait; git checkout master')
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index 908eec5..66fdd35 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.70.399
-Release: 2%{?dist}
+Version: 1.0.72.117
+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
+* Sat Mar 03 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.72.117-1
+- Update to 1.0.72.117.g6bd7cc73
+
* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> -
1.0.70.399-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 389ef72..380a5d5 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,7 +13,7 @@
Name: spotify-client
-Version: 1.0.70.399
+Version: 1.0.72.117
Release: 1%{?dist}
Summary: Spotify music player native client
@@ -27,11 +27,11 @@ ExclusiveArch: %{ix86} x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
%ifarch x86_64
-Source1: %{repo}/spotify-client_%{version}.g5ffabd56-26_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.g6bd7cc73-35_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
-Source2: %{repo}/spotify-client_%{version}.g5ffabd56-27_i386.deb
+Source2: %{repo}/spotify-client_%{version}.g6bd7cc73-35_i386.deb
%global spotify_pkg %{SOURCE2}
%endif
@@ -118,6 +118,9 @@ fi
%changelog
+* Sat Mar 03 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.72.117-1
+- Update to 1.0.72.117.g6bd7cc73
+
* Tue Jan 09 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.70.399-1
- Update to 1.0.70.399.g5ffabd56