[kodi] Drop 18.0a assert patch, fixed upstream
by Michael Cronenworth
commit 50dc51b467a1510e9a467483fff3aeca7d520066
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Thu Oct 25 13:01:41 2018 -0500
Drop 18.0a assert patch, fixed upstream
kodi-18a1-assert.patch | 26 --------------------------
kodi.spec | 4 ----
2 files changed, 30 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index 30151e2..a413f11 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -64,9 +64,6 @@ Source5: ffmpeg-4.0.2-Leia-Alpha3.tar.gz
# Set program version parameters
Patch1: kodi-18.0-versioning.patch
-# fix assert at startup
-Patch2: kodi-18a1-assert.patch
-
%ifarch x86_64 i686
%global _with_crystalhd 1
%endif
@@ -331,7 +328,6 @@ This package contains the Kodi binary for X11 servers.
%prep
%setup -q -n %{name}-%{DIRVERSION}
%patch1 -p1 -b.versioning
-#patch2 -p1 -b.assert
# Fix up Python shebangs
pathfix.py -pni "%{__python2} %{py2_shbang_opts}" \
tools/EventClients/lib/python/zeroconf.py \
6 years, 1 month
[nvidia-390xx-kmod/el7] (3 commits) ...Update changelog
by Nicolas Chauvet
Summary of changes:
edd256f... Patch for 4.19 kernel (*)
c537096... Drop obsolete nvidia-kmod (*)
0d0b8e1... Update changelog (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[nvidia-390xx-kmod] Update changelog
by Nicolas Chauvet
commit 0d0b8e16d743e083abc70def10e59581ccccc961
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Oct 25 15:09:50 2018 +0200
Update changelog
nvidia-390xx-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-390xx-kmod.spec b/nvidia-390xx-kmod.spec
index 424e851..5e4c14d 100644
--- a/nvidia-390xx-kmod.spec
+++ b/nvidia-390xx-kmod.spec
@@ -10,7 +10,7 @@ Name: nvidia-390xx-kmod
Epoch: 3
Version: 390.87
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA 390xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -73,6 +73,9 @@ done
%changelog
+* Thu Oct 25 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3:390.87-3
+- Drop obsoletes nvidia-kmod
+
* Wed Oct 10 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3:390.87-2
- Patch for 4.19 kernel
6 years, 1 month
[nvidia-390xx-kmod] Drop obsolete nvidia-kmod
by Nicolas Chauvet
commit c5370961d755961a6193a1434cbdce382bbcf1e4
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Oct 25 15:09:18 2018 +0200
Drop obsolete nvidia-kmod
nvidia-390xx-kmod.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nvidia-390xx-kmod.spec b/nvidia-390xx-kmod.spec
index fdcfd2a..424e851 100644
--- a/nvidia-390xx-kmod.spec
+++ b/nvidia-390xx-kmod.spec
@@ -39,7 +39,7 @@ The nvidia 390xx %{version} display driver kernel module for kernel %{kversion}.
# error out if there was something wrong with kmodtool
%{?kmodtool_check}
# print kmodtool output for debugging purposes:
-kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} --obsolete-name nvidia --obsolete-version "%{?epoch}:%{version}" %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
+kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
%setup -T -c
tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{version}-%{_target_cpu}.tar.xz
# patch loop
6 years, 1 month
[xorg-x11-drv-nvidia-390xx/el7] (3 commits) ...fix el7 build
by Nicolas Chauvet
Summary of changes:
65024a3... Remove xorg-x11-drv-nvidia Obsoletes and provides (*)
527e75b... Add Conflicts xorg-x11-drv-nvidia (*)
c405e59... fix el7 build (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[xorg-x11-drv-nvidia-390xx] fix el7 build
by Leigh Scott
commit c405e591adcd91e410d9e88a981b470657eb3cf1
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Oct 25 11:19:24 2018 +0100
fix el7 build
xorg-x11-drv-nvidia-390xx.spec | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia-390xx.spec b/xorg-x11-drv-nvidia-390xx.spec
index 816d916..bfd3db4 100644
--- a/xorg-x11-drv-nvidia-390xx.spec
+++ b/xorg-x11-drv-nvidia-390xx.spec
@@ -383,6 +383,8 @@ tar Jcf %{buildroot}%{_datadir}/nvidia-390xx-kmod-%{version}/nvidia-390xx-kmod-%
%if 0%{?fedora}
# install AppData and add modalias provides
+mkdir -p %{buildroot}%{_datadir}/pixmaps
+install -pm 0644 nvidia-settings.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
mkdir -p %{buildroot}%{_metainfodir}
install -pm 0644 %{SOURCE12} %{buildroot}%{_metainfodir}/
fn=%{buildroot}%{_metainfodir}/xorg-x11-drv-nvidia-390xx.metainfo.xml
@@ -399,9 +401,6 @@ install -p -m 0644 %{SOURCE20} %{buildroot}%{_udevrulesdir}
install -p -m 0644 %{SOURCE21} %{buildroot}%{_unitdir}
%endif
-mkdir -p %{buildroot}%{_datadir}/pixmaps
-install -pm 0644 nvidia-settings.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
-
%pre
if [ "$1" -eq "1" ]; then
6 years, 1 month
[nvidia-persistenced/el7] (11 commits) ...Update to 390.48
by Leigh Scott
Summary of changes:
8b8d1f8... Initial import (*)
cf57fc2... Update to 384.90 (*)
809e695... Update to 387.22 (*)
c2dc059... Update to 387.34 (*)
4eb01f0... Update to 390.12 (*)
abfc033... Switch to libtirpc-devel for rpc (*)
6aff07d... Update to 390.25 (*)
7982c5f... - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass (*)
20ffbe8... Update to 390.42 (*)
4548398... Remove pointless arch (*)
6295b7e... Update to 390.48 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[mpd] Add missing fie
by Leigh Scott
Summary of changes:
f4ec0a3... Add missing fie (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month