[vdr-mpv/f32] Update to 0.3.0
by Martin Gansser
Summary of changes:
bec4ea8... Update to 0.3.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 10 months
[vdr-mpv/f33] Update to 0.3.0
by Martin Gansser
Summary of changes:
bec4ea8... Update to 0.3.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 10 months
[vdr-mpv] Update to 0.3.0
by Martin Gansser
commit bec4ea8201c981b6e2d252d8a75cc3d10cbd47c9
Author: Martin Gansser <mgansser(a)online.de>
Date: Sat Jan 16 13:33:43 2021 +0100
Update to 0.3.0
.gitignore | 1 +
sources | 2 +-
vdr-mpv.spec | 9 ++++++---
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce6f0b6..4f7e5bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/vdr-plugin-mpv-0.0.4.tar.bz2
/vdr-mpv-0.2.1.tar.gz
/vdr-mpv-0.2.2.tar.gz
+/vdr-mpv-0.3.0.tar.gz
diff --git a/sources b/sources
index 485bbdf..c445af1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-mpv-0.2.2.tar.gz) = 5320568d9f81828c28c2bc2ac6c414ae8ed69fdc3f65949c6540cbf4f4241aee46e0d97d66672ed865598c425b5e3576ac85482ae467ff943daa7c46af962c2e
+SHA512 (vdr-mpv-0.3.0.tar.gz) = 32aea659d13c58278409f290deeded1ebbcaea2a1646a93a0b842cb0cb4656e3b56c422289f1228ef5c92ca7999fd386f64e6ecc2f19b44cadf334f37d352447
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index cfe86fd..09ef21a 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -1,7 +1,7 @@
%global pname mpv
Name: vdr-%{pname}
-Version: 0.2.2
+Version: 0.3.0
Release: 1%{?dist}
Summary: A mpv player plugin for VDR
License: AGPLv3+
@@ -24,10 +24,10 @@ media (video, audio, picture) in VDR and also displays the VDR OSD (On Screen
Display) during playback.
%prep
-%setup -qn vdr-plugin-%{pname}-%{version}
+%autosetup -p1 -n vdr-plugin-%{pname}-%{version}
%build
-make CFLAGS="%{optflags} -fPIC" CXXFLAGS="-std=gnu++14 %{optflags} -fPIC" %{?_smp_mflags} all
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
%install
%make_install
@@ -40,6 +40,9 @@ make CFLAGS="%{optflags} -fPIC" CXXFLAGS="-std=gnu++14 %{optflags} -fPIC" %{?_sm
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Sat Jan 16 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 0.3.0-1
+- Update to 0.3.0
+
* Wed Jan 06 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.2-1
- Update to 0.2.2
3 years, 10 months
[nvidia-390xx-kmod] Reactivate nvidia-uvm for CUDA support. Seems the licensing issue have been resolved
by Henrik Nordström
commit 4f2d605c589f53138d53d05f0a1e79244c9eb320
Author: Henrik Nordström <henrik(a)hno.se>
Date: Sat Jan 16 12:11:25 2021 +0100
Reactivate nvidia-uvm for CUDA support. Seems the licensing issue have been resolved
nvidia-390xx-kmod.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/nvidia-390xx-kmod.spec b/nvidia-390xx-kmod.spec
index f5d22f0..59e0e8a 100644
--- a/nvidia-390xx-kmod.spec
+++ b/nvidia-390xx-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-390xx-kmod
Epoch: 3
Version: 390.141
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA 390xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -82,8 +82,7 @@ for kernel_version in %{?kernel_versions}; do
pushd _kmod_build_${kernel_version%%___*}/
make V=1 %{?_smp_mflags} \
KERNEL_UNAME="${kernel_version%%___*}" SYSSRC="${kernel_version##*___}" \
- IGNORE_CC_MISMATCH=1 IGNORE_XEN_PRESENCE=1 IGNORE_PREEMPT_RT_PRESENCE=1 \
- NV_EXCLUDE_KERNEL_MODULES=nvidia-uvm \
+ IGNORE_CC_MISMATCH=1 IGNORE_XEN_PRESENCE=1 IGNORE_PREEMPT_RT_PRESENCE=1
module
popd
done
@@ -99,6 +98,9 @@ done
%changelog
+* Sat Jan 16 2021 Henrik Nordstrom <henrik(a)henriknordstrom.net> - 390.141-2
+- Re-enable nvidia-uvm. The GPL licensing issue seems to have been solved in 390.141.
+
* Thu Jan 07 2021 Henrik Nordstrom <henrik(a)henriknordstrom.net> - 3:390.141-1
- Update to 390.141
3 years, 10 months
[iozone/f32] initial import (#5870)
by Dominik Mierzejewski
Summary of changes:
4c9c07b... initial import (#5870) (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 10 months
[iozone/f33] initial import (#5870)
by Dominik Mierzejewski
Summary of changes:
4c9c07b... initial import (#5870) (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 10 months