Hello community, here is the log from the commit of package freenx-client for openSUSE:Factory checked in at 2012-03-23 12:05:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freenx-client (Old) and /work/SRC/openSUSE:Factory/.freenx-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freenx-client", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/freenx-client/libnxcl.changes 2011-09-23 01:58:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.freenx-client.new/libnxcl.changes 2012-03-23 12:05:28.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Mar 15 21:57:30 UTC 2012 - [email protected] + +- Add libnxcl-gcc47.patch: Fix build with gcc 4.7. + +------------------------------------------------------------------- New: ---- libnxcl-gcc47.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freenx-client.spec ++++++ --- /var/tmp/diff_new_pack.e9bboA/_old 2012-03-23 12:05:29.000000000 +0100 +++ /var/tmp/diff_new_pack.e9bboA/_new 2012-03-23 12:05:29.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package freenx-client # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,17 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: freenx-client -BuildRequires: doxygen libnxcl-devel libqt4-devel +BuildRequires: doxygen +BuildRequires: libnxcl-devel +BuildRequires: libqt4-devel BuildRequires: libtool +Summary: a Free NoMachine (NX) client License: GPL-2.0+ Group: System/X11/Utilities -Summary: a Free NoMachine (NX) client Version: 0.9 -Release: 64 +Release: 0 Url: http://www.krename.net BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: freenx-client-%{version}.tar.bz2 ++++++ libnxcl.spec ++++++ --- /var/tmp/diff_new_pack.e9bboA/_old 2012-03-23 12:05:29.000000000 +0100 +++ /var/tmp/diff_new_pack.e9bboA/_new 2012-03-23 12:05:29.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libnxcl # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,17 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: libnxcl -BuildRequires: doxygen libqt4-devel +BuildRequires: doxygen +BuildRequires: libqt4-devel BuildRequires: libtool +Summary: A Library for building NoMachine (NX) clients License: GPL-2.0+ Group: Development/Libraries/C and C++ -Summary: A Library for building NoMachine (NX) clients Version: 0.9 -Release: 67 +Release: 0 Url: http://www.krename.net BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: freenx-client-%{version}.tar.bz2 @@ -34,6 +33,7 @@ Patch1: nxcl-docdir.diff Patch2: obsoletes-nxssh.diff Patch3: automake-version.diff +Patch4: libnxcl-gcc47.patch %description Based on nxclientlib by George Wright, but with all dependencies on Qt @@ -46,7 +46,6 @@ Seb James <[email protected]> %package -n libnxcl1 -License: GPL-2.0+ Summary: A Library for building NoMachine (NX) clients Group: Development/Libraries/C and C++ @@ -61,7 +60,6 @@ Seb James <[email protected]> %package -n libnxcl-devel -License: GPL-2.0+ Summary: A Library for building NoMachine (NX) clients Group: Development/Libraries/C and C++ Requires: libnxcl1 = %version @@ -82,6 +80,7 @@ %patch1 %patch2 %patch3 +%patch4 -p1 cp %{SOURCE1} . %build ++++++ libnxcl-gcc47.patch ++++++ Index: freenx-client-0.9/nxcl/lib/notQt.h =================================================================== --- freenx-client-0.9.orig/nxcl/lib/notQt.h +++ freenx-client-0.9/nxcl/lib/notQt.h @@ -32,6 +32,7 @@ #include <vector> #include <string> #include <fstream> +#include <unistd.h> extern "C" { #include <sys/poll.h> } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
