[VirtualBox-kmod/f30] (4 commits) ...Update VBox to 6.0.14
by Sérgio M. Basto
Summary of changes:
5ec0929... Add patch for kernel of EL 7.7 (*)
2b42cfc... git add kernel-el7.7.patch (*)
80ae93d... Fixes for kernel 5.4 (*)
138c2fd... Update VBox to 6.0.14 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month
[VirtualBox-kmod] Update VBox to 6.0.14
by Sérgio M. Basto
commit 138c2fd8dcc79e3cfdc14706c64cb331d42ab284
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Oct 18 04:43:21 2019 +0100
Update VBox to 6.0.14
Fixes_for_Kernel_5.3.patch | 131 ---------------------------------------------
VirtualBox-kmod.spec | 11 ++--
update_vbox.sh | 2 +-
3 files changed, 6 insertions(+), 138 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index a8dba05..08b701b 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -44,8 +44,8 @@
%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Name: VirtualBox-kmod
-Version: 6.0.12
-Release: 3%{?dist}
+Version: 6.0.14
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -55,9 +55,7 @@ URL: http://www.virtualbox.org/wiki/VirtualBox
# This filters out the XEN kernel, since we don't run on XEN
Source1: excludekernel-filter.txt
Source2: https://github.com/jwrdegoede/vboxsf/archive/%{shortcommit1}.zip
-Patch1: Fixes_for_Kernel_5.3.patch
Patch2: kernel-5.patch
-Patch3: kernel-el7.7.patch
Patch4: fixes_for_5.4.patch
@@ -84,14 +82,12 @@ Kernel module for VirtualBox
tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.xz
pushd %{name}-%{version}
-%patch1 -p1
%patch2 -p1
%if %{with newvboxsf}
rm -rf vboxsf/
unzip %{SOURCE2}
mv vboxsf-%{commit1}/ vboxsf/
%endif
-%patch3 -p1
%patch4 -p1
popd
@@ -154,6 +150,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Thu Oct 17 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.14-1
+- Update VBox to 6.0.14
+
* Thu Oct 03 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.12-3
- Fixes for kernel 5.4
diff --git a/update_vbox.sh b/update_vbox.sh
index d308da3..29f7bc2 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.0.12
+VERSION=6.0.14
REL=1
RAWHIDE=32
5 years, 1 month
[lpf-spotify-client] Fix commit of spotify-make in spotify-client.spec.in
by Sérgio M. Basto
commit 3cf00a8856c2052c8bbf6734af8fbba65ae85933
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Oct 18 02:18:16 2019 +0100
Fix commit of spotify-make in spotify-client.spec.in
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 7 +++++--
2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index b07ec00..b0ffb17 100644
--- a/lpf-spotify-client.spec
+++ b/lpf-spotify-client.spec
@@ -12,7 +12,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
Version: 1.1.10.546
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -79,6 +79,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Fri Oct 18 2019 Sérgio Basto <sergio(a)serjux.com> - 1.1.10.546-3
+- Fix commit of spotify-make in spotify-client.spec.in
+
* Sat Sep 28 2019 Sérgio Basto <sergio(a)serjux.com> - 1.1.10.546-2
- Update spotify-make rfbz#5395
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 56f3c8d..26a4ffe 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -1,7 +1,7 @@
#These refer to the installer, not the main package:
# Using https://github.com/robxu9/spotify-make/commits/devel
# https://github.com/robxu9/spotify-make/commit/a0048ec7c5c6acf4ca584348684...
-%global commit a0048ec7c5c6acf4ca584348684150b91328227d
+%global commit 62e266b593e4031a9a9209fbd17f287cc4cfb7a5
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global repo http://repository.spotify.com/pool/non-free/s/spotify-client
@@ -14,7 +14,7 @@
Name: spotify-client
Version: 1.1.10.546
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Spotify music player native client
# board=http://community.spotify.com/t5/Desktop-Linux
@@ -109,6 +109,9 @@ ln -s ../libcurl.so.4 libcurl-gnutls.so.4
%changelog
+* Fri Oct 18 2019 Sérgio Basto <sergio(a)serjux.com> - 1.1.10.546-3
+- Fix commit of spotify-make in spotify-client.spec.in
+
* Thu Jul 25 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1.1.10.546-1
- Update to 1.1.10.546.ge08ef575
5 years, 1 month
[VirtualBox/el7] (2 commits) ...Update VBox to 6.0.14
by Sérgio M. Basto
Summary of changes:
92c3da0... Disable python bindings on rawhide until we figure out what (*)
0f19e6a... Update VBox to 6.0.14 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month
[nvidia-persistenced] Exclude arm and aarch64 builds
by Leigh Scott
commit ba9c64763dfc3898022b78524737a93055e29cda
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Oct 17 17:55:05 2019 +0100
Exclude arm and aarch64 builds
nvidia-persistenced.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nvidia-persistenced.spec b/nvidia-persistenced.spec
index e9126c5..6ab35f9 100644
--- a/nvidia-persistenced.spec
+++ b/nvidia-persistenced.spec
@@ -9,7 +9,7 @@ Summary: Daemon for maintaining persistent driver state
License: MIT and GPLv2+
URL: https://download.nvidia.com/XFree86/%{name}/
Source0: %{url}/%{name}-%{version}.tar.bz2
-ExclusiveArch: x86_64 armv7hl aarch64
+ExclusiveArch: x86_64
BuildRequires: gcc
BuildRequires: m4
5 years, 1 month
[VirtualBox/f29] (2 commits) ...Update VBox to 6.0.14
by Sérgio M. Basto
Summary of changes:
92c3da0... Disable python bindings on rawhide until we figure out what (*)
0f19e6a... Update VBox to 6.0.14 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month
[nvidia-xconfig] Update to 440.26 beta
by Leigh Scott
commit 8014a5b8a847636777a25f0e31e1fbac0ab0b64e
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Oct 17 17:38:54 2019 +0100
Update to 440.26 beta
nvidia-xconfig.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-xconfig.spec b/nvidia-xconfig.spec
index 0bee62a..2eb54fc 100644
--- a/nvidia-xconfig.spec
+++ b/nvidia-xconfig.spec
@@ -1,6 +1,6 @@
Name: nvidia-xconfig
Epoch: 3
-Version: 435.21
+Version: 440.26
Release: 1%{?dist}
Summary: NVIDIA X configuration file editor
@@ -49,6 +49,9 @@ mkdir -p %{buildroot}%{_sbindir}
%changelog
+* Thu Oct 17 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:440.26-1
+- Update to 440.26 beta
+
* Fri Aug 30 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:435.21-1
- Update to 435.21 release
diff --git a/sources b/sources
index d413650..a775f68 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d60d306dd9eb094207a6f10497228585 nvidia-xconfig-435.21.tar.bz2
+SHA512 (nvidia-xconfig-440.26.tar.bz2) = 437896f296304153111c871df0fc45277720666b10a5b0b1564b116e7c59c61d830323beca486804d48ca6c45a715336b6309e1c3db446f974567565fd0ae7f1
5 years, 1 month