diff --git a/rfbproxy.changes b/rfbproxy.changes index cc51f30..8c0c363 100644 --- a/rfbproxy.changes +++ b/rfbproxy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 14 13:20:17 UTC 2025 - Dominique Leuenberger + +- Clean up old, commented patches that have not been there forever + (addressing RPM 4.20, where %patch is a standard macro and + commenting it out using # might lead to errors). + ------------------------------------------------------------------- Tue Oct 14 09:38:19 UTC 2014 - jengelh@inai.de diff --git a/rfbproxy.spec b/rfbproxy.spec index 7096fac..77c34d4 100644 --- a/rfbproxy.spec +++ b/rfbproxy.spec @@ -1,7 +1,7 @@ # # spec file for package rfbproxy # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2025 SUSE LLC # # 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/ # @@ -20,11 +20,10 @@ Name: rfbproxy Version: 1.1.0 Release: 0 Summary: Record or play back a VNC session -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/X11/Utilities -Url: http://cyberelk.net/tim/software/rfbproxy/ +URL: http://cyberelk.net/tim/software/rfbproxy/ Source: http://cyberelk.net/tim/data/rfbproxy/devel/%name-%version.tar.bz2 -#Patch: patch.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build #Requires: xforms @@ -32,15 +31,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build rfbproxy is a simple proxy for VNC which allows recording of screen updates, key presses and mouse events for later replay. - - -Authors: --------- - Tim Waugh - %prep %setup -#%patch %build %configure