[vdr-markad/f32] Update to 2.6.8
by Martin Gansser
Summary of changes:
86f1859... Update to 2.6.8 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[vdr-markad/f33] Update to 2.6.8
by Martin Gansser
Summary of changes:
86f1859... Update to 2.6.8 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[vdr-markad/f34] Update to 2.6.8
by Martin Gansser
Summary of changes:
86f1859... Update to 2.6.8 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[vdr-markad] Update to 2.6.8
by Martin Gansser
commit 86f1859e529530a107d56e048cf91ecd842694a4
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Apr 22 16:26:26 2021 +0200
Update to 2.6.8
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8aee81..b2e4820 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-2.6.5.tar.gz
/vdr-markad-2.6.6.tar.gz
/vdr-markad-2.6.7.tar.gz
+/vdr-markad-2.6.8.tar.gz
diff --git a/sources b/sources
index ec4dfc1..c396b66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-2.6.7.tar.gz) = 25ef37a1e60ff4e58fa9d0b88a979f67478b03adf8b1bfd993e5950830be59bc692f78721116ec838ca8a29ce56482f606d19e9c2ac1bdfac7d5c3c8ced54a3e
+SHA512 (vdr-markad-2.6.8.tar.gz) = f0f524c8f631e9f12a89076bc1930d5eea2cda61621648395f0ef75d3239708d9b5416dfefe9c612646a7d0825306967bac8031f60ffe859c0908ec2db0d7c63
diff --git a/vdr-markad.spec b/vdr-markad.spec
index c2f8380..9392f69 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -1,5 +1,5 @@
Name: vdr-markad
-Version: 2.6.7
+Version: 2.6.8
Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
@@ -48,6 +48,9 @@ fi
%{vdr_vardir}/markad/
%changelog
+* Thu Apr 22 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 2.6.8-1
+- Update to 2.6.8
+
* Sat Mar 27 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 2.6.7-1
- Update to 2.6.7
3 years, 7 months
[VirtualBox-kmod] Update to 6.1.20
by Sérgio M. Basto
commit e847cd0e6e04761d17f46234a38ccb29fa8ff968
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Apr 22 13:08:43 2021 +0100
Update to 6.1.20
VirtualBox-kmod.spec | 10 ++++++----
fixes-for-5.11.patch | 14 --------------
update_vbox.sh | 8 ++++----
3 files changed, 10 insertions(+), 22 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 64f2e30..9fe3940 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -31,8 +31,8 @@
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.18
-Release: 2%{?dist}
+Version: 6.1.20
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -40,7 +40,6 @@ License: GPLv2 or CDDL
URL: http://www.virtualbox.org/wiki/VirtualBox
# This filters out the XEN kernel, since we don't run on XEN
Source1: excludekernel-filter.txt
-Patch1: fixes-for-5.11.patch
%global AkmodsBuildRequires %{_bindir}/kmodtool VirtualBox-kmodsrc >= %{version}%{vboxreltag} xz time elfutils-libelf-devel gcc
@@ -62,7 +61,7 @@ Kernel module for VirtualBox
%setup -T -c
tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.xz
pushd %{name}-%{version}
-%patch1 -p1
+#patch1 -p1
popd
# error out if there was something wrong with kmodtool
@@ -126,6 +125,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Thu Apr 22 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.20-1
+- Update to 6.1.20
+
* Tue Feb 02 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 6.1.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/update_vbox.sh b/update_vbox.sh
index b3645f0..64ada1a 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.18
-REL=1
-RAWHIDE=34
-REPOS="f33 f32 el8 el7"
+VERSION=6.1.20
+REL=2
+RAWHIDE=35
+REPOS="f34 f33 f32 el8 el7"
if [ -z "$1" ]
then
3 years, 7 months