public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Update virtualbox-guest-additions to 7.0.8 (#2187763)
@ 2026-07-12 20:58 
  0 siblings, 0 replies; only message in thread
From:  @ 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 : 12057233e02aa2b38ecc4d0635620b808b74c1e2
            Author : Sérgio M. Basto <sergio@serjux.com>
            Date   : 2023-04-19T15:04:59+01:00
            Stats  : +16/-11 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/12057233e02aa2b38ecc4d0635620b808b74c1e2?branch=alext-upd-to-7.2.12

            Log:
            Update virtualbox-guest-additions to 7.0.8 (#2187763)

Replaces with sed -i "s/VBOX_ZLIB_STATIC/VBoxZlibStatic/; s/VBOX_ZLIB-x86/VBoxZlib-x86/; s/VBOX_ZLIB/VBoxZlib/; s/VBOX_LIBXML2/VBoxLibXml2/; s/VBOX_VPX/VBoxLibVpx/;s/VBOX_LZF/VBoxLzf/;s/VBOX_LIBPNG/VBoxLibPng/; s/VBOX_LIBCURL/VBoxLibCurl/;s/VBOX_DXVK/VBoxDxVk/;s/VBOX_OGG/VBoxLibOgg/;s/VBOX_VORBIS/VBoxLibVorbis/; s/VBOX_TPMS/VBoxLibTpms/" virtualbox-guest-additions.spec

---
diff --git a/.gitignore b/.gitignore
index e6a1ead..37c2f96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@
 /VirtualBox-7.0.2.tar.bz2
 /VirtualBox-7.0.4.tar.bz2
 /VirtualBox-7.0.6.tar.bz2
+/VirtualBox-7.0.8.tar.bz2

diff --git a/sources b/sources
index e721711..4647627 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (VirtualBox-7.0.6.tar.bz2) = f9db7a154e392f550f50abe774fc6263eb0b6f86dccc069f2c5012fedbe2debbf5b8ba62cca44ea0d5d5475652188176bfb888266f69197677b22854f02b64a0
+SHA512 (VirtualBox-7.0.8.tar.bz2) = 4c25f8275269d085cf347596a242b8921f140e0e40d8c44fd6b171742b8cbd0c9a45f4702dbc0c1272e10091be68c3668711c9e4d1a8b3ce57d25f871e0eb9fe

diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec
index 3257dcb..760889e 100644
--- a/virtualbox-guest-additions.spec
+++ b/virtualbox-guest-additions.spec
@@ -1,5 +1,5 @@
 Name:       virtualbox-guest-additions
-Version:    7.0.6
+Version:    7.0.8
 Release:    1%{?dist}
 Summary:    VirtualBox Guest Additions
 License:    GPLv2 or (GPLv2 and CDDL)
@@ -77,10 +77,10 @@ rm -r src/libs/libpng-1.6.*/
 rm -r src/libs/libxml2-2.9.*/
 rm -r src/libs/openssl-3.*/
 rm -r src/libs/zlib-1.2.*/
-rm -r src/libs/curl-7.*/
+rm -r src/libs/curl-8.*/
 rm -r src/libs/libvorbis-1.3.*/
 rm -r src/libs/libogg-1.3.*/
-rm -r src/libs/libtpms-0.9.0/
+rm -r src/libs/libtpms-0.9.*/
 
 
 %build
@@ -101,13 +101,13 @@ kmk %{_smp_mflags}                                             \
     VBOX_USE_SYSTEM_XORG_HEADERS=1                             \
     VBOX_USE_SYSTEM_GL_HEADERS=1                               \
     VBOX_NO_LEGACY_XORG_X11=1                                  \
-    SDK_VBOX_LIBPNG_INCS=""                                    \
-    SDK_VBOX_LIBXML2_INCS=""                                   \
-    SDK_VBOX_LZF_LIBS="lzf"                                    \
-    SDK_VBOX_LZF_INCS="/usr/include/liblzf"                    \
-    SDK_VBOX_OPENSSL_INCS=""                                   \
-    SDK_VBOX_OPENSSL_LIBS="ssl crypto"                         \
-    SDK_VBOX_ZLIB_INCS=""                                      \
+    SDK_VBoxLibPng_INCS=""                                    \
+    SDK_VBoxLibXml2_INCS=""                                   \
+    SDK_VBoxLzf_LIBS="lzf"                                    \
+    SDK_VBoxLzf_INCS="/usr/include/liblzf"                    \
+    SDK_VBoxOpenSslStatic_INCS="/usr/include/openssl"                                   \
+    SDK_VBoxOpenSslStatic_LIBS="ssl crypto"                         \
+    SDK_VBoxZlib_INCS=""                                      \
     VBOX_BUILD_PUBLISHER=_Fedora
 
 
@@ -184,6 +184,10 @@ getent passwd vboxadd >/dev/null || \
 
 
 %changelog
+* Wed Apr 19 2023 Sérgio Basto <sergio@serjux.com> - 7.0.8-1
+- Update virtualbox-guest-additions to 7.0.8 (#2187763)
+- Replaces with sed -i "s/VBOX_ZLIB_STATIC/VBoxZlibStatic/; s/VBOX_ZLIB-x86/VBoxZlib-x86/; s/VBOX_ZLIB/VBoxZlib/; s/VBOX_LIBXML2/VBoxLibXml2/; s/VBOX_VPX/VBoxLibVpx/;s/VBOX_LZF/VBoxLzf/;s/VBOX_LIBPNG/VBoxLibPng/; s/VBOX_LIBCURL/VBoxLibCurl/;s/VBOX_DXVK/VBoxDxVk/;s/VBOX_OGG/VBoxLibOgg/;s/VBOX_VORBIS/VBoxLibVorbis/; s/VBOX_TPMS/VBoxLibTpms/" virtualbox-guest-additions.spec
+
 * Mon Jan 30 2023 Sérgio Basto <sergio@serjux.com> - 7.0.6-1
 - Update virtualbox-guest-additions to 7.0.6 (#2161718)
 

^ 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 virtualbox-guest-additions to 7.0.8 (#2187763) 

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