Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2019-03-18 10:42:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and      /work/SRC/openSUSE:Factory/.RemoteBox.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "RemoteBox"

Mon Mar 18 10:42:57 2019 rev:14 rq:685769 version:2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes      2018-05-29 
10:34:50.862801609 +0200
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new.28833/RemoteBox.changes   
2019-03-18 10:43:02.235158154 +0100
@@ -1,0 +2,40 @@
+Sat Mar 16 15:26:34 UTC 2019 - c...@gallochri.com
+
+- Update to 2.6 version
+- Removed old version of env-script-interpreter.patch
+- Added RemoteBox-2.6_fix-env-script-interpreter.patch
+- RemoteBox now requires VirtualBox 6.0.x
+- Added additional screen modes for video capture and video hinting
+- Added option to select between Video and Audio, Video Only or 
+  Audio Only when screen capturing
+- Added support for VirtualBox VGA card with VMware SVGA II 
+  extensions
+- Added support for having no graphics card in the guest. Note 
+  however, you cannot connect to the guest with RDP/VNC without a 
+  virtual graphics card.
+- Added support for setting the emulated serial UART type
+- The Audio Input and Audio Output options can now also be set 
+  while the guest is running
+- Added support to the VMM (Virtual Media Manager) for compaction 
+  of hard disk images to reduce their physical size
+- Added support to the VMM (Virtual Media Manager) for resizing 
+  hard disk images
+- Added ability to save a guest log to a local text file
+- Added refresh button to reload the guest logs in the log viewer
+- Added cancel button to the VirtualBox Preferences dialog
+- Removed Host-Only-Network and NAT Network configuration from 
+  the VirtualBox preferences dialog and created the Host Network 
+  Manager dialog accessible from the file menu
+- Significantly updated the RemoteBox icon set and added 
+  additional decals
+- To work around a VirtualBox bug, when changing a shared folder 
+  the guest settings are now explicitly saved. This includes 
+  adding, editing and deleting
+- Optimised a lot of the settings retrieval code which should 
+  improve latency especially for those on slower systems and 
+  networks.
+- Fixed the Edit Shared Folder dialog not correctly showing a 
+  share's Permanent Status, when editing the shared folder.
+- Various code cleanups
+ 
+-------------------------------------------------------------------

Old:
----
  RemoteBox-2.5.tar.bz2
  env-script-interpreter.patch

New:
----
  RemoteBox-2.6.tar.bz2
  RemoteBox-2.6_fix-env-script-interpreter.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ RemoteBox.spec ++++++
--- /var/tmp/diff_new_pack.VpNAvN/_old  2019-03-18 10:43:02.979157730 +0100
+++ /var/tmp/diff_new_pack.VpNAvN/_new  2019-03-18 10:43:02.979157730 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package RemoteBox
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,14 +23,14 @@
 # to remotebox so filter it
 %global __provides_exclude ^perl\\(vboxService\\)
 Name:           RemoteBox
-Version:        2.5
+Version:        2.6
 Release:        0
 Summary:        A VirtualBox client with remote management
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Emulators/PC
-Url:            http://knobgoblin.org.uk
+URL:            http://knobgoblin.org.uk
 Source0:        http://knobgoblin.org.uk/downloads/%{name}-%{version}.tar.bz2
-Patch0:         env-script-interpreter.patch
+Patch0:         RemoteBox-2.6_fix-env-script-interpreter.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 Requires:       freerdp
@@ -38,7 +38,6 @@
 Requires:       perl-SOAP-Lite
 Requires:       xdg-utils
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 VirtualBox is traditionally considered to be a virtualization solution aimed
@@ -50,7 +49,7 @@
 communicate with and manage a VirtualBox server installation.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0
 # Set the locations of Remotebox's files
 sed -i 's|\$Bin/share/remotebox|%{_datadir}/%{name}|g' remotebox
@@ -99,8 +98,8 @@
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
 %files
-%defattr(-,root,root,-)
-%doc docs/changelog.txt docs/remotebox.pdf docs/COPYING
+%license docs/COPYING
+%doc docs/changelog.txt docs/remotebox.pdf
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop

++++++ RemoteBox-2.5.tar.bz2 -> RemoteBox-2.6.tar.bz2 ++++++
++++ 32957 lines of diff (skipped)

++++++ RemoteBox-2.6_fix-env-script-interpreter.patch ++++++
Index: remotebox
===================================================================
--- remotebox.orig
+++ remotebox
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # ^^^ You may need to change this to the location of your perl interpreter
 # RemoteBox v2.6 (c) 2010-2019 Ian Chapman. Licenced under the terms of the GPL
 use strict;

Reply via email to