[nvidia-vaapi-driver] Update to 0.0.7
by Nicolas Chauvet
commit aa6476d8f20af8de120ab53c186420fa89a09e37
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Oct 14 14:11:25 2022 +0200
Update to 0.0.7
nvidia-vaapi-driver.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/nvidia-vaapi-driver.spec b/nvidia-vaapi-driver.spec
index 27f58c6..6498960 100644
--- a/nvidia-vaapi-driver.spec
+++ b/nvidia-vaapi-driver.spec
@@ -1,6 +1,6 @@
Name: nvidia-vaapi-driver
-Version: 0.0.6
-Release: 12%{?dist}
+Version: 0.0.7
+Release: 1%{?dist}
Summary: VA-API implementation that uses NVDEC as a backend
License: MIT
@@ -51,6 +51,9 @@ This is a VA-API implementation that uses NVDEC as a backend.
%changelog
+* Fri Oct 14 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.7-1
+- Update to 0.0.7
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.0.6-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/sources b/sources
index 912ba5d..ceaea06 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-vaapi-driver-0.0.6.tar.gz) = 6f24195c4282d0effa6642a07a49da02ebcaaa8799f6a12dae84aab245d79ced58ecdd50bd84db1ec7311f7e68b80c2b7ca98214bafecc58cc95b590cfdad82a
+SHA512 (nvidia-vaapi-driver-0.0.7.tar.gz) = 5380267b35c2a137302b56217bcd3492faf68bad8625e5f7800065c4cf19f8866f468f5b4aa6b2caa2a2182cdae59583623df14056df97ef7d520ebc8b9fd512
2 years
[VirtualBox-kmod] Update to 6.1.40
by Sérgio M. Basto
commit 7b4c301eea89c605a4265ad2aba45b6a1de8cbad
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Oct 13 14:56:08 2022 +0100
Update to 6.1.40
VirtualBox-kmod.spec | 5 ++++-
update_vbox.sh | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index ce5f28c..38a1a09 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -35,7 +35,7 @@
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.38
+Version: 6.1.40
Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
@@ -133,6 +133,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Thu Oct 13 2022 Sérgio Basto <sergio(a)serjux.com> - 6.1.40-1
+- Update to 6.1.40
+
* Thu Sep 01 2022 Sérgio Basto <sergio(a)serjux.com> - 6.1.38-1
- Update to 6.1.38
diff --git a/update_vbox.sh b/update_vbox.sh
index 75204b3..2a8eb5e 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.38
+VERSION=6.1.40
REL=1
RAWHIDE=38
REPOS="f37 f36 f35 el9 el8 el7"
@@ -17,7 +17,7 @@ if test $stage -le 0
then
echo STAGE 0
rpmdev-bumpspec -n $VERSION -c "Update to $VERSION" VirtualBox-kmod.spec
-rfpkg srpm && copr-cli build sergiomb/vboxfor23 VirtualBox-kmod-$VERSION-$REL.fc$RAWHIDE.src.rpm
+rfpkg copr-build sergiomb/vboxfor23
#rfpkg srpm && mock -r fedora-27-x86_64-rpmfusion_free --no-clean --rebuild smplayer-17.5.0-1.fc27.src.rpm
#cp VirtualBox-kmod.spec VirtualBox-kmod.spec.new
#git reset HEAD~1
2 years