[VirtualBox-kmod/f35: 2/2] Update to 6.1.28
by Sérgio M. Basto
commit 9bf44682ca2060058879a625f56bc958b60366c9
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Oct 20 17:00:16 2021 +0100
Update to 6.1.28
VirtualBox-kmod.spec | 14 +-
fixes-for-5.15_fedora.patch | 85 -----------
fixes-for-EL8.5.patch | 358 --------------------------------------------
update_vbox.sh | 8 +-
4 files changed, 11 insertions(+), 454 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 6b33130..bcbb301 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -27,12 +27,12 @@
#global prerel RC1
%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
-%global vboxrel 2
+%global vboxrel 1
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.26
-Release: 3%{?dist}
+Version: 6.1.28
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -40,8 +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.15_fedora.patch
-Patch2: fixes-for-EL8.5.patch
%global AkmodsBuildRequires %{_bindir}/kmodtool VirtualBox-kmodsrc >= %{version}%{vboxreltag} xz time elfutils-libelf-devel gcc
@@ -63,8 +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
-%patch2 -p1
+#patch1 -p1
popd
# error out if there was something wrong with kmodtool
@@ -128,6 +125,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Wed Oct 20 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.28-1
+- Update to 6.1.28
+
* Tue Oct 12 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.26-3
- Add fixes for EL8.5 or Centos Stream kernels
diff --git a/update_vbox.sh b/update_vbox.sh
index 14df09e..11966d1 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.26
-REL=2
-RAWHIDE=35
-REPOS="f34 f33 f32 el8 el7"
+VERSION=6.1.28
+REL=1
+RAWHIDE=36
+REPOS="f35 f34 f33 el8 el7"
if [ -z "$1" ]
then
3 years, 1 month
[ppsspp] Release 1.12.3
by sagitter
commit c99cb349e648b1844ef30386afba62c30c86841c
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Wed Oct 20 19:35:25 2021 +0200
Release 1.12.3
.gitignore | 1 +
ppsspp.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dde832f..67e7aa5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
/ppsspp-1.12.tar.gz
/ppsspp-1.12.1.tar.gz
/ppsspp-1.12.2.tar.gz
+/ppsspp-1.12.3.tar.gz
diff --git a/ppsspp.spec b/ppsspp.spec
index a78ffd8..a0fc965 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -73,7 +73,7 @@ ExcludeArch: %{power64}
Name: ppsspp
-Version: 1.12.2
+Version: 1.12.3
Release: 1%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
@@ -424,6 +424,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Wed Oct 20 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 1.12.3-1
+- Release 1.12.3
+
* Wed Oct 13 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 1.12.2-1
- Release 1.12.2
diff --git a/sources b/sources
index b2ec6eb..3aa79de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ppsspp-1.12.2.tar.gz) = a2e9e27d86a8097d94e6b05f210826b8ba336d9c3748ee198594744e6d8565aa830f5a9ca491419dc9254f781641eb4b21d424d7997e8ef3c4d0e45938bb47f4
+SHA512 (ppsspp-1.12.3.tar.gz) = 3161fda97399735b2c2173d562f16fcd59b5c85b826556a396200606ce1f96cceb8f3f76328ba2129f93d2c5e141f20166b688d27eac76ee9079eb0b56229719
3 years, 1 month
[VirtualBox] Update VirtualBox to 6.1.28 with inspirations in the Mageia and Debian packages
by Sérgio M. Basto
commit a8c4f8748a2fdeb6965cb928767a78cb5b956e83
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Oct 20 16:22:05 2021 +0100
Update VirtualBox to 6.1.28 with inspirations in the Mageia and Debian packages
VirtualBox.spec | 2 +-
update_vbox.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 46593b0..a1603af 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -900,7 +900,7 @@ getent passwd vboxadd >/dev/null || \
%changelog
* Wed Oct 20 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.28-1
-- Update VirtualBox to 6.1.28 with with inspirations in the Mageia and Debian packages
+- Update VirtualBox to 6.1.28 with inspirations in the Mageia and Debian packages
* Mon Aug 09 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.26-3
- Fix build on rawhide (disabling python) and BR alsa-lib-devel
diff --git a/update_vbox.sh b/update_vbox.sh
index 2a2ce35..8937410 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
VERSION=6.1.28
REL=1
RAWHIDE=36
-REPOS="f34 f33 f32 el8 el7"
+REPOS="f35 f34 f33 el8 el7"
if [ -z "$1" ]
then
stage=0
3 years, 1 month