Page MenuHomeSolus

D11979.diff
No OneTemporary

D11979.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -24,6 +24,7 @@
libxdo.so.3:xdo_get_symbol_map
libxdo.so.3:xdo_get_viewport_dimensions
libxdo.so.3:xdo_get_window_at_mouse
+libxdo.so.3:xdo_get_window_classname
libxdo.so.3:xdo_get_window_location
libxdo.so.3:xdo_get_window_name
libxdo.so.3:xdo_get_window_property
@@ -41,6 +42,7 @@
libxdo.so.3:xdo_move_window
libxdo.so.3:xdo_new
libxdo.so.3:xdo_new_with_opened_display
+libxdo.so.3:xdo_quit_window
libxdo.so.3:xdo_raise_window
libxdo.so.3:xdo_reparent_window
libxdo.so.3:xdo_search_windows
@@ -68,3 +70,4 @@
libxdo.so.3:xdo_wait_for_window_focus
libxdo.so.3:xdo_wait_for_window_map_state
libxdo.so.3:xdo_wait_for_window_size
+libxdo.so.3:xdo_window_state
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -11,6 +11,7 @@
libX11.so.6:XDefaultRootWindow
libX11.so.6:XDestroyWindow
libX11.so.6:XDisplayKeycodes
+libX11.so.6:XDisplayName
libX11.so.6:XFlush
libX11.so.6:XFree
libX11.so.6:XFreeCursor
@@ -18,9 +19,12 @@
libX11.so.6:XFreeStringList
libX11.so.6:XGetAtomName
libX11.so.6:XGetClassHint
+libX11.so.6:XGetErrorDatabaseText
+libX11.so.6:XGetErrorText
libX11.so.6:XGetInputFocus
libX11.so.6:XGetKeyboardMapping
libX11.so.6:XGetModifierMapping
+libX11.so.6:XGetTextProperty
libX11.so.6:XGetWMHints
libX11.so.6:XGetWMName
libX11.so.6:XGetWMNormalHints
@@ -67,13 +71,15 @@
libXtst.so.6:XTestFakeRelativeMotionEvent
libXtst.so.6:XTestQueryExtension
libc.so.6:__ctype_b_loc
+libc.so.6:__ctype_toupper_loc
libc.so.6:__errno_location
libc.so.6:__fdelt_chk
libc.so.6:__fprintf_chk
libc.so.6:__libc_start_main
libc.so.6:__printf_chk
+libc.so.6:__snprintf_chk
libc.so.6:__stack_chk_fail
-libc.so.6:__strncat_chk
+libc.so.6:__strcpy_chk
libc.so.6:__vfprintf_chk
libc.so.6:calloc
libc.so.6:clock_gettime
@@ -107,6 +113,7 @@
libc.so.6:strcasecmp
libc.so.6:strchr
libc.so.6:strcmp
+libc.so.6:strcpy
libc.so.6:strcspn
libc.so.6:strdup
libc.so.6:strerror
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : xdotool
-version : 3.20160805.1
-release : 3
+version : 3.20210903.1
+release : 4
source :
- - https://github.com/jordansissel/xdotool/archive/v3.20160805.1.tar.gz : ddafca1239075c203769c17a5a184587731e56fbe0438c09d08f8af1704e117a
+ - https://github.com/jordansissel/xdotool/archive/v3.20210903.1.tar.gz : da1fa50853cf1f83765f3bb17cf97bcbb76e763483ca499c1940c3401d45c894
license : BSD-2-Clause
component : system.utils
summary : Fake input from the mouse and keyboard very easily
@@ -15,4 +15,4 @@
build : |
%make PREFIX=/usr
install : |
- %make_install PREFIX=/usr
+ %make_install PREFIX=/usr INSTALLMAN=/usr/share/man
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>xdotool</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Thomas Staudinger</Name>
+ <Email>Staudi.Kaos@gmail.com</Email>
</Packager>
<License>BSD-2-Clause</License>
<PartOf>system.utils</PartOf>
@@ -21,7 +21,7 @@
<Files>
<Path fileType="executable">/usr/bin/xdotool</Path>
<Path fileType="library">/usr/lib/libxdo.so.3</Path>
- <Path fileType="data">/usr/man/man1/xdotool.1</Path>
+ <Path fileType="man">/usr/share/man/man1/xdotool.1</Path>
</Files>
</Package>
<Package>
@@ -31,20 +31,21 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="3">xdotool</Dependency>
+ <Dependency release="4">xdotool</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/xdo.h</Path>
<Path fileType="library">/usr/lib/libxdo.so</Path>
+ <Path fileType="data">/usr/lib/pkgconfig/libxdo.pc</Path>
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2021-06-20</Date>
- <Version>3.20160805.1</Version>
+ <Update release="4">
+ <Date>2021-10-05</Date>
+ <Version>3.20210903.1</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Thomas Staudinger</Name>
+ <Email>Staudi.Kaos@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 10:11 PM (2 h, 49 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5838789
Default Alt Text
D11979.diff (4 KB)

Event Timeline