From 9cd8ace8f1ab35a40c6f8f7faff6072843ca61faf98891ee07c2170145014b2f Mon Sep 17 00:00:00 2001 From: Ana Guerrero Date: Wed, 15 Jan 2025 16:45:30 +0000 Subject: [PATCH] Accepting request 1238039 from M17N OBS-URL: https://build.opensuse.org/request/show/1238039 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rfbplaymacro?expand=0&rev=16 --- rfbplaymacro.changes | 7 +++++++ rfbplaymacro.spec | 42 ++++++------------------------------------ 2 files changed, 13 insertions(+), 36 deletions(-) diff --git a/rfbplaymacro.changes b/rfbplaymacro.changes index 88058c1..e5d185e 100644 --- a/rfbplaymacro.changes +++ b/rfbplaymacro.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 14 13:14:36 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). + ------------------------------------------------------------------- Fri May 09 17:05:57 CEST 2008 - mfabian@suse.de diff --git a/rfbplaymacro.spec b/rfbplaymacro.spec index f7290b5..ae94e84 100644 --- a/rfbplaymacro.spec +++ b/rfbplaymacro.spec @@ -1,7 +1,7 @@ # -# spec file for package rfbplaymacro (Version 0.2.2) +# spec file for package rfbplaymacro # -# Copyright (c) 2009 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,37 +12,26 @@ # 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/ # -# norootforbuild - Name: rfbplaymacro -Url: http://cyberelk.net/tim/rfbplaymacro/ -License: GPL-2.0+ +URL: http://cyberelk.net/tim/rfbplaymacro/ +License: GPL-2.0-or-later Group: System/X11/Utilities #Requires: xforms -AutoReqProv: on Version: 0.2.2 -Release: 30 +Release: 0 Summary: Replays VNC macros Source: http://cyberelk.net/tim/data/rfbplaymacro/stable/%name-%version.tar.bz2 -#Patch: %name-%version.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description rfbplaymacro replays VNC macros as created by rfbproxy to a VNC server. - - -Authors: --------- - Tim Waugh - %prep %setup -#%patch %build CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr @@ -60,22 +49,3 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/rfbplaymacro %changelog -* Fri May 09 2008 mfabian@suse.de -- bnc#388222: update to 0.2.2 - • src/rfbplaymacro.c (connect_to_server): Use protocol 3.3. - • src/rfbplaymacro.c: Made more tolerant of bad input files, and - of servers requesting passwords when none has been specified. - • test.rfm: New file, created by Ralf Mueller. - • README: Updated. - • src/rfbplaymacro.c (main): Accept 'password' in the input file. - Spotted by Ralf Mueller. -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Sat Jan 10 2004 adrian@suse.de -- add %%defattr -* Mon Jun 16 2003 coolo@suse.de -- use BuildRoot -* Tue Jul 09 2002 uli@suse.de -- update -> 0.2.0 (VNC authentication support) -* Wed Apr 17 2002 uli@suse.de -- initial package