[VirtualBox] Update VBox to 6.1.8
by Sérgio M. Basto
commit 2ba53188238af91208ec742ca18936a12f0adeb6
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat May 16 01:27:56 2020 +0100
Update VBox to 6.1.8
.gitignore | 1 +
VirtualBox-5.2.10-xclient.patch | 6 +++---
VirtualBox.spec | 5 ++++-
sources | 4 ++--
update_vbox.sh | 4 ++--
5 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aa0c413..2058eed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-6.1.2.tar.bz2
/VirtualBox-6.1.4.tar.bz2
/VirtualBox-6.1.6.tar.bz2
+/VirtualBox-6.1.8.tar.bz2
diff --git a/VirtualBox-5.2.10-xclient.patch b/VirtualBox-5.2.10-xclient.patch
index 1f16bc7..920b569 100644
--- a/VirtualBox-5.2.10-xclient.patch
+++ b/VirtualBox-5.2.10-xclient.patch
@@ -1,5 +1,5 @@
---- VirtualBox-5.2.10.orig/src/VBox/Additions/x11/Installer/98vboxadd-xclient 2018-04-13 17:32:05.000000000 +0100
-+++ VirtualBox-5.2.10/src/VBox/Additions/x11/Installer/98vboxadd-xclient 2018-04-22 04:31:42.483190045 +0100
+--- ./src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig 2020-05-14 19:33:50.000000000 +0100
++++ ./src/VBox/Additions/x11/Installer/98vboxadd-xclient 2020-05-16 00:03:45.221363282 +0100
@@ -21,15 +21,9 @@ for i in $HOME/.vboxclient-*.pid; do
test -w $i || rm -f $i
done
@@ -18,4 +18,4 @@
+if [ -c /dev/vboxguest -a -z "${SSH_CONNECTION}" ]; then
/usr/bin/VBoxClient --clipboard
/usr/bin/VBoxClient --checkhostversion
- /usr/bin/VBoxClient --display
+ /usr/bin/VBoxClient --seamless
diff --git a/VirtualBox.spec b/VirtualBox.spec
index e0ed6fc..2d38bf0 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -45,7 +45,7 @@
%endif
Name: VirtualBox
-Version: 6.1.6
+Version: 6.1.8
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -880,6 +880,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Fri May 15 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.8-1
+- Update VBox to 6.1.8
+
* Tue Apr 14 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.6-1
- Update VBox to 6.1.6
diff --git a/sources b/sources
index 0ddd2d5..5e58f21 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-6.1.6.tar.bz2) = 4a94417fe69c40755b55526cee67068ca8d32e71e5b6ebe0cccf46062dfb4ee76b33ac92f8b8f4748d438eda1714129360fdbaa39c16df3877b20109a7c6439a
-SHA512 (UserManual.pdf) = 97176ad8b365da7b060faf5cd9a05074cc60b7445f0f3223d6ede8720427093d14824081b0ef10eb4f98e7a5c13431f549f738ca6c6105bab0e6c82ddf7d1286
+SHA512 (VirtualBox-6.1.8.tar.bz2) = 8dcac28cba659c72566e74ec05d8e06bcff8b23627d5368392c4add091f81a5f93550d9abefd96157718481bb60dfa610e0ae9266ecf882a7d36d62b1e84f671
+SHA512 (UserManual.pdf) = d66ee4585586666faec4990cb24f2e9b34d4073118afd62b8d3d2d676967ed0cb86d93bee664823bf0f17d4f86f391c4b7ee4af7071cb9678aa8d20f37bf20e4
diff --git a/update_vbox.sh b/update_vbox.sh
index cb4b332..1f464ec 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.6
+VERSION=6.1.8
REL=1
RAWHIDE=33
REPOS="f32 f31 f30 el7"
@@ -17,7 +17,6 @@ git pull
rpmdev-bumpspec -n $VERSION -c "Update VBox to $VERSION" VirtualBox.spec
rm UserManual.pdf
spectool -g VirtualBox.spec
-rfpkg new-sources ./VirtualBox-$VERSION.tar.bz2 ./UserManual.pdf
rfpkg srpm && copr-cli build sergiomb/vboxfor23 VirtualBox-$VERSION-$REL.fc$RAWHIDE.src.rpm
echo Press enter to continue; read dummy;
fi
@@ -25,6 +24,7 @@ fi
if test $stage -le 1
then
echo STAGE 1
+rfpkg new-sources ./VirtualBox-$VERSION.tar.bz2 ./UserManual.pdf
rfpkg ci -c && git show
echo Press enter to continue; read dummy;
rfpkg push && rfpkg build --nowait
4 years, 6 months
[simplescreenrecorder/el7: 2/2] Merge branch 'master' into el7
by Vasiliy Glazov
commit 58215e3dc401ac368a351f5f35bb061f858dd97b
Merge: f268e09 d9696b2
Author: vascom <vascom2(a)gmail.com>
Date: Fri May 15 23:18:32 2020 +0300
Merge branch 'master' into el7
.gitignore | 1 +
simplescreenrecorder.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
4 years, 6 months
[simplescreenrecorder] Update to 0.4.1.
by Vasiliy Glazov
commit d9696b2050cf476dfedd5a3120e45cdc79b94bd3
Author: vascom <vascom2(a)gmail.com>
Date: Fri May 15 23:12:49 2020 +0300
Update to 0.4.1.
.gitignore | 1 +
simplescreenrecorder.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9222a68..4b4a435 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/0.3.11.tar.gz
/0.4.0.tar.gz
/simplescreenrecorder-0.4.0.tar.gz
+/simplescreenrecorder-0.4.1.tar.gz
diff --git a/simplescreenrecorder.spec b/simplescreenrecorder.spec
index 270defc..9473ddd 100644
--- a/simplescreenrecorder.spec
+++ b/simplescreenrecorder.spec
@@ -1,7 +1,7 @@
%global shortname ssr
Name: simplescreenrecorder
-Version: 0.4.0
-Release: 2%{?dist}
+Version: 0.4.1
+Release: 1%{?dist}
Summary: Simple Screen Recorder is a screen recorder for Linux
License: GPLv3
@@ -70,7 +70,7 @@ mkdir -p %{buildroot}%{_libdir}/%{name}/
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
-appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.xml
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainfo.xml
%files
%doc README.md AUTHORS.md CHANGELOG.md notes.txt todo.txt
@@ -83,9 +83,12 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{_libdir}/%{name}/
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man1/%{shortname}-glinject.1.*
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/metainfo/%{name}.metainfo.xml
%changelog
+* Fri May 15 2020 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.4.1-1
+- Update to 0.4.1
+
* Thu Apr 23 2020 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.4.0-2
- Restored translations
diff --git a/sources b/sources
index 2bdf12c..dab3c7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (simplescreenrecorder-0.4.0.tar.gz) = aa4970aba010884153c9d3155a0869288a5b9b8723cf617471148ad875f1af29f594403c1682303345c578cc0dc3f0a4b3596e4937d3afa949a652b83dcd0b36
+SHA512 (simplescreenrecorder-0.4.1.tar.gz) = b890fafb65a87c298562d25388384577408d7ccbb0b1280bb4fdad198c9b9581893e68b99aa9e478a61c59736689ae40be0f30132d56ee9a9796b8885541d8d5
4 years, 6 months
[zoneminder] 1.34.14 Release
by Andrew Bauer
commit 459686dabae0a2de17d6a7cc196379133befd617
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Fri May 15 10:57:38 2020 -0500
1.34.14 Release
zoneminder.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/zoneminder.spec b/zoneminder.spec
index d78739d..dbccd94 100644
--- a/zoneminder.spec
+++ b/zoneminder.spec
@@ -419,7 +419,7 @@ EOF
* Fri May 15 2020 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.34.14-1
- 1.34.14 Release
-* Wed May 14 2020 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.34.13-1
+* Thu May 14 2020 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.34.13-1
- 1.34.13 Release
* Sun May 10 2020 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.34.12-1
4 years, 6 months
[zoneminder/el7: 2/2] Merge branch 'master' into el7
by Andrew Bauer
commit a10c038de598bdc75d27e9891afe11d6621a5163
Merge: 32d1d14 482fc95
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Fri May 15 10:56:23 2020 -0500
Merge branch 'master' into el7
.gitignore | 1 +
sources | 2 +-
zoneminder.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
4 years, 6 months