commit x11vnc for openSUSE:Factory

2020-06-25 Thread root
Hello community,

here is the log from the commit of package x11vnc for openSUSE:Factory checked 
in at 2020-06-25 15:07:43

Comparing /work/SRC/openSUSE:Factory/x11vnc (Old)
 and  /work/SRC/openSUSE:Factory/.x11vnc.new.3060 (New)


Package is "x11vnc"

Thu Jun 25 15:07:43 2020 rev:28 rq:816893 version:0.9.16

Changes:

--- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes2019-03-26 
15:43:46.384195476 +0100
+++ /work/SRC/openSUSE:Factory/.x11vnc.new.3060/x11vnc.changes  2020-06-25 
15:08:51.453634410 +0200
@@ -1,0 +2,5 @@
+Wed Jun 17 13:59:00 UTC 2020 - Martin Pluskal 
+
+- Fix building with gcc10
+
+---



Other differences:
--
++ x11vnc.spec ++
--- /var/tmp/diff_new_pack.ZwttDt/_old  2020-06-25 15:08:52.565637898 +0200
+++ /var/tmp/diff_new_pack.ZwttDt/_new  2020-06-25 15:08:52.569637912 +0200
@@ -102,8 +102,7 @@
 
 %build
 autoreconf -fiv
-
-CFLAGS="%{optflags} -D_REENTRANT -fno-strict-aliasing" \
+CFLAGS="%{optflags} -D_REENTRANT -fno-strict-aliasing -fcommon" \
 %configure \
 --enable-shared \
 --with-gnu-ld \





commit x11vnc for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package x11vnc for openSUSE:Factory checked 
in at 2019-03-26 15:43:03

Comparing /work/SRC/openSUSE:Factory/x11vnc (Old)
 and  /work/SRC/openSUSE:Factory/.x11vnc.new.25356 (New)


Package is "x11vnc"

Tue Mar 26 15:43:03 2019 rev:27 rq:685942 version:0.9.16

Changes:

--- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes2019-01-03 
18:08:47.880024707 +0100
+++ /work/SRC/openSUSE:Factory/.x11vnc.new.25356/x11vnc.changes 2019-03-26 
15:43:46.384195476 +0100
@@ -1,0 +2,54 @@
+Mon Mar 18 08:12:12 UTC 2019 - Tomáš Chvátal 
+
+- Switch to upstream download url
+
+---
+Wed Mar 13 08:30:42 UTC 2019 - Tuukka Pasanen 
+
+- Updated to version 0.9.16 which is now part of libvncserver as in
+  page http://www.karlrunge.com/x11vnc/ there is sentence
+  x11vnc is a contributed program to the LibVNCServer project at 
SourceForge.net or
+  https://github.com/LibVNC/x11vnc
+
+   Changes:
+   * Build fixes.
+   * Misc. documentation fixes.
+   * Misc. buffer overflow and memleak fixes.
+   * Support for OpenSSL 1.1.0.
+   * Fix for Debian bug #672435.
+   * Added support for the X Composite Extension. For subwindow/appshare
+ modes this allows sharing the respective window/app when it
+ is partially or completely off-screen as XComposite renders
+ the window contents to an off-screen buffer. Before, updating
+ of the window contents would stop once it went even partially
+ off-screen.
+   * Added XInput 2 multi-pointer support which allows multiple clients
+ to view and control a single shared screen, all having their
+ own mouse pointers and keyboard foci. For in-depth info, read
+ http://edoc.hu-berlin.de/master/beier-christian-2011-07-19/PDF/beier.pdf,
+ especially section 5.1.
+  
+ Added some support for running under Wayland via the deskshot utility
+ found in the misc/ subdirectory.
+  
+   - miscellaneous new features and changes:
+   * Separated x11vnc sources from LibVNCServer. The project is now
+ hosted at GitHub under https://github.com/LibVNC/x11vnc/.
+  
+  * Deleted patches
+- 0001-Fix-openssl-1.1.x-detection.patch this is upstreamed
+- 0002-Support-openssl-1.1.0.patch this is upstreamed
+- x11vnc-automake-1.13.patch this not needed anymore
+- x11vnc-fix-buffer-overflow-in-record_CW.patch this is upstreamed
+- x11vnc-fix-buffer-overflow-in-snapshot_stack_list.patch this is 
upstreamed
+- x11vnc-lame-libm.diff FFMpeg/Lame has been removed
+- x11vnc-lib64.diff Zlib is correctly found by configure.ac
+
+  * Modified patches
+- 10_usepkgconfig.diff
+- x11vnc-examples.diff
+- x11vnc-thread-auth.diff
+- x11vnc.desktop.generics
+- stack-check
+
+---

Old:

  0001-Fix-openssl-1.1.x-detection.patch
  0002-Support-openssl-1.1.0.patch
  x11vnc-0.9.13.tar.gz
  x11vnc-automake-1.13.patch
  x11vnc-fix-buffer-overflow-in-record_CW.patch
  x11vnc-fix-buffer-overflow-in-snapshot_stack_list.patch
  x11vnc-lame-libm.diff
  x11vnc-lib64.diff

New:

  0.9.16.tar.gz



Other differences:
--
++ x11vnc.spec ++
--- /var/tmp/diff_new_pack.2KFmgC/_old  2019-03-26 15:43:47.168194557 +0100
+++ /var/tmp/diff_new_pack.2KFmgC/_new  2019-03-26 15:43:47.172194552 +0100
@@ -2,7 +2,7 @@
 #
 # spec file for package x11vnc
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,34 +13,27 @@
 # 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/
 #
 
 
 Name:   x11vnc
-Version:0.9.13
+Version:0.9.16
 Release:0
 Summary:VNC Server for Real X Displays
 License:GPL-2.0-or-later
 Group:  System/X11/Utilities
-URL:http://www.karlrunge.com/x11vnc
-Source: 
http://downloads.sourceforge.net/libvncserver/%{name}/%{version}/%{name}-%{version}.tar.gz
+URL:https://github.com/LibVNC/x11vnc
+Source: https://github.com/LibVNC/x11vnc/archive/%{version}.tar.gz
 Source1:%{name}-tkx11vnc.desktop
 Source2:x11vnc_ssh
 Source3:x11vnc.png
 Source99:   %{name}-rpmlintrc
-Patch1: %{name}-lib64.diff
-Patch2: %{name}-lame-libm.diff
-Patch3: stack-check
-Patch5: 

commit x11vnc for openSUSE:Factory

2019-01-03 Thread root
Hello community,

here is the log from the commit of package x11vnc for openSUSE:Factory checked 
in at 2019-01-03 18:08:47

Comparing /work/SRC/openSUSE:Factory/x11vnc (Old)
 and  /work/SRC/openSUSE:Factory/.x11vnc.new.28833 (New)


Package is "x11vnc"

Thu Jan  3 18:08:47 2019 rev:26 rq:662449 version:0.9.13

Changes:

--- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes2018-06-08 
23:14:27.982229078 +0200
+++ /work/SRC/openSUSE:Factory/.x11vnc.new.28833/x11vnc.changes 2019-01-03 
18:08:47.880024707 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 10:47:13 UTC 2019 - Dirk Stoecker 
+
+- Fix x11vnc_ssh tool typos
+
+---



Other differences:
--

++ x11vnc_ssh ++
--- /var/tmp/diff_new_pack.T187vX/_old  2019-01-03 18:08:48.532024128 +0100
+++ /var/tmp/diff_new_pack.T187vX/_new  2019-01-03 18:08:48.532024128 +0100
@@ -35,7 +35,7 @@
 
 port_is_free ()
 {
-   while read state proto rq sq local remote; do
+   while read state rq sq local remote; do
if [ ${local##*:} = $1 ]; then return 1; fi
done < <(LANG=POSIX /usr/sbin/ss -tan)
return 0
@@ -55,9 +55,9 @@
 ssh $host "
 port_is_free ()
 {
-while read state proto rq sq local remote; do
+while read state rq sq local remote; do
 if [ \${local##*:} = \$1 ]; then return 1; fi
-done < <(LANG=POSIX /sur/sbin/ss -tan)
+done < <(LANG=POSIX /usr/sbin/ss -tan)
 return 0
 }
 




commit x11vnc for openSUSE:Factory

2018-06-08 Thread root
Hello community,

here is the log from the commit of package x11vnc for openSUSE:Factory checked 
in at 2018-06-08 23:14:25

Comparing /work/SRC/openSUSE:Factory/x11vnc (Old)
 and  /work/SRC/openSUSE:Factory/.x11vnc.new (New)


Package is "x11vnc"

Fri Jun  8 23:14:25 2018 rev:25 rq:614227 version:0.9.13

Changes:

--- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes2016-07-12 
23:51:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.x11vnc.new/x11vnc.changes   2018-06-08 
23:14:27.982229078 +0200
@@ -1,0 +2,21 @@
+Tue Jun  5 10:58:18 UTC 2018 - tchva...@suse.com
+
+- Properly state mp3lame as dependency and configure detects it
+  but still nothing links up to the x11vnc later on
+- Add patch to fix openssl detection on current TW:
+  * 0001-Fix-openssl-1.1.x-detection.patch
+  * 0002-Support-openssl-1.1.0.patch
+  * 10_usepkgconfig.diff
+
+---
+Mon Jun  4 08:29:24 UTC 2018 - tchva...@suse.com
+
+- Use upstream tarball
+- Require iproute2 for the ss command calls
+
+---
+Sun May 30 18:13:07 UTC 2018 - opens...@dstoecker.de
+
+- In x11vnc_ssh replace deprecated netstat tool by /usr/sbin/ss
+
+---

Old:

  x11vnc-0.9.13.tar.bz2

New:

  0001-Fix-openssl-1.1.x-detection.patch
  0002-Support-openssl-1.1.0.patch
  10_usepkgconfig.diff
  x11vnc-0.9.13.tar.gz



Other differences:
--
++ x11vnc.spec ++
--- /var/tmp/diff_new_pack.x3Bzir/_old  2018-06-08 23:14:29.022191520 +0200
+++ /var/tmp/diff_new_pack.x3Bzir/_new  2018-06-08 23:14:29.026191376 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package x11vnc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,10 +21,10 @@
 Version:0.9.13
 Release:0
 Summary:VNC Server for Real X Displays
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/X11/Utilities
-# http://prdownloads.sourceforge.net/libvncserver/x11vnc-%{version}.tar.gz
-Source: x11vnc-%{version}.tar.bz2
+URL:http://www.karlrunge.com/x11vnc
+Source: 
http://downloads.sourceforge.net/libvncserver/%{name}/%{version}/%{name}-%{version}.tar.gz
 Source1:%{name}-tkx11vnc.desktop
 Source2:x11vnc_ssh
 Source3:x11vnc.png
@@ -38,8 +38,9 @@
 Patch8: x11vnc-automake-1.13.patch
 Patch9: x11vnc-fix-buffer-overflow-in-snapshot_stack_list.patch
 Patch10:x11vnc-fix-buffer-overflow-in-record_CW.patch
-Url:http://www.karlrunge.com/x11vnc
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch11:0001-Fix-openssl-1.1.x-detection.patch
+Patch12:0002-Support-openssl-1.1.0.patch
+Patch13:10_usepkgconfig.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc
@@ -47,10 +48,11 @@
 BuildRequires:  libtool
 BuildRequires:  make
 BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
+BuildRequires:  libmp3lame-devel
 BuildRequires:  zlib-devel
-BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(avahi-client) >= 0.6.4
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xdamage)
@@ -59,6 +61,7 @@
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xtst)
+Requires:   iproute2
 
 %description
 x11vnc allows one to remotely view and interact with real X displays (i.e. a
@@ -82,7 +85,8 @@
 Summary:Simple GUI Frontend to x11vnc
 Group:  System/X11/Utilities
 Requires:   %{name} = %{version}-%{release}
-Requires:   tcl tk
+Requires:   tcl
+Requires:   tk
 
 %description frontend
 x11vnc allows one to remotely view and interact with real X displays (i.e. a
@@ -101,12 +105,15 @@
 %patch3
 # workaround for Factory, as maintaining that patch with fuzz==0 is
 # too annoying (it patches files that are modified by other patches):
-%__patch -p0 -i "%{PATCH5}"
+patch -p0 -i "%{PATCH5}"
 %patch6
 %patch7
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
 mv x11vnc/misc x11vnc/examples
 
 %build
@@ -116,52 +123,45 @@
 %configure \
 --enable-shared \
 --with-gnu-ld \
-%if 0%{?_with_ffmpeg:1}
 --with-ffmpeg \
-%else
---without-ffmpeg \
-%endif
 --with-x \
 --with-24bpp \
---with-filetransfer \
+--without-tightvnc-filetransfer \
+--with-ssl="%{_usr}" \
 

commit x11vnc for openSUSE:Factory

2016-07-12 Thread h_root
Hello community,

here is the log from the commit of package x11vnc for openSUSE:Factory checked 
in at 2016-07-12 23:51:55

Comparing /work/SRC/openSUSE:Factory/x11vnc (Old)
 and  /work/SRC/openSUSE:Factory/.x11vnc.new (New)


Package is "x11vnc"

Changes:

--- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes2016-02-17 
12:26:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.x11vnc.new/x11vnc.changes   2016-07-12 
23:51:59.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul  4 14:17:12 UTC 2016 - m...@suse.com
+
+- x11vnc-fix-buffer-overflow-in-snapshot_stack_list.patch,
+  x11vnc-fix-buffer-overflow-in-record_CW.patch
+  * Fix two buffer overflows. (bnc#987182)
+
+---

New:

  x11vnc-fix-buffer-overflow-in-record_CW.patch
  x11vnc-fix-buffer-overflow-in-snapshot_stack_list.patch



Other differences:
--
++ x11vnc.spec ++
--- /var/tmp/diff_new_pack.EnULYA/_old  2016-07-12 23:52:00.0 +0200
+++ /var/tmp/diff_new_pack.EnULYA/_new  2016-07-12 23:52:00.0 +0200
@@ -36,6 +36,8 @@
 Patch6: x11vnc-examples.diff
 Patch7: x11vnc.desktop.generics
 Patch8: x11vnc-automake-1.13.patch
+Patch9: x11vnc-fix-buffer-overflow-in-snapshot_stack_list.patch
+Patch10:x11vnc-fix-buffer-overflow-in-record_CW.patch
 Url:http://www.karlrunge.com/x11vnc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
@@ -103,6 +105,8 @@
 %patch6
 %patch7
 %patch8 -p1
+%patch9 -p1
+%patch10 -p1
 mv x11vnc/misc x11vnc/examples
 
 %build

++ x11vnc-fix-buffer-overflow-in-record_CW.patch ++
>From 06bbe167108faa7b13f61b75191d39fc200bcfa7 Mon Sep 17 00:00:00 2001
From: Michal Srb 
Date: Wed, 6 Jul 2016 14:40:19 +0300
Subject: [PATCH] Fix buffer overflow in record_CW.

The loop is supposed to read up to four 4-byte values that follow the request,
but instead it was reading the whole length of the request (header + payload)
from the data following the request.

diff --git a/src/xrecord.c b/src/xrecord.c
index a657ce8..4bc119c 100644
--- a/x11vnc/xrecord.c
+++ b/x11vnc/xrecord.c
@@ -961,7 +961,7 @@ if (db > 1) fprintf(stderr, "record_CW-%d\n", k++);
data = (char *)req;
data += sz_xConfigureWindowReq;
 
-   for (i=0; ilength; i++) {
+   for (i = 0; i < req->length - sz_xConfigureWindowReq / 4 && i < 4; i++) 
{
unsigned int v;
/*
 * We use unsigned int for the values.  There were
++ x11vnc-fix-buffer-overflow-in-snapshot_stack_list.patch ++
>From c79be20b5a150ae4888a5e4a21145646360b1cdd Mon Sep 17 00:00:00 2001
From: Michal Srb 
Date: Mon, 4 Jul 2016 16:45:01 +0300
Subject: [PATCH] Fix buffer overflow in snapshot_stack_list.


diff --git a/src/win_utils.c b/src/win_utils.c
index 45f70d4..2b9803f 100644
--- a/x11vnc/win_utils.c
+++ b/x11vnc/win_utils.c
@@ -248,8 +248,8 @@ void snapshot_stack_list(int free_only, double allowed_age) 
{
}
 
last_snap = now;
-   if (num > stack_list_len + blackouts) {
-   int n = 2*num;
+   if (num + blackouts > stack_list_len) {
+   int n = 2 * (num + blackouts);
free(stack_list);
stack_list = (winattr_t *) malloc(n*sizeof(winattr_t));
stack_list_len = n;




commit x11vnc for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package x11vnc for openSUSE:Factory checked 
in at 2016-02-17 10:26:26

Comparing /work/SRC/openSUSE:Factory/x11vnc (Old)
 and  /work/SRC/openSUSE:Factory/.x11vnc.new (New)


Package is "x11vnc"

Changes:

--- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes2015-05-26 
12:35:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.x11vnc.new/x11vnc.changes   2016-02-17 
12:26:16.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 16 20:15:07 UTC 2016 - opens...@dstoecker.de
+
+- again set proper options for vncclient, autodetect client type
+
+---



Other differences:
--

++ x11vnc_ssh ++
--- /var/tmp/diff_new_pack.Oa8DGL/_old  2016-02-17 12:26:17.0 +0100
+++ /var/tmp/diff_new_pack.Oa8DGL/_new  2016-02-17 12:26:17.0 +0100
@@ -18,7 +18,18 @@
 
 # You can add -threads here if it works stable enough for you
 cmd="x11vnc -display :$disp -localhost -allinput -rfbauth ~/.vnc/passwd $2"
-enc="copyrect tight zlib corre rre raw"
+
+# Set options for a performant connection:
+# detect tightvnc, tigervnc and allows VNCOPTS variable for user input
+if [ -n "$VNCOPTS" ]; then
+  opts=$VNCOPTS
+else
+  if [ -n "$(vncviewer -h 2>&1|grep tigervnc)" ]; then
+opts="-compresslevel=6 -qualitylevel=6 -autoselect=1"
+  elif [ -n "$(vncviewer -h 2>&1|grep tightvnc)" ]; then
+opts="-quality 8 -compresslevel 6 -encodings \"copyrect tight zlib corre 
rre raw\""
+  fi
+fi
 
 port=4
 
@@ -71,7 +82,7 @@
 for i in 1 2 3
 do
sleep 2
-   echo "vncviewer :$port $3"
-   if vncviewer :$port $3; then break; fi
+   echo "vncviewer $opts :$port $3"
+   if vncviewer $opts :$port $3; then break; fi
 done
 




commit x11vnc for openSUSE:Factory

2015-05-26 Thread h_root
Hello community,

here is the log from the commit of package x11vnc for openSUSE:Factory checked 
in at 2015-05-26 12:35:19

Comparing /work/SRC/openSUSE:Factory/x11vnc (Old)
 and  /work/SRC/openSUSE:Factory/.x11vnc.new (New)


Package is x11vnc

Changes:

--- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes2014-10-14 
07:13:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.x11vnc.new/x11vnc.changes   2015-05-26 
12:35:20.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  7 13:33:46 UTC 2015 - sndir...@suse.com
+
+- x11vnc_ssh: adjusted vncviewer parameters to tigervnc's 
+  viewer or any other VNC viewer (bnc#926148)
+
+---



Other differences:
--

++ x11vnc_ssh ++
--- /var/tmp/diff_new_pack.l1gyJf/_old  2015-05-26 12:35:21.0 +0200
+++ /var/tmp/diff_new_pack.l1gyJf/_new  2015-05-26 12:35:21.0 +0200
@@ -71,7 +71,7 @@
 for i in 1 2 3
 do
sleep 2
-   echo vncviewer -quality 8 -compresslevel 6 -encodings $enc :$port $3
-   if vncviewer -quality 8 -compresslevel 6 -encodings $enc :$port $3; 
then break; fi
+   echo vncviewer :$port $3
+   if vncviewer :$port $3; then break; fi
 done
 




commit x11vnc for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package x11vnc for openSUSE:Factory checked 
in at 2014-10-14 07:12:28

Comparing /work/SRC/openSUSE:Factory/x11vnc (Old)
 and  /work/SRC/openSUSE:Factory/.x11vnc.new (New)


Package is x11vnc

Changes:

--- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes2013-03-19 
12:43:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.x11vnc.new/x11vnc.changes   2014-10-14 
07:13:21.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  1 23:57:14 UTC 2014 - crrodrig...@opensuse.org
+
+- Cleanup/reduce buildRequires by not pulling metapackage 
+  xorg-x11-devel
+
+---



Other differences:
--
++ x11vnc.spec ++
--- /var/tmp/diff_new_pack.lOnUl4/_old  2014-10-14 07:13:22.0 +0200
+++ /var/tmp/diff_new_pack.lOnUl4/_new  2014-10-14 07:13:22.0 +0200
@@ -40,8 +40,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  avahi-devel = 0.6.5
-BuildRequires:  dbus-1-devel
 BuildRequires:  gcc
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
@@ -49,8 +47,16 @@
 BuildRequires:  openssl-devel
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(avahi-client) = 0.6.4
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xdamage)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xfixes)
+BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xrandr)
+BuildRequires:  pkgconfig(xtst)
 
 %description
 x11vnc allows one to remotely view and interact with real X displays (i.e. a


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit x11vnc for openSUSE:Factory

2013-03-19 Thread h_root
Hello community,

here is the log from the commit of package x11vnc for openSUSE:Factory checked 
in at 2013-03-19 12:43:37

Comparing /work/SRC/openSUSE:Factory/x11vnc (Old)
 and  /work/SRC/openSUSE:Factory/.x11vnc.new (New)


Package is x11vnc, Maintainer is garl...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes2012-06-14 
21:12:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.x11vnc.new/x11vnc.changes   2013-03-19 
12:43:38.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 13 13:31:35 CET 2013 - pgaj...@suse.cz
+
+- builds with automake 1.13
+  * automake-1.13.patch
+
+---

New:

  x11vnc-automake-1.13.patch



Other differences:
--
++ x11vnc.spec ++
--- /var/tmp/diff_new_pack.9QdreL/_old  2013-03-19 12:43:39.0 +0100
+++ /var/tmp/diff_new_pack.9QdreL/_new  2013-03-19 12:43:39.0 +0100
@@ -35,6 +35,7 @@
 Patch5: x11vnc-thread-auth.diff
 Patch6: x11vnc-examples.diff
 Patch7: x11vnc.desktop.generics
+Patch8: x11vnc-automake-1.13.patch
 Url:http://www.karlrunge.com/x11vnc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
@@ -95,6 +96,7 @@
 %__patch -p0 -i %{PATCH5}
 %patch6
 %patch7
+%patch8 -p1
 mv x11vnc/misc x11vnc/examples
 
 %build

++ x11vnc-automake-1.13.patch ++
Index: x11vnc-0.9.13/configure.ac
===
--- x11vnc-0.9.13.orig/configure.ac
+++ x11vnc-0.9.13/configure.ac
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT(x11vnc, 0.9.13, http://sourceforge.net/projects/libvncserver)
 AM_INIT_AUTOMAKE(x11vnc, 0.9.13)
-AM_CONFIG_HEADER(rfbconfig.h)
+AC_CONFIG_HEADERS(rfbconfig.h)
 AX_PREFIX_CONFIG_H([rfb/rfbconfig.h])
 
 # Checks for programs.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org