commit 4a895303b69e506012590a519832d7ff5356210a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Mar 26 18:46:06 2022 +0000
Update to 1.1.80.699.gc3dac750
check_new_version.py | 3 ++-
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 7 +++++--
3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index db16bac..cfba223 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -77,6 +77,7 @@ else:
print("Already updated !")
print('rfpkg ci -c && git show && echo Press enter to push and build;
read dummy; rfpkg push && rfpkg build --nowait')
+print('git checkout f36 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
print('git checkout f35 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
print('git checkout f34 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
-print('git checkout epel8 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
+print('git checkout el8 && git merge master && git push &&
rfpkg build --nowait; git checkout master')
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index 03c0229..0bfcc01 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.72.439
+Version: 1.1.80.699
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 Mar 26 2022 Sérgio Basto <sergio(a)serjux.com> - 1.1.80.699-1
+- Update to 1.1.80.699.gc3dac750
+
* Wed Nov 24 2021 Sérgio Basto <sergio(a)serjux.com> - 1.1.72.439-1
- Update to 1.1.72.439.gc253025e
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 8ad7c0a..b8999fc 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,7 +13,7 @@
Name: spotify-client
-Version: 1.1.72.439
+Version: 1.1.80.699
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}.gc253025e_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.gc3dac750_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
@@ -110,6 +110,9 @@ ln -s ../libcurl.so.4 libcurl-gnutls.so.4
%changelog
+* Sat Mar 26 2022 Sérgio Basto <sergio(a)serjux.com> - 1.1.80.699-1
+- Update to 1.1.80.699.gc3dac750
+
* Wed Nov 24 2021 Sérgio Basto <sergio(a)serjux.com> - 1.1.72.439-1
- Update to 1.1.72.439.gc253025e
Show replies by date