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 "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes    2012-06-14 
21:12:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.x11vnc.new/x11vnc.changes       2013-03-19 
12:43:38.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar 13 13:31:35 CET 2013 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.9QdreL/_new  2013-03-19 12:43:39.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to