commit RemoteBox for openSUSE:Factory

2020-02-20 Thread root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2020-02-20 14:57:09

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new.26092 (New)


Package is "RemoteBox"

Thu Feb 20 14:57:09 2020 rev:16 rq:777422 version:2.7

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2019-12-18 
14:48:57.585956218 +0100
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new.26092/RemoteBox.changes   
2020-02-20 14:57:21.098520140 +0100
@@ -1,0 +2,6 @@
+Wed Feb 19 20:53:35 UTC 2020 - c...@gallochri.com
+
+- RemoteBox-2.6_fix-env-script-interpreter.patch remamed for to
+  RemoteBox-2.7_fix-env-script-interpreter.patch.
+
+---

Old:

  RemoteBox-2.6_fix-env-script-interpreter.patch

New:

  RemoteBox-2.7_fix-env-script-interpreter.patch



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.MXNPlW/_old  2020-02-20 14:57:22.874523625 +0100
+++ /var/tmp/diff_new_pack.MXNPlW/_new  2020-02-20 14:57:22.874523625 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package RemoteBox
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
 License:GPL-2.0-or-later
 URL:http://knobgoblin.org.uk
 Source0:http://knobgoblin.org.uk/downloads/%{name}-%{version}.tar.bz2
-Patch0: RemoteBox-2.6_fix-env-script-interpreter.patch
+Patch0: RemoteBox-2.7_fix-env-script-interpreter.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 Requires:   freerdp

++ RemoteBox-2.6_fix-env-script-interpreter.patch -> 
RemoteBox-2.7_fix-env-script-interpreter.patch ++




commit RemoteBox for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2019-12-18 14:47:21

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new.4691 (New)


Package is "RemoteBox"

Wed Dec 18 14:47:21 2019 rev:15 rq:757739 version:2.7

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2019-03-18 
10:43:02.235158154 +0100
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new.4691/RemoteBox.changes
2019-12-18 14:48:57.585956218 +0100
@@ -1,0 +2,42 @@
+Wed Dec 18 10:09:25 UTC 2019 - ec...@opensuse.org
+
+- Update to 2.7 version
+  - RemoteBox now requires VirtualBox 6.1.x
+  - VirtualBox now requires hardware virtualization and no longer 
+supports software virtualization. Removed associated options
+from RemoteBox.
+  - Removed option of setting the video side-channel quality for an
+RDP connection. This option is largely unsupported by RDP 
+clients and not particularly useful.
+  - Added support for the Virtio-SCSI controller
+  - Added support for the AMD PCNet-ISA/NE2100 network card
+  - Added support for nested hardware virtualization (VT-x/AMD-V)
+for supported processors
+  - Added toolbar buttons in the VMM to create new hard disk 
+images, new floppy disk images (from 360K to 2.88MB) and move 
+media to new locations
+  - Newly created floppy disk images can be optionally 
+pre-formatted with FAT12
+  - Added a menu option when attached storage for creating a new
+floppy disk image and automatically attaching it
+  - Added option to specify MAC address policy when importing an
+appliance
+  - Added options to specify MAC address policy and include ISO
+files when exporting an appliance
+  - Added options to Keep disk UUIDs, specify MAC policy and keep
+disk names when cloning a guest
+  - Added OS icon for Windows 2019 64bit
+  - Rewrote the copy and disk conversion code, should be cleaner
+and faster
+  - Creating a new guest, now uses the ApplyDefaults API call which
+was broken in previous versions of VirtualBox. This allows 
+a lot of code cleanups and faster guest creation
+  - Fixed incorrect URL on About window
+  - Various code cleanups
+
+---
+Thu Oct 17 12:38:15 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---

Old:

  RemoteBox-2.6.tar.bz2

New:

  RemoteBox-2.7.tar.bz2



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.EwiNni/_old  2019-12-18 14:48:58.229956513 +0100
+++ /var/tmp/diff_new_pack.EwiNni/_new  2019-12-18 14:48:58.233956515 +0100
@@ -23,11 +23,10 @@
 # to remotebox so filter it
 %global __provides_exclude ^perl\\(vboxService\\)
 Name:   RemoteBox
-Version:2.6
+Version:2.7
 Release:0
 Summary:A VirtualBox client with remote management
 License:GPL-2.0-or-later
-Group:  System/Emulators/PC
 URL:http://knobgoblin.org.uk
 Source0:http://knobgoblin.org.uk/downloads/%{name}-%{version}.tar.bz2
 Patch0: RemoteBox-2.6_fix-env-script-interpreter.patch

++ RemoteBox-2.6_fix-env-script-interpreter.patch ++
--- /var/tmp/diff_new_pack.EwiNni/_old  2019-12-18 14:48:58.245956520 +0100
+++ /var/tmp/diff_new_pack.EwiNni/_new  2019-12-18 14:48:58.245956520 +0100
@@ -6,5 +6,5 @@
 -#!/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
+ # RemoteBox v2.7 (c) 2010-2020 Ian Chapman. Licenced under the terms of the 
GPL
  use strict;

++ RemoteBox-2.6.tar.bz2 -> RemoteBox-2.7.tar.bz2 ++
 38288 lines of diff (skipped)




commit RemoteBox for openSUSE:Factory

2019-03-18 Thread root
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 

commit RemoteBox for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2018-05-29 10:34:40

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new (New)


Package is "RemoteBox"

Tue May 29 10:34:40 2018 rev:13 rq:610787 version:2.5

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2018-03-26 
13:13:44.270319516 +0200
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2018-05-29 
10:34:50.862801609 +0200
@@ -1,0 +2,31 @@
+Sun May 20 18:38:51 UTC 2018 - ec...@opensuse.org
+
+- Update to 2.5 version
+  - RemoteBox now only pops up a VirtualBox Extensions warning 
+dialog on login, for server operating systems that have them 
+available but the extension pack
+is not installed. Currently this is Linux, Solaris, Windows and 
+MacOS X. Others such as FreeBSD will just get a warning in the 
+message log as there are no VirtualBox extensions.
+  - Added support for setting the Audio driver of a guest when 
+using a FreeBSD server
+  - Improved the code which automatically adds the guest addition 
+ISO to the VMM on login which should prevent an error if the 
+server does not provide a guest additions ISO
+  - Added support for VNC. If your server has the VNC extension 
+pack installed, you can use VNC to connect to the guest 
+displays instead of RDP. You must install a VNC client on your 
+RemoteBox machine and configured it as appropriate in your 
+preferences. TigerVNC is the default client
+  - The guest display icon now shows whether the server expects 
+a VNC or RDP connection when opening the display of guests.
+  - Added option to change the floppy drive type to 360k, 720k, 
+1.44MB, 2.88MB, 15.6MB and 63.5MB.
+  - Added a button to assist with the automatic generation of 
+serial port paths
+  - Fixed a bug causing the port path setting to be reset with the 
+defaults
+  - Fixed audio support for Solaris servers. The SolAudio driver is 
+non functional in VirtualBox and has been replaced with OSS.
+
+---

Old:

  RemoteBox-2.4.tar.bz2

New:

  RemoteBox-2.5.tar.bz2



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.Cy02o9/_old  2018-05-29 10:34:51.710770295 +0200
+++ /var/tmp/diff_new_pack.Cy02o9/_new  2018-05-29 10:34:51.722769852 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package RemoteBox
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -23,7 +23,7 @@
 # to remotebox so filter it
 %global __provides_exclude ^perl\\(vboxService\\)
 Name:   RemoteBox
-Version:2.4
+Version:2.5
 Release:0
 Summary:A VirtualBox client with remote management
 License:GPL-2.0+

++ RemoteBox-2.4.tar.bz2 -> RemoteBox-2.5.tar.bz2 ++
 28760 lines of diff (skipped)




commit RemoteBox for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2018-03-26 13:13:41

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new (New)


Package is "RemoteBox"

Mon Mar 26 13:13:41 2018 rev:12 rq:590843 version:2.4

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2017-06-12 
15:28:18.535248161 +0200
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2018-03-26 
13:13:44.270319516 +0200
@@ -1,0 +2,20 @@
+Mon Nov  6 18:29:46 UTC 2017 - c...@gallochri.com
+
+-Update to 2.4 version 
+-RemoteBox now requires VirtualBox 5.2.x
+-Updated guest icons
+-Added option to enable/disable audio output from a guest
+-Added option to enable/disable audio input to a guest
+-Added option to record audio from the guest when capturing a video
+-Added support for exporting appliances to Oracle Public Cloud 
+Format 1.0
+-Added ability to select a connection profile to use for 
+automatically logging in when starting up RemoteBox.
+-Added option 'Release Keys' to clear any held keys in the case 
+where a host and guest's keyboard status may become out of sync.
+-New guests now automatically have their audio output enabled
+-Fixed: You now can't set video RAM to zero, even though VirtualBox
+reports this as a valid minimum, the guest won't start.
+- env-script-interpreter.patch fix pearl interpreter script
+
+---

Old:

  RemoteBox-2.3.tar.bz2

New:

  RemoteBox-2.4.tar.bz2
  env-script-interpreter.patch



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.WkNgxM/_old  2018-03-26 13:13:45.322281686 +0200
+++ /var/tmp/diff_new_pack.WkNgxM/_new  2018-03-26 13:13:45.326281542 +0200
@@ -23,14 +23,14 @@
 # to remotebox so filter it
 %global __provides_exclude ^perl\\(vboxService\\)
 Name:   RemoteBox
-Version:2.3
+Version:2.4
 Release:0
 Summary:A VirtualBox client with remote management
 License:GPL-2.0+
 Group:  System/Emulators/PC
 Url:http://knobgoblin.org.uk
 Source0:http://knobgoblin.org.uk/downloads/%{name}-%{version}.tar.bz2
-
+Patch0: env-script-interpreter.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 Requires:   freerdp
@@ -51,6 +51,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0
 # Set the locations of Remotebox's files
 sed -i 's|\$Bin/share/remotebox|%{_datadir}/%{name}|g' remotebox
 sed -i 's|\$Bin/docs|%{_docdir}/%{name}|g' remotebox

++ RemoteBox-2.3.tar.bz2 -> RemoteBox-2.4.tar.bz2 ++
 27981 lines of diff (skipped)

++ 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.4 (c) 2010-2017 Ian Chapman. Licenced under the terms of the GPL
 use strict;



commit RemoteBox for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2017-06-12 15:28:18

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new (New)


Package is "RemoteBox"

Mon Jun 12 15:28:18 2017 rev:11 rq:498634 version:2.3

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2016-08-24 
10:09:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2017-06-12 
15:28:18.535248161 +0200
@@ -1,0 +2,5 @@
+Sat May 20 10:34:39 UTC 2017 - c...@gallochri.com
+
+-Updtae to 2.3 version 
+
+---
@@ -4 +9 @@
--Updtae to 2.2 version 
+-Update to 2.2 version 

Old:

  RemoteBox-2.2.tar.bz2

New:

  RemoteBox-2.3.tar.bz2



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.kOnFnR/_old  2017-06-12 15:28:19.199154530 +0200
+++ /var/tmp/diff_new_pack.kOnFnR/_new  2017-06-12 15:28:19.203153966 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package RemoteBox
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -23,7 +23,7 @@
 # to remotebox so filter it
 %global __provides_exclude ^perl\\(vboxService\\)
 Name:   RemoteBox
-Version:2.2
+Version:2.3
 Release:0
 Summary:A VirtualBox client with remote management
 License:GPL-2.0+

++ RemoteBox-2.2.tar.bz2 -> RemoteBox-2.3.tar.bz2 ++
 17994 lines of diff (skipped)




commit RemoteBox for openSUSE:Factory

2016-08-24 Thread h_root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2016-08-24 10:08:56

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new (New)


Package is "RemoteBox"

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2016-08-05 
18:18:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2016-08-24 
10:09:07.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 15:34:51 UTC 2016 - c...@gallochri.com
+
+-Updtae to 2.2 version 
+
+---

Old:

  RemoteBox-2.1.tar.bz2

New:

  RemoteBox-2.2.tar.bz2



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.S7fLiK/_old  2016-08-24 10:09:08.0 +0200
+++ /var/tmp/diff_new_pack.S7fLiK/_new  2016-08-24 10:09:08.0 +0200
@@ -23,7 +23,7 @@
 # to remotebox so filter it
 %global __provides_exclude ^perl\\(vboxService\\)
 Name:   RemoteBox
-Version:2.1
+Version:2.2
 Release:0
 Summary:A VirtualBox client with remote management
 License:GPL-2.0+

++ RemoteBox-2.1.tar.bz2 -> RemoteBox-2.2.tar.bz2 ++
 29579 lines of diff (skipped)




commit RemoteBox for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2016-08-05 18:18:07

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new (New)


Package is "RemoteBox"

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2015-07-14 
17:45:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2016-08-05 
18:18:08.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 29 07:39:00 UTC 2016 - c...@gallochri.com
+
+-Update to 2.1 version 
+
+---

Old:

  RemoteBox-2.0.tar.bz2

New:

  RemoteBox-2.1.tar.bz2



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.VWKWXO/_old  2016-08-05 18:18:09.0 +0200
+++ /var/tmp/diff_new_pack.VWKWXO/_new  2016-08-05 18:18:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package RemoteBox
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -23,7 +23,7 @@
 # to remotebox so filter it
 %global __provides_exclude ^perl\\(vboxService\\)
 Name:   RemoteBox
-Version:2.0
+Version:2.1
 Release:0
 Summary:A VirtualBox client with remote management
 License:GPL-2.0+

++ RemoteBox-2.0.tar.bz2 -> RemoteBox-2.1.tar.bz2 ++
 30329 lines of diff (skipped)




commit RemoteBox for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2015-07-14 17:44:22

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new (New)


Package is RemoteBox

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2015-04-07 
09:29:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2015-07-14 
17:45:39.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 12 11:56:17 UTC 2015 - c...@gallochri.com
+
+-Updated to 2.0 version 
+
+---

Old:

  RemoteBox-1.9.tar.bz2

New:

  RemoteBox-2.0.tar.bz2



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.GY5xIj/_old  2015-07-14 17:45:40.0 +0200
+++ /var/tmp/diff_new_pack.GY5xIj/_new  2015-07-14 17:45:40.0 +0200
@@ -23,7 +23,7 @@
 # to remotebox so filter it
 %global __provides_exclude ^perl\\(vboxService\\)
 Name:   RemoteBox
-Version:1.9
+Version:2.0
 Release:0
 Summary:A VirtualBox client with remote management
 License:GPL-2.0+

++ RemoteBox-1.9.tar.bz2 - RemoteBox-2.0.tar.bz2 ++
 21411 lines of diff (skipped)




commit RemoteBox for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2015-04-07 09:29:22

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new (New)


Package is RemoteBox

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2015-03-30 
19:34:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2015-04-07 
09:29:23.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr  2 17:25:35 UTC 2015 - dims...@opensuse.org
+
+- Manually symlink the duplicate icon between /usr/share/icons and
+  /usr/share/RemoteBox. This allows us, contrary to the use of
+  fdupes, to define that we want the real file in /usr/share/icons,
+  which is a requirement for Application containerisation (the icon
+  needs to be extractable from a defined location for host system
+  integration).
+
+---



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.uL2C7N/_old  2015-04-07 09:29:24.0 +0200
+++ /var/tmp/diff_new_pack.uL2C7N/_new  2015-04-07 09:29:24.0 +0200
@@ -84,6 +84,10 @@
 
 # Install an icon for the desktop file
 install -p -m0644 share/remotebox/icons/remotebox.png 
%{buildroot}%{_datadir}/pixmaps/%{name}.png
+# link the icon back to the install directory. In preparation for app 
containerisation, as well
+# as AppStream metadata generation, we need a real file in /usr/share/icons
+# fdupes later on is likely to put the symlink there though
+ln -sf %{_datadir}/pixmaps/%{name}.png 
%{buildroot}%{_datadir}/%{name}/icons/remotebox.png
 
 # Install upstream provided appdata.xml
 install -p -m0644 packagers-readme/remotebox.appdata.xml 
%{buildroot}%{_datadir}/appdata/RemoteBox.appdata.xml




commit RemoteBox for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2015-03-30 19:34:05

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new (New)


Package is RemoteBox

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2014-11-10 
17:28:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2015-03-30 
19:34:06.0 +0200
@@ -1,0 +2,5 @@
+Sun Mar 29 22:38:23 UTC 2015 - dims...@opensuse.org
+
+- Install upstream provided appdata.xml file.
+
+---



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.qeW9Qq/_old  2015-03-30 19:34:07.0 +0200
+++ /var/tmp/diff_new_pack.qeW9Qq/_new  2015-03-30 19:34:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package RemoteBox
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -54,6 +54,8 @@
 # Set the locations of Remotebox's files
 sed -i 's|\$Bin/share/remotebox|%{_datadir}/%{name}|g' remotebox
 sed -i 's|\$Bin/docs|%{_docdir}/%{name}|g' remotebox
+# We need to update the reference to the .desktop file, as this package 
provides RemoteBox, instead of remotebox
+sed -i 's|remotebox.desktop|RemoteBox.desktop|' 
packagers-readme/remotebox.appdata.xml
 
 %build
 # Create a desktop file
@@ -72,7 +74,7 @@
 EOF
 
 %install
-mkdir -p -m0755 %{buildroot}%{_datadir}/{%{name},pixmaps,applications}
+mkdir -p -m0755 %{buildroot}%{_datadir}/{%{name},pixmaps,applications,appdata}
 mkdir -m0755 %{buildroot}%{_bindir}
 install -p -m0755 remotebox %{buildroot}%{_bindir}/%{name}
 cp -a share/remotebox/* %{buildroot}%{_datadir}/%{name}
@@ -83,6 +85,9 @@
 # Install an icon for the desktop file
 install -p -m0644 share/remotebox/icons/remotebox.png 
%{buildroot}%{_datadir}/pixmaps/%{name}.png
 
+# Install upstream provided appdata.xml
+install -p -m0644 packagers-readme/remotebox.appdata.xml 
%{buildroot}%{_datadir}/appdata/RemoteBox.appdata.xml
+
 %fdupes -s %{buildroot}
 
 %check
@@ -91,6 +96,8 @@
 %files
 %defattr(-,root,root,-)
 %doc docs/changelog.txt docs/remotebox.pdf docs/COPYING
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/%{name}




commit RemoteBox for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2014-11-10 17:28:15

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new (New)


Package is RemoteBox

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2014-10-29 
21:09:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2014-11-10 
17:28:22.0 +0100
@@ -1,0 +2,5 @@
+Thu Oct 30 11:55:19 UTC 2014 - c...@gallochri.com
+
+-Fixed SLE_11_SP3 build 
+
+---



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.5fgumb/_old  2014-11-10 17:28:23.0 +0100
+++ /var/tmp/diff_new_pack.5fgumb/_new  2014-11-10 17:28:23.0 +0100
@@ -38,6 +38,7 @@
 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
@@ -58,14 +59,16 @@
 # Create a desktop file
 cat %{name}.desktop EOF
 [Desktop Entry]
+Type=Application
 Name=RemoteBox
+GenericName=RemoteBox
 Comment=Remote VirtualBox client
-Exec=%{name}
+Exec=%{name} %c
 Icon=%{name}
 Terminal=false
-Type=Application
 StartupNotify=false
 Categories=Emulator;System;
+X-SuSE-translate=false
 EOF
 
 %install

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit RemoteBox for openSUSE:Factory

2014-10-29 Thread h_root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2014-10-29 21:09:46

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new (New)


Package is RemoteBox

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2014-08-18 
11:24:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2014-10-29 
21:09:55.0 +0100
@@ -1,0 +2,5 @@
+Sun Oct 26 07:55:31 UTC 2014 - c...@gallochri.com
+
+-Updated to 1.9 version 
+
+---

Old:

  RemoteBox-1.8.1.tar.bz2

New:

  RemoteBox-1.9.tar.bz2



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.SSWsW8/_old  2014-10-29 21:09:56.0 +0100
+++ /var/tmp/diff_new_pack.SSWsW8/_new  2014-10-29 21:09:56.0 +0100
@@ -23,7 +23,7 @@
 # to remotebox so filter it
 %global __provides_exclude ^perl\\(vboxService\\)
 Name:   RemoteBox
-Version:1.8.1
+Version:1.9
 Release:0
 Summary:A VirtualBox client with remote management
 License:GPL-2.0+

++ RemoteBox-1.8.1.tar.bz2 - RemoteBox-1.9.tar.bz2 ++
 33051 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit RemoteBox for openSUSE:Factory

2014-08-18 Thread h_root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2014-08-18 11:24:02

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new (New)


Package is RemoteBox

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2014-06-24 
22:47:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2014-08-18 
11:24:10.0 +0200
@@ -1,0 +2,5 @@
+Sat Aug 16 20:26:56 UTC 2014 - w...@rosenauer.org
+
+- added RPM group tag matching other Virtualization packages
+
+---



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.sWDmBc/_old  2014-08-18 11:24:12.0 +0200
+++ /var/tmp/diff_new_pack.sWDmBc/_new  2014-08-18 11:24:12.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package remotebox
+# spec file for package RemoteBox
 #
 # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # We need to filter some dependencies that the RPM auto-dependency
 # gatherer picks up as they reside within this RPM.
 %global __requires_exclude ^perl\\(.*\\.pl\\)|^perl\\(vboxService\\)
@@ -26,6 +27,7 @@
 Release:0
 Summary:A VirtualBox client with remote management
 License:GPL-2.0+
+Group:  System/Emulators/PC
 Url:http://knobgoblin.org.uk
 Source0:http://knobgoblin.org.uk/downloads/%{name}-%{version}.tar.bz2
 
@@ -33,11 +35,10 @@
 BuildRequires:  fdupes
 Requires:   freerdp
 Requires:   perl-Gtk2
-Requires:   xdg-utils
 Requires:  perl-SOAP-Lite
+Requires:   xdg-utils
 BuildArch:  noarch
 
-
 %description
 VirtualBox is traditionally considered to be a virtualization solution aimed
 at the desktop as opposed to other solutions such as KVM, Xen and VMWare ESX
@@ -67,7 +68,6 @@
 Categories=Emulator;System;
 EOF
 
-
 %install
 mkdir -p -m0755 %{buildroot}%{_datadir}/{%{name},pixmaps,applications}
 mkdir -m0755 %{buildroot}%{_bindir}
@@ -85,7 +85,6 @@
 %check
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
-
 %files
 %defattr(-,root,root,-)
 %doc docs/changelog.txt docs/remotebox.pdf docs/COPYING

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org