Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rfb for openSUSE:Factory checked in at 2021-02-08 11:47:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rfb (Old) and /work/SRC/openSUSE:Factory/.rfb.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rfb" Mon Feb 8 11:47:54 2021 rev:18 rq:870209 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rfb/rfb.changes 2014-10-25 11:17:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rfb.new.28504/rfb.changes 2021-02-08 11:47:56.069759344 +0100 @@ -1,0 +2,7 @@ +Mon Feb 8 08:30:03 UTC 2021 - Martin Pluskal <mplus...@suse.com> + +- Modernise spec file +- Do not use source url as domain is no longer available +- Refresh patches + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rfb.spec ++++++ --- /var/tmp/diff_new_pack.8UQYxW/_old 2021-02-08 11:47:56.713760388 +0100 +++ /var/tmp/diff_new_pack.8UQYxW/_new 2021-02-08 11:47:56.717760394 +0100 @@ -1,7 +1,7 @@ # # spec file for package rfb # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2021 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,23 +20,21 @@ Version: 0.6.1 Release: 0 Summary: heXoNet RFB (remote control for the X Window System) -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/X11/Utilities -Url: http://www.hexonet.de/software/rfb/ -#Original source: http://www.hexonet.de/download/rfb-0.6.1.tar.gz -Source0: http://www.hexonet.de/download/rfb-0.6.1.tar.bz2 +Source0: rfb-0.6.1.tar.bz2 Patch0: rfb-0.6.1-rpmoptflags.patch Patch1: rfb-0.6.1-gcc3.dif Patch2: rfb-0.6.1-socklen_t.dif Patch3: %{name}-%{version}-gcc4.3.diff BuildRequires: gcc-c++ +BuildRequires: pkgconfig BuildRequires: xclass-devel -Requires: xclass BuildRequires: zlib-devel BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xtst) -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: xclass %description The heXoNet RFB Software package includes many different projects. The @@ -46,19 +44,15 @@ Window System. %prep -%setup0 -%patch0 -p1 -%patch1 -%patch2 -%patch3 +%autosetup -p1 %build export CFLAGS="%{optflags} -Wall" -make %{?_smp_mflags} depend -make %{?_smp_mflags} +%make_build depend +%make_build %install -mkdir -p %{buildroot}%{_mandir}/man1 %{buildroot}%{_prefix}/bin +mkdir -p %{buildroot}%{_mandir}/man1 %{buildroot}%{_bindir} install -m 644 man/man1/* %{buildroot}%{_mandir}/man1 install -m 755 x0rfbserver/x0rfbserver %{buildroot}%{_bindir}/ install -m 755 xrfbviewer/{xrfbviewer,xplayfbs} %{buildroot}%{_bindir}/ @@ -66,9 +60,15 @@ install -m 755 xvncconnect/xvncconnect %{buildroot}%{_bindir}/ %files -%defattr(-, root, root) -%doc COPYING INSTALL README rfm_fbs.1.0.html -%doc %{_mandir}/man1/*.1* -%{_bindir}/* +%license COPYING +%doc README rfm_fbs.1.0.html +%{_bindir}/rfbcat +%{_bindir}/x0rfbserver +%{_bindir}/xplayfbs +%{_bindir}/xrfbviewer +%{_bindir}/xvncconnect +%{_mandir}/man1/x0rfbserver.1%{?ext_man} +%{_mandir}/man1/xplayfbs.1%{?ext_man} +%{_mandir}/man1/xrfbviewer.1%{?ext_man} %changelog ++++++ rfb-0.6.1-gcc3.dif ++++++ ++++ 657 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/rfb/rfb-0.6.1-gcc3.dif ++++ and /work/SRC/openSUSE:Factory/.rfb.new.28504/rfb-0.6.1-gcc3.dif ++++++ rfb-0.6.1-gcc4.3.diff ++++++ --- /var/tmp/diff_new_pack.8UQYxW/_old 2021-02-08 11:47:56.745760440 +0100 +++ /var/tmp/diff_new_pack.8UQYxW/_new 2021-02-08 11:47:56.745760440 +0100 @@ -1,14 +1,18 @@ ---- x0rfbserver/XUpdateScanner.h -+++ x0rfbserver/XUpdateScanner.h -@@ -75,4 +75,4 @@ +Index: rfb-0.6.1/x0rfbserver/XUpdateScanner.h +=================================================================== +--- rfb-0.6.1.orig/x0rfbserver/XUpdateScanner.h ++++ rfb-0.6.1/x0rfbserver/XUpdateScanner.h +@@ -75,4 +75,4 @@ class XUpdateScanner } // namespace rfb -#endif _hexonet_rfb_XUpdateScanner_h_ +#endif // _hexonet_rfb_XUpdateScanner_h_ ---- xrfbviewer/xrfbviewer.cc -+++ xrfbviewer/xrfbviewer.cc -@@ -780,7 +780,7 @@ +Index: rfb-0.6.1/xrfbviewer/xrfbviewer.cc +=================================================================== +--- rfb-0.6.1.orig/xrfbviewer/xrfbviewer.cc ++++ rfb-0.6.1/xrfbviewer/xrfbviewer.cc +@@ -780,7 +780,7 @@ void Client95::handleServerInitialisatio connection->send( (unsigned char*) &zlib, 1 ); connection->send( (unsigned char*) &level, 1 ); } ++++++ rfb-0.6.1-rpmoptflags.patch ++++++ --- /var/tmp/diff_new_pack.8UQYxW/_old 2021-02-08 11:47:56.753760453 +0100 +++ /var/tmp/diff_new_pack.8UQYxW/_new 2021-02-08 11:47:56.757760459 +0100 @@ -1,7 +1,8 @@ -diff -ru rfb-0.6.1.orig/Makefile rfb-0.6.1/Makefile ---- rfb-0.6.1.orig/Makefile Mon Feb 25 17:45:39 2002 -+++ rfb-0.6.1/Makefile Tue Feb 26 16:12:35 2002 -@@ -49,7 +49,7 @@ +Index: rfb-0.6.1/Makefile +=================================================================== +--- rfb-0.6.1.orig/Makefile ++++ rfb-0.6.1/Makefile +@@ -49,7 +49,7 @@ xplayfbs: librfb.a rfbcat: librfb.a cd rfbcat && $(MAKE) -e $(ENVIRONMENT) $@ @@ -10,10 +11,11 @@ cd xvncconnect && $(MAKE) -e $(ENVIRONMENT) $@ clean: -diff -ru rfb-0.6.1.orig/lib/Makefile rfb-0.6.1/lib/Makefile ---- rfb-0.6.1.orig/lib/Makefile Sun Nov 26 08:39:04 2000 -+++ rfb-0.6.1/lib/Makefile Tue Feb 26 16:14:07 2002 -@@ -23,7 +23,7 @@ +Index: rfb-0.6.1/lib/Makefile +=================================================================== +--- rfb-0.6.1.orig/lib/Makefile ++++ rfb-0.6.1/lib/Makefile +@@ -23,7 +23,7 @@ USE_ZLIB=USE_ZLIB_WARREN ZLIB=-lz CXXFLAGS = -D$(USE_ZLIB) $(XCLASS_INCLUDE_PATH) \ @@ -22,10 +24,11 @@ OBJECTSlibrfb = Connection.o \ Framebuffer.o \ -diff -ru rfb-0.6.1.orig/rfbcat/Makefile rfb-0.6.1/rfbcat/Makefile ---- rfb-0.6.1.orig/rfbcat/Makefile Wed Feb 6 03:24:43 2002 -+++ rfb-0.6.1/rfbcat/Makefile Tue Feb 26 16:14:40 2002 -@@ -22,7 +22,7 @@ +Index: rfb-0.6.1/rfbcat/Makefile +=================================================================== +--- rfb-0.6.1.orig/rfbcat/Makefile ++++ rfb-0.6.1/rfbcat/Makefile +@@ -22,7 +22,7 @@ USE_ZLIB=USE_ZLIB_WARREN ZLIB=-lz CXXFLAGS = -D$(USE_ZLIB)\ @@ -34,10 +37,11 @@ PROGRAM = rfbcat OBJECTS = rfbcat.o FBStreamRecorder.o -diff -ru rfb-0.6.1.orig/x0rfbserver/Makefile rfb-0.6.1/x0rfbserver/Makefile ---- rfb-0.6.1.orig/x0rfbserver/Makefile Sat Nov 25 20:04:14 2000 -+++ rfb-0.6.1/x0rfbserver/Makefile Tue Feb 26 16:15:08 2002 -@@ -22,7 +22,7 @@ +Index: rfb-0.6.1/x0rfbserver/Makefile +=================================================================== +--- rfb-0.6.1.orig/x0rfbserver/Makefile ++++ rfb-0.6.1/x0rfbserver/Makefile +@@ -22,7 +22,7 @@ USE_ZLIB=USE_ZLIB_WARREN ZLIB=-lz CXXFLAGS = -D$(USE_ZLIB) `xc-config --cflags` \ @@ -46,10 +50,11 @@ OBJECTSx0rfbserver = OXServiceApplet.o \ XUpdateScanner.o \ -diff -ru rfb-0.6.1.orig/xrfbviewer/Makefile rfb-0.6.1/xrfbviewer/Makefile ---- rfb-0.6.1.orig/xrfbviewer/Makefile Thu Aug 31 10:46:54 2000 -+++ rfb-0.6.1/xrfbviewer/Makefile Tue Feb 26 16:16:27 2002 -@@ -22,7 +22,7 @@ +Index: rfb-0.6.1/xrfbviewer/Makefile +=================================================================== +--- rfb-0.6.1.orig/xrfbviewer/Makefile ++++ rfb-0.6.1/xrfbviewer/Makefile +@@ -22,7 +22,7 @@ USE_ZLIB=USE_ZLIB_WARREN ZLIB=-lz CXXFLAGS = -D$(USE_ZLIB) `xc-config --cflags` \ @@ -58,10 +63,11 @@ OBJECTSxrfbviewer = ConnectionInfo.o \ FBStreamRecorder.o \ -diff -ru rfb-0.6.1.orig/xvncconnect/Makefile rfb-0.6.1/xvncconnect/Makefile ---- rfb-0.6.1.orig/xvncconnect/Makefile Sun Jan 14 22:23:42 2001 -+++ rfb-0.6.1/xvncconnect/Makefile Tue Feb 26 16:16:46 2002 -@@ -23,7 +23,7 @@ +Index: rfb-0.6.1/xvncconnect/Makefile +=================================================================== +--- rfb-0.6.1.orig/xvncconnect/Makefile ++++ rfb-0.6.1/xvncconnect/Makefile +@@ -23,7 +23,7 @@ PROG = xvncconnect SRCS = xvncconnect.cc CXX = g++ ++++++ rfb-0.6.1-socklen_t.dif ++++++ --- /var/tmp/diff_new_pack.8UQYxW/_old 2021-02-08 11:47:56.765760472 +0100 +++ /var/tmp/diff_new_pack.8UQYxW/_new 2021-02-08 11:47:56.765760472 +0100 @@ -1,6 +1,8 @@ ---- x0rfbserver/x0rfbserver.cc -+++ x0rfbserver/x0rfbserver.cc -@@ -485,7 +485,7 @@ +Index: rfb-0.6.1/x0rfbserver/x0rfbserver.cc +=================================================================== +--- rfb-0.6.1.orig/x0rfbserver/x0rfbserver.cc ++++ rfb-0.6.1/x0rfbserver/x0rfbserver.cc +@@ -485,7 +485,7 @@ int OXServerMainFrame::HandleFileEvent( if ( _fh == fhSocket ) { if ( _mask & XCM_READABLE ) { struct sockaddr addr; @@ -9,9 +11,11 @@ int fdClient = accept(fd, &addr, &laddr); int one = 1; setsockopt(fdClient, IPPROTO_TCP, TCP_NODELAY, (char *)&one, sizeof(one)); ---- xrfbviewer/OXViewerApplet.cc -+++ xrfbviewer/OXViewerApplet.cc -@@ -197,7 +197,7 @@ +Index: rfb-0.6.1/xrfbviewer/OXViewerApplet.cc +=================================================================== +--- rfb-0.6.1.orig/xrfbviewer/OXViewerApplet.cc ++++ rfb-0.6.1/xrfbviewer/OXViewerApplet.cc +@@ -197,7 +197,7 @@ int OXViewerApplet::HandleFileEvent( OFi if ( _fh == fhSocket ) { std::cout << "Connection request" << std::endl; struct sockaddr addr;