Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package RemoteBox for openSUSE:Factory checked in at 2022-04-01 21:36:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old) and /work/SRC/openSUSE:Factory/.RemoteBox.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "RemoteBox" Fri Apr 1 21:36:14 2022 rev:19 rq:966392 version:3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes 2022-01-08 23:24:27.978273132 +0100 +++ /work/SRC/openSUSE:Factory/.RemoteBox.new.1900/RemoteBox.changes 2022-04-01 21:37:32.868548235 +0200 @@ -1,0 +2,20 @@ +Wed Mar 30 14:40:28 UTC 2022 - ecsos <[email protected]> + +- Update to 3.1 + - Changed the RemoteBox logo + - Various minor GUI tweaks + - Added button to save the message log to a text file. Might be + useful for debugging purposes. + - Fixed: Regression introduced in 3.0 caused Connection Profiles + dialog to essentially stop working correctly, potentially + losing existing profiles in the process. + - Fixed: Regression introduced in 3.0 meant that NAT rules were + not shown for IPv4 and IPv6 networks + - Fixed column sorting in the VMM (Virtual Media Manager) + - Fixed various list selection bugs. The get_selected() method + under GTK3 returns both the model and the iterator, not just + the iterator as with GTK2 + - RemoteBox is no longer bundled with a PDF manual. Documentation + is now exclusively maintained on the RemoteBox web site. + +------------------------------------------------------------------- Old: ---- RemoteBox-3.0.tar.bz2 New: ---- RemoteBox-3.1.tar.bz2 remotebox.pdf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ RemoteBox.spec ++++++ --- /var/tmp/diff_new_pack.NiJ2bo/_old 2022-04-01 21:37:33.384542575 +0200 +++ /var/tmp/diff_new_pack.NiJ2bo/_new 2022-04-01 21:37:33.388542531 +0200 @@ -23,13 +23,14 @@ # to remotebox so filter it %global __provides_exclude ^perl\\(vboxService\\) Name: RemoteBox -Version: 3.0 +Version: 3.1 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 +Source1: http://knobgoblin.org.uk/docs/remotebox.pdf Patch0: RemoteBox-3.0_fix-env-script-interpreter.patch BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -52,6 +53,7 @@ %prep %setup -q %patch0 +install -m 0644 %{SOURCE1} . # 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 @@ -100,7 +102,7 @@ %files %license docs/COPYING -%doc docs/changelog.txt docs/remotebox.pdf +%doc docs/changelog.txt remotebox.pdf %dir %{_datadir}/appdata %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop ++++++ RemoteBox-3.0_fix-env-script-interpreter.patch ++++++ --- /var/tmp/diff_new_pack.NiJ2bo/_old 2022-04-01 21:37:33.424542136 +0200 +++ /var/tmp/diff_new_pack.NiJ2bo/_new 2022-04-01 21:37:33.432542049 +0200 @@ -6,6 +6,6 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # ^^^ You may need to change this to the location of your perl interpreter - # RemoteBox v3.0 (c) 2010-2022 Ian Chapman. Licenced under the terms of the GPL + # RemoteBox v3.1 (c) 2010-2022 Ian Chapman. Licenced under the terms of the GPL use strict; ++++++ RemoteBox-3.0.tar.bz2 -> RemoteBox-3.1.tar.bz2 ++++++ ++++ 20666 lines of diff (skipped)
