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 a
@ 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 : 6f1a407722b9e7b31a63c2fe381ff7ce61acdc80
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2020-09-13T03:51:30+01:00
Stats : +12/-8 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/6f1a407722b9e7b31a63c2fe381ff7ce61acdc80?branch=alext-upd-to-7.2.12
Log:
Update Virtualbox Guest Additions to a
---
diff --git a/.gitignore b/.gitignore
index 256b563..5d42fe7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
/VirtualBox-6.1.8.tar.bz2
/VirtualBox-6.1.10.tar.bz2
/VirtualBox-6.1.12.tar.bz2
+/VirtualBox-6.1.14a.tar.bz2
diff --git a/sources b/sources
index 8f86a8f..145c0f9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (VirtualBox-6.1.12.tar.bz2) = 6572bb7d1db92665512e695503a6b3c9ab2850a7844818a22dcbb7d492ae4c835a68a4d06ea922341cc6584904ee3be059def2f7ca39e61d85a09b24c5120fd6
+SHA512 (VirtualBox-6.1.14a.tar.bz2) = 7bdf248b53c517923afc46998e46f63271f71ee73fa6826f367828128944895b2d672d7fc4d05f222e6d45897269fe699f7360ee1534c96450e2cc7bc14c0f13
diff --git a/update_vbox.sh b/update_vbox.sh
index f9c83a0..6b0f2a4 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.12
+VERSION=6.1.14
REL=1
-RAWHIDE=33
-BRANCHES="f32 f31"
+RAWHIDE=34
+BRANCHES="f33 f32 f31"
if [ -z "$1" ]
then
stage=0
@@ -14,8 +14,9 @@ git pull
if test $stage -le 0
then
echo STAGE 0
-rpmdev-bumpspec -n $VERSION -c "Update Virtualbox Guest Additions to $VERSION" virtualbox-guest-additions.spec
+rpmdev-bumpspec -n $VERSION -c "Update Virtualbox Guest Additions to ${VERSION}a" virtualbox-guest-additions.spec
spectool -g virtualbox-guest-additions.spec
+fedpkg new-sources ./VirtualBox-${VERSION}a.tar.bz2
fedpkg srpm && copr-cli build sergiomb/vboxfor23 virtualbox-guest-additions-$VERSION-$REL.fc$RAWHIDE.src.rpm
# to test i686 builds
fedpkg scratch-build --srpm
@@ -24,7 +25,6 @@ if test $stage -le 1
then
echo STAGE 1
echo Press enter to upload sources; read dummy;
-fedpkg new-sources ./VirtualBox-$VERSION.tar.bz2
fedpkg ci -c && git show
echo Press enter to push and build on rawhide; read dummy;
fedpkg push && fedpkg build --nowait
diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec
index 9e1ddf9..f5080c7 100644
--- a/virtualbox-guest-additions.spec
+++ b/virtualbox-guest-additions.spec
@@ -1,13 +1,13 @@
%global __provides_exclude_from %{_libdir}/VBoxGuestAdditions
Name: virtualbox-guest-additions
-Version: 6.1.12
+Version: 6.1.14
Release: 1%{?dist}
Summary: VirtualBox Guest Additions
License: GPLv2 or (GPLv2 and CDDL)
URL: https://www.virtualbox.org/wiki/VirtualBox
-Source0: https://download.virtualbox.org/virtualbox/%{version}/VirtualBox-%{version}.tar.bz2
+Source0: https://download.virtualbox.org/virtualbox/%{version}/VirtualBox-%{version}a.tar.bz2
Source1: vboxservice.service
Source3: VirtualBox-60-vboxguest.rules
Source4: vboxclient.service
@@ -178,6 +178,9 @@ getent passwd vboxadd >/dev/null || \
%changelog
+* Sun Sep 13 2020 Sérgio Basto <sergio@serjux.com> - 6.1.14-1
+- Update Virtualbox Guest Additions to a
+
* Sun Aug 02 2020 Sérgio Basto <sergio@serjux.com> - 6.1.12-1
- Update Virtualbox Guest Additions to 6.1.12
^ 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 a
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox