Commit Graph

  • 8cadb2baf5 Package cleanup slfo-main Stefan Dirsch 2026-02-01 14:32:51 +01:00
  • 8811cebe59 Accepting request 1248447 from X11:XOrg factory Dominique Leuenberger 2025-02-26 16:13:38 +00:00
  • b181d30a4e Accepting request 1248086 from home:jengelh:branches:X11:XOrg Stefan Dirsch 2025-02-25 17:53:35 +00:00
  • 50627150c8 Accepting request 1168557 from X11:XOrg slfo-1.2 Ana Guerrero 2024-04-18 20:07:56 +00:00
  • 85be7a8c0f Accepting request 1168557 from X11:XOrg Ana Guerrero 2024-04-18 20:07:56 +00:00
  • 5396fee1a4 - Update to 1.17.0 * tests: fix -Werror=discarded-qualifiers errors in check_public.c * xcb_popcount: Use __builtin_popcount if compiler supports it * Add xcb-dri3 dependency to xcb-present.pc.in * configure.ac: Require xcb-proto >= 1.17.0 * Always write C code in UTF-8 Stefan Dirsch 2024-04-17 13:12:01 +00:00
  • 3805659d26 - Update to 1.17.0 * tests: fix -Werror=discarded-qualifiers errors in check_public.c * xcb_popcount: Use __builtin_popcount if compiler supports it * Add xcb-dri3 dependency to xcb-present.pc.in * configure.ac: Require xcb-proto >= 1.17.0 * Always write C code in UTF-8 Stefan Dirsch 2024-04-17 13:12:01 +00:00
  • 6fcfbf37e5 Accepting request 1159559 from X11:XOrg Dominique Leuenberger 2024-03-20 20:09:58 +00:00
  • da7209592a Accepting request 1159559 from X11:XOrg Dominique Leuenberger 2024-03-20 20:09:58 +00:00
  • 18596ddc2d - bug-262309_xcb-xauthlocalhostname.diff, n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch * fixed build against GCC 14 (boo#1221703) Stefan Dirsch 2024-03-19 13:36:37 +00:00
  • 7fa13d02a0 - bug-262309_xcb-xauthlocalhostname.diff, n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch * fixed build against GCC 14 (boo#1221703) Stefan Dirsch 2024-03-19 13:36:37 +00:00
  • 466bef288a Accepting request 1155614 from X11:XOrg Dominique Leuenberger 2024-03-07 17:27:51 +00:00
  • 8d4fc7b194 Accepting request 1155614 from X11:XOrg Dominique Leuenberger 2024-03-07 17:27:51 +00:00
  • 3c969a975c Accepting request 1155610 from home:favogt:branches:X11:XOrg Stefan Dirsch 2024-03-06 15:33:55 +00:00
  • b84ec00e1a Accepting request 1155610 from home:favogt:branches:X11:XOrg Stefan Dirsch 2024-03-06 15:33:55 +00:00
  • 698fb179a3 Accepting request 1154344 from X11:XOrg Dominique Leuenberger 2024-03-03 19:18:27 +00:00
  • e22ba3140f Accepting request 1154344 from X11:XOrg Dominique Leuenberger 2024-03-03 19:18:27 +00:00
  • b6165bf1ad - Update to version 1.16.1 * This release fixes build issues for Windows & NetBSD platforms * For those building for 32-bit platforms, it also enables use of the "large file" APIs - though xcb mainly uses stat() calls on sockets, not normal files. Stefan Dirsch 2024-03-03 03:13:00 +00:00
  • 413dfc6034 - Update to version 1.16.1 * This release fixes build issues for Windows & NetBSD platforms * For those building for 32-bit platforms, it also enables use of the "large file" APIs - though xcb mainly uses stat() calls on sockets, not normal files. Stefan Dirsch 2024-03-03 03:13:00 +00:00
  • 75d4adb75a Accepting request 1153863 from home:pgajdos:l Stefan Dirsch 2024-03-02 19:06:38 +00:00
  • a19f274bfe Accepting request 1153863 from home:pgajdos:l Stefan Dirsch 2024-03-02 19:06:38 +00:00
  • 4ddd86199b Accepting request 1144288 from X11:XOrg Ana Guerrero 2024-02-06 15:32:58 +00:00
  • 3615ee7356 Accepting request 1144288 from X11:XOrg Ana Guerrero 2024-02-06 15:32:58 +00:00
  • e21bee115d - devel package: added missing Requires to libxcb-dbe0 (boo#1219572) Stefan Dirsch 2024-02-05 14:23:35 +00:00
  • 48c565e716 - devel package: added missing Requires to libxcb-dbe0 (boo#1219572) Stefan Dirsch 2024-02-05 14:23:35 +00:00
  • 719bf2aea7 Accepting request 1106070 from X11:XOrg Ana Guerrero 2023-08-30 08:19:09 +00:00
  • 43e17c129f Accepting request 1106070 from X11:XOrg Ana Guerrero 2023-08-30 08:19:09 +00:00
  • a844b35e50 - Update to version 1.16 * gitlab CI: add a basic build test * configure.ac: drop dependency pthread-stubs on Solaris * configure.ac: Remove obsolete AC_HEADER_STDC * Raise minimum required version of Python from 2.6 to 3.0 * Fix windows build. * Fix indentation. * Fix a compiler warning * Fix handling of documented enum parameters * Allow full paths to sockets on non-macOS * DISPLAY starting with / or unix: is always a socket path * Add tests for unix socket parsing * autogen.sh: use quoted string variables * c_client: Fix crash in xcb_randr_set_monitor * configure.ac: drop pthread-stubs dependency on DragonFly and FreeBSD * xcb_conn: Add a check for NULL to silence a UBSan runtime error * configure.ac: Require xcb-proto >= 1.16.0 * Fix xcb_connect() call with a custom xcb_auth_info_t * autogen: add default patch prefix * Build DOUBLE-BUFFER extension. * Require xcb-proto >= 1.15.1, which has Dbe * configure.ac: drop dependency pthread-stubs on macOS * autogen.sh: use exec instead of waiting for configure to finish * Improve tutorial example - adjusted bug-262309_xcb-xauthlocalhostname.diff, n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch - added libxcb-dbe0 subpackage for libxcb-dbe.so.0* Stefan Dirsch 2023-08-26 15:33:46 +00:00
  • b78eed7f44 - Update to version 1.16 * gitlab CI: add a basic build test * configure.ac: drop dependency pthread-stubs on Solaris * configure.ac: Remove obsolete AC_HEADER_STDC * Raise minimum required version of Python from 2.6 to 3.0 * Fix windows build. * Fix indentation. * Fix a compiler warning * Fix handling of documented enum parameters * Allow full paths to sockets on non-macOS * DISPLAY starting with / or unix: is always a socket path * Add tests for unix socket parsing * autogen.sh: use quoted string variables * c_client: Fix crash in xcb_randr_set_monitor * configure.ac: drop pthread-stubs dependency on DragonFly and FreeBSD * xcb_conn: Add a check for NULL to silence a UBSan runtime error * configure.ac: Require xcb-proto >= 1.16.0 * Fix xcb_connect() call with a custom xcb_auth_info_t * autogen: add default patch prefix * Build DOUBLE-BUFFER extension. * Require xcb-proto >= 1.15.1, which has Dbe * configure.ac: drop dependency pthread-stubs on macOS * autogen.sh: use exec instead of waiting for configure to finish * Improve tutorial example - adjusted bug-262309_xcb-xauthlocalhostname.diff, n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch - added libxcb-dbe0 subpackage for libxcb-dbe.so.0* Stefan Dirsch 2023-08-26 15:33:46 +00:00
  • b3aac5e240 Accepting request 1056273 from X11:XOrg Dominique Leuenberger 2023-01-07 16:15:59 +00:00
  • 958a73cccc Accepting request 1056273 from X11:XOrg Dominique Leuenberger 2023-01-07 16:15:59 +00:00
  • 6fa74f6353 Accepting request 1056267 from home:dirkmueller:Factory Stefan Dirsch 2023-01-05 20:38:01 +00:00
  • 58483be523 Accepting request 1056267 from home:dirkmueller:Factory Stefan Dirsch 2023-01-05 20:38:01 +00:00
  • db5b9ddc9c Accepting request 975000 from X11:XOrg Dominique Leuenberger 2022-05-06 16:59:01 +00:00
  • 9d0dbf83ef Accepting request 975000 from X11:XOrg Dominique Leuenberger 2022-05-06 16:59:01 +00:00
  • 8063632d98 fixed typo in changelog Stefan Dirsch 2022-05-04 20:14:46 +00:00
  • 4b7185fabc fixed typo in changelog Stefan Dirsch 2022-05-04 20:14:46 +00:00
  • d90e8d3ff5 - buildrequire xcb-proto <= 1.15 Stefan Dirsch 2022-05-04 15:24:16 +00:00
  • 1cdf55d054 - buildrequire xcb-proto <= 1.15 Stefan Dirsch 2022-05-04 15:24:16 +00:00
  • 6eabc6b187 - Update to version 1.15 * xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr() * Fix integer overflows in xcb_in.c * Use the 'present' field to properly check that the XC-MISC * Fix a memory leak * Increment libtool version info for libxcb-dri3 * Add newline when printing auth/connection failure string to stderr * Fix build on Windows * Fix writev emulation on Windows * c_client.py: Extract get_expr_field_names() * c_client.py: Use get_expr_field_names directly to resolve list fields * c_client: Extract _c_get_field_mapping_for_expr() * c_client.py: Implement handling of <length> element * tests: don't use deprecated fail_unless check API * gitignore: add files generated by make check * Avoid request counter truncation in replies map after 2**32 requests * Fix hang in xcb_request_check() * Improve/fix docs for reply fds functions Stefan Dirsch 2022-05-04 07:25:23 +00:00
  • f12d64d845 - Update to version 1.15 * xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr() * Fix integer overflows in xcb_in.c * Use the 'present' field to properly check that the XC-MISC * Fix a memory leak * Increment libtool version info for libxcb-dri3 * Add newline when printing auth/connection failure string to stderr * Fix build on Windows * Fix writev emulation on Windows * c_client.py: Extract get_expr_field_names() * c_client.py: Use get_expr_field_names directly to resolve list fields * c_client: Extract _c_get_field_mapping_for_expr() * c_client.py: Implement handling of <length> element * tests: don't use deprecated fail_unless check API * gitignore: add files generated by make check * Avoid request counter truncation in replies map after 2**32 requests * Fix hang in xcb_request_check() * Improve/fix docs for reply fds functions Stefan Dirsch 2022-05-04 07:25:23 +00:00
  • 5a3360e649 Accepting request 778877 from X11:XOrg Dominique Leuenberger 2020-02-29 20:18:28 +00:00
  • 7f611be096 Accepting request 778877 from X11:XOrg Dominique Leuenberger 2020-02-29 20:18:28 +00:00
  • dc625d6f99 - Update to version 1.14 * Update configure.ac bug URL for gitlab migration * configure.ac: Depend on pthread-stubs only on not-Linux * c_client: fix "adress" typo * Include time.h before using time() * Handle EINTR from recvmsg in _xcb_in_read * Implement xcb_total_read() and xcb_total_written(). * tests: Support Check 0.13.0 API * Add "ge.*" to src/.gitignore * Update README for gitlab migration * Add README.md to EXTRA_DIST Stefan Dirsch 2020-02-24 19:32:57 +00:00
  • 95f0e4b0cb - Update to version 1.14 * Update configure.ac bug URL for gitlab migration * configure.ac: Depend on pthread-stubs only on not-Linux * c_client: fix "adress" typo * Include time.h before using time() * Handle EINTR from recvmsg in _xcb_in_read * Implement xcb_total_read() and xcb_total_written(). * tests: Support Check 0.13.0 API * Add "ge.*" to src/.gitignore * Update README for gitlab migration * Add README.md to EXTRA_DIST Stefan Dirsch 2020-02-24 19:32:57 +00:00
  • 35e59c2526 Accepting request 760849 from X11:XOrg Dominique Leuenberger 2020-01-07 22:51:10 +00:00
  • a56bfb73d3 Accepting request 760849 from X11:XOrg Dominique Leuenberger 2020-01-07 22:51:10 +00:00
  • 1ae51e0ba9 Accepting request 760659 from home:gmbr3:branches:X11:XOrg Stefan Dirsch 2020-01-04 22:02:17 +00:00
  • 8add2ede74 Accepting request 760659 from home:gmbr3:branches:X11:XOrg Stefan Dirsch 2020-01-04 22:02:17 +00:00
  • 7b3d392472 Accepting request 630725 from X11:XOrg Dominique Leuenberger 2018-08-27 11:47:23 +00:00
  • 188486bc45 Accepting request 630725 from X11:XOrg Dominique Leuenberger 2018-08-27 11:47:23 +00:00
  • 9e93ef09c5 Accepting request 630703 from home:michalsrb:branches:X11:XOrg Stefan Dirsch 2018-08-21 09:15:43 +00:00
  • ba76128b7f Accepting request 630703 from home:michalsrb:branches:X11:XOrg Stefan Dirsch 2018-08-21 09:15:43 +00:00
  • 781bff0c5e Accepting request 629254 from home:michalsrb:bnc1101560:openSUSE:Tumbleweed Stefan Dirsch 2018-08-14 15:46:24 +00:00
  • b233181f00 Accepting request 629254 from home:michalsrb:bnc1101560:openSUSE:Tumbleweed Stefan Dirsch 2018-08-14 15:46:24 +00:00
  • c0a59ec565 Accepting request 582993 from X11:XOrg Dominique Leuenberger 2018-03-08 09:53:40 +00:00
  • 3b102363f7 Accepting request 582993 from X11:XOrg Dominique Leuenberger 2018-03-08 09:53:40 +00:00
  • ed94b18e4a - Update to version 1.13 * As with xcb-proto, this release mainly enables multi-planar buffers in DRI3 v1.2 via support for variable-sized lists of FDs, and enables sending GenericEvents to other clients. Present v1.2 and RandR v1.6 did not require any specific library changes. - supersedes U_add-support-for-eventstruct.patch, u_build_python3.patch Stefan Dirsch 2018-03-05 14:29:27 +00:00
  • fcd4917c17 - Update to version 1.13 * As with xcb-proto, this release mainly enables multi-planar buffers in DRI3 v1.2 via support for variable-sized lists of FDs, and enables sending GenericEvents to other clients. Present v1.2 and RandR v1.6 did not require any specific library changes. - supersedes U_add-support-for-eventstruct.patch, u_build_python3.patch Stefan Dirsch 2018-03-05 14:29:27 +00:00
  • ca77983d7e Accepting request 566633 from X11:XOrg Dominique Leuenberger 2018-01-19 10:48:13 +00:00
  • 5681f61dc5 Accepting request 566633 from X11:XOrg Dominique Leuenberger 2018-01-19 10:48:13 +00:00
  • f41d2129c3 Accepting request 566624 from openSUSE:Factory:Staging:O Stefan Dirsch 2018-01-17 14:10:23 +00:00
  • ed52844320 Accepting request 566624 from openSUSE:Factory:Staging:O Stefan Dirsch 2018-01-17 14:10:23 +00:00
  • 52fd15eb24 Accepting request 562817 from X11:XOrg Dominique Leuenberger 2018-01-16 08:26:11 +00:00
  • 9d2ad55f3c Accepting request 562817 from X11:XOrg Dominique Leuenberger 2018-01-16 08:26:11 +00:00
  • aae4bce3eb Accepting request 562552 from home:michalsrb:branches:X11:XOrg Stefan Dirsch 2018-01-08 14:50:51 +00:00
  • c8587aa8e3 Accepting request 562552 from home:michalsrb:branches:X11:XOrg Stefan Dirsch 2018-01-08 14:50:51 +00:00
  • f326c8fde7 Accepting request 561848 from home:michalsrb:branches:bnc1073996:X11:XOrg Michal Srb 2018-01-05 11:15:21 +00:00
  • fee7847485 Accepting request 561848 from home:michalsrb:branches:bnc1073996:X11:XOrg Michal Srb 2018-01-05 11:15:21 +00:00
  • 501eb048d3 Accepting request 556407 from X11:XOrg Dominique Leuenberger 2017-12-13 10:58:00 +00:00
  • 625278cfda Accepting request 556407 from X11:XOrg Dominique Leuenberger 2017-12-13 10:58:00 +00:00
  • 62d4e8587c Accepting request 556398 from home:michalsrb:branches:X11:XOrg Stefan Dirsch 2017-12-12 09:06:20 +00:00
  • d1ddd377ab Accepting request 556398 from home:michalsrb:branches:X11:XOrg Stefan Dirsch 2017-12-12 09:06:20 +00:00
  • df8c0ba7cf - fixes build against python3 (package rename of python-xcb-proto-devel to python3-xcb-proto-devel) Stefan Dirsch 2017-12-11 12:18:13 +00:00
  • c619da4706 - fixes build against python3 (package rename of python-xcb-proto-devel to python3-xcb-proto-devel) Stefan Dirsch 2017-12-11 12:18:13 +00:00
  • 9727c9c7b9 Accepting request 397013 from X11:XOrg Dominique Leuenberger 2016-05-23 15:30:38 +00:00
  • 1389ab02ec Accepting request 397013 from X11:XOrg Dominique Leuenberger 2016-05-23 15:30:38 +00:00
  • d74d691b4e - removed libxcb-xevie0/libxcb-xprint0 subpackages Stefan Dirsch 2016-05-20 12:14:45 +00:00
  • b4946b05f3 - removed libxcb-xevie0/libxcb-xprint0 subpackages Stefan Dirsch 2016-05-20 12:14:45 +00:00
  • 6f9aacd7ca - Update to version 1.12 * here is a new version of libxcb for you to enjoy. The highlights are the same as for the new xcb-proto release: xinput support, RandR 1.5 and an automatic alignment checker. - removed libxcb-xevie0/libxcb-xprint0 subpackages; added appropriate provides/obsoletes Stefan Dirsch 2016-05-19 12:19:04 +00:00
  • d4c0fe595a - Update to version 1.12 * here is a new version of libxcb for you to enjoy. The highlights are the same as for the new xcb-proto release: xinput support, RandR 1.5 and an automatic alignment checker. - removed libxcb-xevie0/libxcb-xprint0 subpackages; added appropriate provides/obsoletes Stefan Dirsch 2016-05-19 12:19:04 +00:00
  • 952b350564 Accepting request 356078 from X11:XOrg Dominique Leuenberger 2016-01-30 10:34:30 +00:00
  • f07cf16a11 Accepting request 356078 from X11:XOrg Dominique Leuenberger 2016-01-30 10:34:30 +00:00
  • 86c6451af6 - n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch: If auth with credentials for hostname fails retry with XAUTHLOCALHOSTNAME (boo#906622). Egbert Eich 2016-01-26 14:42:40 +00:00
  • e9d48cacab - n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch: If auth with credentials for hostname fails retry with XAUTHLOCALHOSTNAME (boo#906622). Egbert Eich 2016-01-26 14:42:40 +00:00
  • d2f3e831c1 Accepting request 329395 from X11:XOrg Dominique Leuenberger 2015-09-11 07:02:40 +00:00
  • 3970e6966b Accepting request 329395 from X11:XOrg Dominique Leuenberger 2015-09-11 07:02:40 +00:00
  • 29131d54ca Accepting request 329378 from home:tobijk:X11:XOrg Stefan Dirsch 2015-09-06 17:20:36 +00:00
  • b40803bdc5 Accepting request 329378 from home:tobijk:X11:XOrg Stefan Dirsch 2015-09-06 17:20:36 +00:00
  • f98b7f2173 Accepting request 243727 from X11:XOrg Stephan Kulow 2014-08-07 06:08:14 +00:00
  • 25d34fc54e Accepting request 243727 from X11:XOrg Stephan Kulow 2014-08-07 06:08:14 +00:00
  • 7a5f89f2c2 - added baselibs.conf as source to specfile Stefan Dirsch 2014-08-06 03:21:59 +00:00
  • 7597912824 - added baselibs.conf as source to specfile Stefan Dirsch 2014-08-06 03:21:59 +00:00
  • f2e6583db7 Accepting request 243722 from home:tobijk:X11:XOrg Stefan Dirsch 2014-08-06 03:12:55 +00:00
  • ef925e5105 Accepting request 243722 from home:tobijk:X11:XOrg Stefan Dirsch 2014-08-06 03:12:55 +00:00
  • 4017be8950 Accepting request 231823 from X11:XOrg Stephan Kulow 2014-05-05 19:09:58 +00:00
  • 679bba19c3 Accepting request 231823 from X11:XOrg Stephan Kulow 2014-05-05 19:09:58 +00:00
  • b41cdd1894 - added missing python-xcb-proto-devel >= 7.6_1.10.1 BuildRequires Stefan Dirsch 2014-04-27 16:33:29 +00:00
  • 109f04e688 - added missing python-xcb-proto-devel >= 7.6_1.10.1 BuildRequires Stefan Dirsch 2014-04-27 16:33:29 +00:00
  • 5f336175ef - added missing python-xcb-proto-devel BuildRequires Stefan Dirsch 2014-04-27 10:22:36 +00:00