17 Commits

Author SHA256 Message Date
d35201dd84 Accepting request 1295943 from X11:XOrg
- Update to version 1.4.0
  * gitlab CI: Update to latest CI templates & Debian stable release
  * XFree86-DGA: -ext all shoudn't exit on XF86DGAClientNotLocal error
  * Present: add -ext present that prints version & screen capabilities
  * Present: add per-crtc capabilities to -ext output
  * meson: Add option to build with meson
  * Add -help option
  * Accept --help & --version as aliases to -help & -version
  * man page: fix warnings from `mandoc -T lint`
  * Fix alignment of -help description in -help output
- switched to meson build

OBS-URL: https://build.opensuse.org/request/show/1295943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdpyinfo?expand=0&rev=11
2025-07-28 12:57:59 +00:00
ab7ae920e2 - switched to meson build
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdpyinfo?expand=0&rev=16
2025-07-27 08:59:59 +00:00
c963b4cab3 - Update to version 1.4.0
* gitlab CI: Update to latest CI templates & Debian stable release
  * XFree86-DGA: -ext all shoudn't exit on XF86DGAClientNotLocal error
  * Present: add -ext present that prints version & screen capabilities
  * Present: add per-crtc capabilities to -ext output
  * meson: Add option to build with meson
  * Add -help option
  * Accept --help & --version as aliases to -help & -version
  * man page: fix warnings from `mandoc -T lint`
  * Fix alignment of -help description in -help output

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdpyinfo?expand=0&rev=15
2025-07-27 08:59:30 +00:00
1056976114 Accepting request 1083414 from X11:XOrg
- Update to version 1.3.4
  * This release stops compiling support for the XF86-Misc extension by
    default, and thus stops linking with the deprecated libXxf86misc
    library by default.  This support can still be enabled for now by
    passing --with-xf86misc to the configure script, but as the server
    side of this extension was removed in the xserver-1.6.0 release in 2008
    there is little reason to do so, and the support may be removed entirely
    in a future release of xdpyinfo.
- we have xorg-server >= 1.6 since sle11-sp1, so we are on the safe
  side with our customers

OBS-URL: https://build.opensuse.org/request/show/1083414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdpyinfo?expand=0&rev=10
2023-04-29 15:27:43 +00:00
901a4a3d59 - Update to version 1.3.4
* This release stops compiling support for the XF86-Misc extension by
    default, and thus stops linking with the deprecated libXxf86misc
    library by default.  This support can still be enabled for now by
    passing --with-xf86misc to the configure script, but as the server
    side of this extension was removed in the xserver-1.6.0 release in 2008
    there is little reason to do so, and the support may be removed entirely
    in a future release of xdpyinfo.
- we have xorg-server >= 1.6 since sle11-sp1, so we are on the safe
  side with our customers

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdpyinfo?expand=0&rev=13
2023-04-28 06:32:00 +00:00
90f3cdb6b8 Accepting request 967736 from X11:XOrg
- Update to version 1.3.3:
  * This release includes a pair of changes to align with the
    xserver-21.x release series - it prints the version without
    the leading "1." for 21.x xservers, and it changes the default
    for building DMX support from --with-dmx to --without-dmx as
    DMX is no longer included in the 21.x xservers.
    (The DMX support in xdpyinfo is not removed in this release,
     and can be enabled at build time with the --with-dmx flag to
     configure, but may be fully removed in a future release of
     xdpyinfo.)

OBS-URL: https://build.opensuse.org/request/show/967736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdpyinfo?expand=0&rev=9
2022-04-10 17:05:09 +00:00
53159fc6a9 - Update to version 1.3.3:
* This release includes a pair of changes to align with the
    xserver-21.x release series - it prints the version without
    the leading "1." for 21.x xservers, and it changes the default
    for building DMX support from --with-dmx to --without-dmx as
    DMX is no longer included in the 21.x xservers.
    (The DMX support in xdpyinfo is not removed in this release,
     and can be enabled at build time with the --with-dmx flag to
     configure, but may be fully removed in a future release of
     xdpyinfo.)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdpyinfo?expand=0&rev=11
2022-04-08 09:52:14 +00:00
b8d466db97 Accepting request 711691 from X11:XOrg
- no longer require legacy extension xf86miscproto; no longer
  provided by xorgproto-2019.1 by default

OBS-URL: https://build.opensuse.org/request/show/711691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdpyinfo?expand=0&rev=8
2019-06-30 08:14:47 +00:00
e2933de18a - no longer require legacy extension xf86miscproto; no longer
provided by xorgproto-2019.1 by default

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdpyinfo?expand=0&rev=9
2019-06-24 14:03:07 +00:00
3f984651d3 Accepting request 303661 from X11:XOrg
- Update to version 1.3.2:
  * Print which option was in error along with usage message
  * Sprinkle consts in StrCmp to quiet cast warnings
  * config: Add missing AC_CONFIG_SRCDIR
  * configure: Drop AM_MAINTAINER_MODE
  * autogen.sh: Honor NOCONFIGURE=1
  * Mark required arguments to Xlib error handler as unused
  * Delete unused NULLSTR macro

OBS-URL: https://build.opensuse.org/request/show/303661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdpyinfo?expand=0&rev=7
2015-04-27 10:58:57 +00:00
facc426317 - Update to version 1.3.2:
* Print which option was in error along with usage message
  * Sprinkle consts in StrCmp to quiet cast warnings
  * config: Add missing AC_CONFIG_SRCDIR
  * configure: Drop AM_MAINTAINER_MODE
  * autogen.sh: Honor NOCONFIGURE=1
  * Mark required arguments to Xlib error handler as unused
  * Delete unused NULLSTR macro

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdpyinfo?expand=0&rev=7
2015-04-24 14:25:48 +00:00
5fc7913570 Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdpyinfo?expand=0&rev=6
2014-04-27 22:09:09 +00:00
Stephan Kulow
d3afbf2ccf Accepting request 180709 from X11:XOrg
Update to ver 1.3.1 (forwarded request 180678 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/180709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdpyinfo?expand=0&rev=4
2013-06-25 05:38:19 +00:00
b3254a6d24 Accepting request 180678 from home:Zaitor:branches:X11:XOrg
Update to ver 1.3.1

OBS-URL: https://build.opensuse.org/request/show/180678
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdpyinfo?expand=0&rev=4
2013-06-24 07:44:32 +00:00
Stephan Kulow
08b680c28b Accepting request 115409 from X11:XOrg
Pushing X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/115409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdpyinfo?expand=0&rev=1
2012-05-08 10:01:11 +00:00
ff89c471f4 Accepting request 113646 from home:dimstar:branches:X11:XOrg
Update to 1.3.0

OBS-URL: https://build.opensuse.org/request/show/113646
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdpyinfo?expand=0&rev=2
2012-04-15 10:52:38 +00:00
8ebfd66928 Accepting request 113499 from home:vuntz:branches:X11:XOrg
Split xdpyinfo out of xorg-x11; no change to the content

OBS-URL: https://build.opensuse.org/request/show/113499
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdpyinfo?expand=0&rev=1
2012-04-14 09:33:35 +00:00