Hello community,

here is the log from the commit of package xdotool for openSUSE:Factory checked 
in at 2013-03-14 15:02:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdotool (Old)
 and      /work/SRC/openSUSE:Factory/.xdotool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdotool", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/xdotool/xdotool.changes  2012-02-15 
16:01:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xdotool.new/xdotool.changes     2013-03-14 
15:03:46.000000000 +0100
@@ -1,0 +2,40 @@
+Fri Mar  8 17:30:47 GMT 2013 - [email protected]
+
+- update to github master @ e0a3e8fb
+  + don't try to access xdo until after we verify it's not null. (#18, 
reported by zarelit)
+  + mark swedish and danish symbol typing as known-broken, allow skipping them 
by setting $SKIP_KNOWN_BROKEN_TESTS
+  + provide a way to override which specific test combinations are run
+  + create a way to build xdotool without setting rpath (see e.g. 
https://wiki.debian.org/RpathIssue)
+  + include the CPPFLAGS variable for C preprocessor flags
+  + Avoid unnecessary double linking
+  + bump major version due to API overhaul (including function name 
normalization)
+  + constify display argument in xdo_new() since it will not be modified.
+  + allow xdo_free(NULL) without segfaults
+
+-------------------------------------------------------------------
+Fri Oct 26 14:18:59 BST 2012 - [email protected]
+
+- add disabled source service and update to github master @ 118979c5
+  + Don't translate a window's location if its parent is the root.
+  + Fixed merge conflict
+  + Fixed an error in xdo_get_window_property
+  + Merge miss
+  + Unified naming convention for all functions of the API
+  + Changed the behaviour of xdo_get_window_property
+  + Remove xdo_version.h when cleaning
+  + Removed all signed/unsigned conflicts
+  + Changed XKeycodeToKeysym to XkbKeycodeToKeysym to get rid of compilation 
warnings
+  + Changed name on xdo_getwinprop() to xdo_window_get_property()
+  + Fixed some minor compilation warnings
+  + Replaced xdo_get_active_modifiers with xdo_active_keys_to_keycode_list
+  + Fix another C++ reserved word issue. Reported in 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663007
+  + add '--file' argument for the type command
+  + don't emit 'findclient' messages
+  + Hack linker rpath to solve problem of /usr/local/lib (or elsewhere) not 
being in the run-time linker path (see ldd, etc).
+  + abort if we're using a shell that probably won't work
+  + fix librt linking on GNU Hurd
+  + drop isatty for good (not sure why it was still here). This fixes the 
'test_script' test when stdin is /dev/null. Patch by Daniel Kahn Gillmor.
+  + add kfreebsd patch from Daniel Kahn Gillmor
+  + add todos
+
+-------------------------------------------------------------------

Old:
----
  xdotool-2.20110530.1.tar.gz

New:
----
  _service
  xdotool-2.2012+git.20130201.65cb0b1.tar.bz2

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

Other differences:
------------------
++++++ xdotool.spec ++++++
--- /var/tmp/diff_new_pack.zXia9L/_old  2013-03-14 15:03:56.000000000 +0100
+++ /var/tmp/diff_new_pack.zXia9L/_new  2013-03-14 15:03:56.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xdotool
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,14 +17,16 @@
 
 
 Name:           xdotool
-Version:        2.20110530.1
+Version:        2.2012+git.20130201.65cb0b1
 Release:        0
 Summary:        Fake keyboard/mouse input
 License:        BSD-3-Clause
 Group:          System/X11/Utilities
-Source:         
http://semicomplete.googlecode.com/files/xdotool-%{version}.tar.gz
+#Source:         
http://semicomplete.googlecode.com/files/xdotool-%{version}.tar.gz
+Source:         xdotool-%{version}.tar.bz2
 Url:            http://www.semicomplete.com/projects/xdotool/
 BuildRequires:  gcc-c++
+BuildRequires:  make
 BuildRequires:  xorg-x11-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">git://github.com/jordansissel/xdotool.git</param>
    <param name="scm">git</param>

    <param name="exclude">.git</param>
    <param name="exclude">.gitreview</param>

    <param name="filename">xdotool</param>

    <!-- Format string which gets passed to git log via the pretty option -->
    <param name="versionformat">2.2012+git.%cd.%h</param>

    <param name="revision">master</param>
  </service>

  <!-- The recompress source service compresses the newest tarball generated by 
tar_scm. -->
  <service name="recompress" mode="disabled">
    <param name="file">xdotool-2*git*.tar</param>
    <param name="compression">bz2</param>
  </service>

  <!-- The set_version source service rewrites the Version: header in the .spec 
file. -->
  <service name="set_version" mode="disabled">
    <!--
       Omit version parameter and specify basename in order to
       autodetect version from tarball generated by tar_scm service.
       Unfortunately this requires the '-git' suffix because of a
       limitation in set-version, in order to distinguish between
       tarballs of git snapshots and release tarballs.
      -->
    <param name="basename">xdotool</param>
  </service>

</services>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to