Hello community,

here is the log from the commit of package xdotool for openSUSE:Factory checked 
in at 2014-11-10 17:28:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdotool (Old)
 and      /work/SRC/openSUSE:Factory/.xdotool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdotool"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xdotool/xdotool.changes  2013-03-14 
15:36:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xdotool.new/xdotool.changes     2014-11-10 
17:28:34.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Nov  1 15:22:22 UTC 2014 - [email protected]
+
+-  Switch to individual pkgconfig() build requires 
+   instead of using metapackage xorg-x11-devel
+- "as-needed" build works, remove SUSE_ASNEEDED workaround.
+- xdotool-devel requires pkgconfig(x11)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xdotool.spec ++++++
--- /var/tmp/diff_new_pack.i3mgsz/_old  2014-11-10 17:28:36.000000000 +0100
+++ /var/tmp/diff_new_pack.i3mgsz/_new  2014-11-10 17:28:36.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xdotool
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -27,7 +27,9 @@
 Url:            http://www.semicomplete.com/projects/xdotool/
 BuildRequires:  gcc-c++
 BuildRequires:  make
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xtst)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,6 +41,7 @@
 Summary:        Development and Library files
 Group:          Development/Libraries/X11
 Requires:       %{name} = %{version}
+Requires:       pkgconfig(x11)
 
 %description devel
 This tool lets you programatically (or manually) simulate keyboard input and
@@ -53,7 +56,6 @@
 %build
 # Fix file permissions
 chmod 0644 examples/ffsp.sh
-export SUSE_ASNEEDED=0
 export WARNFLAGS="$RPM_OPT_FLAGS"
 %__make %{?_smp_mflags}
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to