[lpf-spotify-client] Update to 1.0.64.407.g9bd02c2d
by Sérgio M. Basto
commit 98a6c11a85b9623679e103c9cd2edf2cbab0b019
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Oct 24 18:08:49 2017 +0100
Update to 1.0.64.407.g9bd02c2d
lpf-spotify-client.spec | 7 +++++--
spotify-client.spec.in | 13 ++++++++-----
2 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index f7d161e..b3b0655 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.59.395
-Release: 2%{?dist}
+Version: 1.0.64.407
+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
+* Tue Oct 24 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.64.407-1
+- Update to 1.0.64.407.g9bd02c2d
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.0.59.395-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 6a017a6..5d26dee 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -11,8 +11,8 @@
Name: spotify-client
-Version: 1.0.59.395
-Release: 2%{?dist}
+Version: 1.0.64.407
+Release: 1%{?dist}
Summary: Spotify music player native client
# board=http://community.spotify.com/t5/Desktop-Linux
@@ -20,16 +20,16 @@ Summary: Spotify music player native client
License: No modification permitted, non-redistributable
URL: https://www.spotify.com/se/download/linux/
Group: Applications/Multimedia
-ExclusiveArch: i386 i686 x86_64
+ExclusiveArch: %{ix86} x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
%ifarch x86_64
-Source1: %{repo}/spotify-client_%{version}.ge6ca9946-18_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.g9bd02c2d-26_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
-Source2: %{repo}/spotify-client_%{version}.ge6ca9946-18_i386.deb
+Source2: %{repo}/spotify-client_%{version}.g9bd02c2d-26_i386.deb
%global spotify_pkg %{SOURCE2}
%endif
@@ -116,6 +116,9 @@ fi
%changelog
+* Tue Oct 24 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.64.407-1
+- Update to 1.0.64.407.g9bd02c2d
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.0.59.395-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7 years, 1 month
[lpf-skype] Source code no longer available, skypeforlinux isn't the same package and will require it's own revi
by Leigh Scott
commit d58c3608f9736969753a0eb77d8430978fc1e876
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Oct 24 08:42:22 2017 +0100
Source code no longer available, skypeforlinux isn't the same package and will require it's own review
.gitignore | 0
LICENSE | 11 ----
README | 17 -------
dead.package | 1 +
lpf-skype.spec | 134 -------------------------------------------------
skype.spec.in | 156 ---------------------------------------------------------
sources | 0
7 files changed, 1 insertion(+), 318 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..379fe14
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Source code no longer available, skypeforlinux isn't the same package and will require it's own review
7 years, 1 month
[kodi-peripheral-joystick/f26] add additional BuildRequires: pcre-devel systemd-devel
by Wade Berrier
commit 992d5730b417347208837c2f27eae33f9a3ba079
Author: Wade Berrier <wberrier(a)gmail.com>
Date: Mon Oct 23 23:02:24 2017 -0600
add additional BuildRequires: pcre-devel systemd-devel
kodi-peripheral-joystick.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/kodi-peripheral-joystick.spec b/kodi-peripheral-joystick.spec
index 0971d21..973fb40 100644
--- a/kodi-peripheral-joystick.spec
+++ b/kodi-peripheral-joystick.spec
@@ -4,7 +4,7 @@
Name: kodi-peripheral-joystick
Version: 1.3.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Joystick Peripheral addon for Kodi
Group: Applications/Multimedia
@@ -17,6 +17,8 @@ BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: kodi-platform-devel >= %{kodi_platform_version}
BuildRequires: platform-devel
+BuildRequires: pcre-devel
+BuildRequires: systemd-devel
Requires: kodi >= %{kodi_version}
ExclusiveArch: i686 x86_64
@@ -43,6 +45,9 @@ Joystick Peripheral Addon for Kodi
%changelog
+* Tue Oct 24 2017 Wade Berrier <wberrier(a)gmail.com> - 1.3.2-3
+- add additional BuildRequires: pcre-devel systemd-devel
+
* Sat Sep 16 2017 Wade Berrier <wberrier(a)gmail.com> - 1:1.3.2-2
- Minor cleanups from package submission code review
7 years, 1 month