31 Commits

Author SHA256 Message Date
4c405229f6 Accepting request 1331983 from X11:XOrg
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1331983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfixes?expand=0&rev=16
2026-02-10 20:11:33 +00:00
46a1e03ef9 - re-added tarball signature and keyring
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=30
2026-02-02 09:14:00 +00:00
ea09799064 Accepting request 1303017 from X11:XOrg
- Update to version 6.0.2
  * meson: Add option to build with meson
  * Improve man page formatting
- switched to meson build

- modernize spec file. install license and documentation

OBS-URL: https://build.opensuse.org/request/show/1303017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfixes?expand=0&rev=15
2025-09-08 07:56:29 +00:00
2c4bb6ce02 minor change in changelog
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=28
2025-09-06 17:56:24 +00:00
99b7919849 - modernize spec file. install license and documentation
- Update to version 6.0.1
  * Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * Remove unnecessary casts from malloc & free calls
  * Variable scope reduction as recommended by cppcheck
  * Mark two dpy parameters const as suggested by cppcheck
  * Quiet -Wconditional-uninitialized warnings from clang
  * Resolve 36 of 40 -Wextra-semi-stmt warnings from clang
  * Handle 63 of 63 -Wshorten-64-to-32 warnings from clang
  * Handle 60 of 60 -Wimplicit-int-conversion warnings from clang
  * Handle 6 of 9 -Wsign-conversion warnings from clang
  * XFixesCloseDisplay: Mark codes as unused
  * Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * Remove "All rights reserved" from Oracle copyright notices

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=27
2025-09-06 17:54:21 +00:00
bfb27185a0 Accepting request 1079398 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1079398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfixes?expand=0&rev=14
2023-04-15 20:32:20 +00:00
fb658312f8 Accepting request 1079290 from home:dirkmueller:Factory
- add keyring validation
- modernize spec file. install license and documentation

OBS-URL: https://build.opensuse.org/request/show/1079290
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=24
2023-04-14 08:02:15 +00:00
851a4c4690 - Update to version 6.0.1
* Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * Remove unnecessary casts from malloc & free calls
  * Variable scope reduction as recommended by cppcheck
  * Mark two dpy parameters const as suggested by cppcheck
  * Quiet -Wconditional-uninitialized warnings from clang
  * Resolve 36 of 40 -Wextra-semi-stmt warnings from clang
  * Handle 63 of 63 -Wshorten-64-to-32 warnings from clang
  * Handle 60 of 60 -Wimplicit-int-conversion warnings from clang
  * Handle 6 of 9 -Wsign-conversion warnings from clang
  * XFixesCloseDisplay: Mark codes as unused
  * Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * Remove "All rights reserved" from Oracle copyright notices

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=23
2023-04-10 08:45:19 +00:00
236a034980 Accepting request 936492 from X11:XOrg
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/936492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfixes?expand=0&rev=13
2021-12-08 21:08:39 +00:00
1791fe3b75 minor changelog change
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=22
2021-12-01 13:37:32 +00:00
f5d32ad8f6 - fixesproto-6.0.patch implements the update to version 6.0.0
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=21
2021-12-01 13:01:08 +00:00
03020f5be4 - update to version 6.0 is needed for GNOME41, particularly the
gnome-settings-daemon's new feature to disconnect from Xwayland
  (JIRA #SLE-22829)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=20
2021-12-01 12:53:56 +00:00
8ed47f53f1 Accepting request 892438 from X11:XOrg
- Update to version 6.0.0
  * The big new feature here is support for the new 
    ClientDisconnectMode. From the corresponding
    xorgproto announcement:
    An X server that is started on demand (Xwayland) should ideally
    also terminate when the last client disconnects. However, some
    X11 clients that provide system services will linger around
    forever, preventing that shutdown.
  * With the new XFixes request, a client can designate itself as
    to-be-terminated and the X server can ignore those clients when
    counting the number of remaining clients. If no other clients
    are left, the server can shut down.
  * Note that this requires changes to the X server and each
    client to work.

OBS-URL: https://build.opensuse.org/request/show/892438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfixes?expand=0&rev=12
2021-05-15 21:15:30 +00:00
913bd089be - Update to version 6.0.0
* The big new feature here is support for the new 
    ClientDisconnectMode. From the corresponding
    xorgproto announcement:
    An X server that is started on demand (Xwayland) should ideally
    also terminate when the last client disconnects. However, some
    X11 clients that provide system services will linger around
    forever, preventing that shutdown.
  * With the new XFixes request, a client can designate itself as
    to-be-terminated and the X server can ignore those clients when
    counting the number of remaining clients. If no other clients
    are left, the server can shut down.
  * Note that this requires changes to the X server and each
    client to work.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=18
2021-05-12 09:36:17 +00:00
fc81b0260f Accepting request 438253 from X11:XOrg
1

OBS-URL: https://build.opensuse.org/request/show/438253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfixes?expand=0&rev=11
2016-11-05 20:21:26 +00:00
9e164fb5ce Accepting request 437739 from home:tobijk:X11:XOrg
- Update to version 5.0.3:
  + fix Integer overflow on illegal server response

OBS-URL: https://build.opensuse.org/request/show/437739
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=16
2016-11-02 10:29:50 +00:00
4734c09f8b Accepting request 398961 from X11:XOrg
- Update to version 5.0.2
  * Remove fallback for _XEatDataWords, require libX11 1.6 for it 
- tagged baselibs.conf as source in specfile

OBS-URL: https://build.opensuse.org/request/show/398961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfixes?expand=0&rev=10
2016-06-03 14:36:07 +00:00
f4ea607178 - tagged baselibs.conf as source in specfile
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=14
2016-05-30 13:30:31 +00:00
c246dc03a7 - Update to version 5.0.2
* Remove fallback for _XEatDataWords, require libX11 1.6 for it

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=13
2016-05-30 13:17:43 +00:00
d7a11848ce Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=12
2014-04-27 22:07:49 +00:00
Stephan Kulow
bfe7831719 Accepting request 177059 from X11:XOrg
update to version 5.0.1 (forwarded request 176973 from tobijk)

OBS-URL: https://build.opensuse.org/request/show/177059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfixes?expand=0&rev=7
2013-06-05 09:56:32 +00:00
4f397dd078 Accepting request 176973 from home:tobijk:X11:XOrg
update to version 5.0.1

OBS-URL: https://build.opensuse.org/request/show/176973
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=10
2013-05-31 10:27:12 +00:00
Stephan Kulow
e98733b91f Accepting request 163640 from X11:XOrg
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 163626 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/163640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfixes?expand=0&rev=6
2013-04-14 08:34:28 +00:00
84977d0afb Accepting request 163626 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/163626
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=8
2013-04-11 11:52:58 +00:00
Stephan Kulow
16207086d8 Accepting request 160092 from X11:XOrg
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/160092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfixes?expand=0&rev=5
2013-03-22 10:55:08 +00:00
7d70d79ed4 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=6 2013-03-19 19:47:30 +00:00
Stephan Kulow
f6c34d23d8 Accepting request 135807 from X11:XOrg
- specfile cleanup

OBS-URL: https://build.opensuse.org/request/show/135807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfixes?expand=0&rev=3
2012-09-25 14:12:21 +00:00
6df2432b7b - specfile cleanup
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=4
2012-09-25 06:34:38 +00:00
e196067641 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=3 2012-03-07 09:47:14 +00:00
Stephan Kulow
0c2d65ad1d Accepting request 105454 from X11:XOrg
- Rename xorg-x11-libXfixes to libXfixes and utilize shlib policy

OBS-URL: https://build.opensuse.org/request/show/105454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfixes?expand=0&rev=1
2012-02-17 11:03:25 +00:00
a5ff8d2fe7 Accepting request 104221 from home:jengelh:branches:X11:XOrg
Replaces xorg-x11-libXfixes

OBS-URL: https://build.opensuse.org/request/show/104221
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=1
2012-02-13 10:07:18 +00:00