public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Update to 7.2.12, move to NASM
@ 2026-07-12 20:58 Alex Tereschenko
  0 siblings, 0 replies; only message in thread
From: Alex Tereschenko @ 2026-07-12 20:58 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/virtualbox-guest-additions
            Branch : alext-upd-to-7.2.12
            Commit : 9f1c339ca9e589e7e95ea9e10f7e82414d8c9e82
            Author : Alex Tereschenko <frozen.and.blue@gmail.com>
            Date   : 2026-07-12T21:17:09+02:00
            Stats  : +12/-5 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/9f1c339ca9e589e7e95ea9e10f7e82414d8c9e82?branch=alext-upd-to-7.2.12

            Log:
            Update to 7.2.12, move to NASM

Signed-off-by: Alex Tereschenko <frozen.and.blue@gmail.com>

---
diff --git a/.gitignore b/.gitignore
index b4d7166..8417f30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,5 @@
 /VirtualBox-7.2.4.tar.bz2
 /VirtualBox-7.2.6.tar.bz2
 /VirtualBox-7.2.8.tar.bz2
+/VirtualBox-7.2.10.tar.bz2
+/VirtualBox-7.2.12.tar.bz2

diff --git a/sources b/sources
index c2d4346..a1c8b20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (VirtualBox-7.2.8.tar.bz2) = a67256506c870b7fcecb0ec8b1d5e75490ee02379b5e967aead44ed09e2b15c0a2c3fd2d1e021281609d8d1f98b161cd3aa0265938490a999a700a1e01a9013b
+SHA512 (VirtualBox-7.2.12.tar.bz2) = a58ab2a7436ab09a66fe30e477adcdc376d3e4d09b9ce10621fda25c72f68b345de84ce3f96784460573f732899cf4b4ec1baa2478c5ff81af721b12ffb88082

diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec
index 3a4e1f5..462acce 100644
--- a/virtualbox-guest-additions.spec
+++ b/virtualbox-guest-additions.spec
@@ -1,6 +1,6 @@
 Name:       virtualbox-guest-additions
-Version:    7.2.8
-Release:    2%{?dist}
+Version:    7.2.12
+Release:    1%{?dist}
 Summary:    VirtualBox Guest Additions
 License:    GPL-3.0-only AND (GPL-3.0-only OR CDDL-1.0)
 URL:        https://www.virtualbox.org/wiki/VirtualBox
@@ -19,7 +19,7 @@ Patch80:    029_virtualbox-7.1.4_C23.patch
 BuildRequires:  gcc-c++
 BuildRequires:  kBuild >= 0.1.9998.r3093
 BuildRequires:  openssl-devel
-BuildRequires:  yasm
+BuildRequires:  nasm
 BuildRequires:  alsa-lib-devel
 BuildRequires:  pulseaudio-libs-devel
 # for xsltproc
@@ -112,7 +112,8 @@ umask 0022
 kmk %{_smp_mflags}                                             \
     VBOX_ONLY_ADDITIONS=1                                      \
     KBUILD_VERBOSE=2                                           \
-    TOOL_YASM_AS=yasm                                          \
+    DONT_USE_YASM=1                                            \
+    TOOL_NASM_AS=nasm                                          \
     VBOX_USE_SYSTEM_XORG_HEADERS=1                             \
     VBOX_USE_SYSTEM_GL_HEADERS=1                               \
     VBOX_NO_LEGACY_XORG_X11=1                                  \
@@ -198,6 +199,10 @@ install -m0644 -D virtualbox-guest-additions.sysusers.conf %{buildroot}%{_sysuse
 
 
 %changelog
+* Sun Jul 12 2026 Alex Tereschenko <frozen.and.blue@gmail.com> - 7.2.12-1
+- Update Virtualbox Guest Additions to 7.2.12 (rhbz#2460053)
+- Switch to building with nasm instead of yasm
+
 * Sat Jun 13 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 7.2.8-2
 - Rebuilt for openssl 4.0
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-12 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 20:58 [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Update to 7.2.12, move to NASM Alex Tereschenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox