public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Update Virtualbox Guest Additions to 6.0.10
Date: Sun, 12 Jul 2026 20:57:51 GMT	[thread overview]
Message-ID: <178388987168.1.3549239652982846055.rpms-virtualbox-guest-additions-ed175df3e465@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/virtualbox-guest-additions
Branch : alext-upd-to-7.2.12
Commit : ed175df3e465fccf4e9491b9fa76200330a93639
Author : Sérgio M. Basto <sergio@serjux.com>
Date   : 2019-07-18T22:45:20+01:00
Stats  : +12/-8 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/ed175df3e465fccf4e9491b9fa76200330a93639?branch=alext-upd-to-7.2.12

Log:
Update Virtualbox Guest Additions to 6.0.10

---
diff --git a/.gitignore b/.gitignore
index 0656d70..f96d898 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /VirtualBox-6.0.4.tar.bz2
 /VirtualBox-6.0.6.tar.bz2
 /VirtualBox-6.0.8.tar.bz2
+/VirtualBox-6.0.10.tar.bz2

diff --git a/sources b/sources
index 1adb255..e57c137 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (VirtualBox-6.0.8.tar.bz2) = df18d5df2c82761b8a77e509b2873cdeaa46d11bc50ca166af1e6c30d3042b0cf5640957b1d411333f5bd5be3f03f382550f1afaecf0651d847bc88c95863d83
+SHA512 (VirtualBox-6.0.10.tar.bz2) = 96fa3c672790239163829b3c40ac0d75d717b29a7b947ec48709eb7811c5800e314a0fc90d87810e4a03da40b3a65914605f648b287314386b371489e5d974c9

diff --git a/update_vbox.sh b/update_vbox.sh
index 2d98fef..28e2d10 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.0.8
+VERSION=6.0.10
 REL=1
 RAWHIDE=31
 
@@ -15,5 +15,5 @@ echo Press enter to continue; read dummy;
 git checkout f30 && git merge master && git push && fedpkg build --nowait; git checkout master
 echo Press enter to continue; read dummy;
 git checkout f29 && git merge master && git push && fedpkg build --nowait; git checkout master
-echo Press enter to continue; read dummy;
-git checkout f28 && git merge master && git push && fedpkg build --nowait; git checkout master
+#echo Press enter to continue; read dummy;
+#git checkout f28 && git merge master && git push && fedpkg build --nowait; git checkout master

diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec
index b4d6213..984def7 100644
--- a/virtualbox-guest-additions.spec
+++ b/virtualbox-guest-additions.spec
@@ -1,8 +1,8 @@
 %global __provides_exclude_from %{_libdir}/VBoxGuestAdditions
 
 Name:       virtualbox-guest-additions
-Version:    6.0.8
-Release:    2%{?dist}
+Version:    6.0.10
+Release:    1%{?dist}
 Summary:    VirtualBox Guest Additions
 License:    GPLv2 or (GPLv2 and CDDL)
 URL:        https://www.virtualbox.org/wiki/VirtualBox
@@ -86,8 +86,8 @@ rm include/VBox/HostServices/glext.h
 rm include/VBox/HostServices/glxext.h
 rm include/VBox/HostServices/wglext.h
 rm -r src/libs/libxml2-2.9.*/
-rm -r src/libs/libpng-1.2.*/
-rm -r src/libs/zlib-1.2.8/
+rm -r src/libs/libpng-1.6.*/
+rm -r src/libs/zlib-1.2.*/
 # CRLF->LF
 sed -i 's/\r//' COPYING
 
@@ -192,6 +192,9 @@ getent passwd vboxadd >/dev/null || \
 
 
 %changelog
+* Wed Jul 17 2019 Sérgio Basto <sergio@serjux.com> - 6.0.10-1
+- Update Virtualbox Guest Additions to 6.0.10
+
 * Fri May 24 2019 Sérgio Basto <sergio@serjux.com> - 6.0.8-2
 - Just force same version and not same release
 

                 reply	other threads:[~2026-07-12 20:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178388987168.1.3549239652982846055.rpms-virtualbox-guest-additions-ed175df3e465@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox