Commit Graph

18 Commits

Author SHA256 Message Date
e9a1b988e7 - update to 1.4.7
* This release mainly focuses on code cleanup and improving
    maintainability and making static analysis work better on this
    code base. It also fixes a bug that could cause build failures
    with gcc when the -ftracer option was used.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=33
2024-02-04 21:08:32 +00:00
8d5669e4f7 Accepting request 1043605 from home:dirkmueller:Factory
- update to 1.4.6:
  * configure: Use AC_SYS_LARGEFILE to enable large file support
  * suppress four more warnings when 'warningLevel' is zero
  * suppress the "Could not resolve" warning when 'warningLevel' is zero
  * man page: remove out-of-date COPYRIGHT section
  * Build xz tarballs instead of bzip2
  * Fix "upercase" typo

OBS-URL: https://build.opensuse.org/request/show/1043605
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=31
2022-12-31 13:03:20 +00:00
20b1c38527 Accepting request 889729 from home:dirkmueller:Factory
- modernize spec file (move license to licensedir)

OBS-URL: https://build.opensuse.org/request/show/889729
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=29
2021-05-02 20:43:14 +00:00
8645cdb1e2 - Update to version 1.4.5
* Remove trailing whitespaces
  * gitlab CI: add basic build test
  * Replace WARN[1-9], ERROR[1-9], etc. with their unnumbered version
  * Downgrade the warning for missing symbols to info
  * keycodes: downgrade the >255 keycode warning to an info
  * keycodes: compress the high keycode warning

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=27
2021-03-17 10:37:59 +00:00
c34ded4a86 - Update to version 1.4.4
* Fix spelling/wording issues
  * Fix lockdevbtn to be XkbSA_LockDeviceBtn action
  * For -R and after chdir, add the current directory to the path
  * Don't pretend unresolved symbols are an error

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=25
2020-11-05 09:52:08 +00:00
edb7115edd - Update to version 1.4.3
* Update configure.ac bug URL for gitlab migration
  * configure: Remove unused AC_SUBST([REQUIRED_MODULES])
  * pkgconfig: Remove unneeded Requires.private
  * Suppress high-keycode warnings at the default warning level
  * xkbcomp Fix missing support for "affect" and incorrect modifier
    handling for ISOLock
  * Don't compare with string literals
  * Fix invalid error report on F_Accel field
  * Error out if we have no default path

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=23
2020-02-21 12:57:59 +00:00
563ca1acd5 - Update to version 1.4.2
* Only one patch, fixing keymap compilation errors when the
    keycodes maximum is set to a value above the permitted X11
    maximum of 255. While we already ignored keys with codes
    above 255, we still failed on the maximum=374; line that 
    xkeyboard-config 2.24 produces now.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=21
2018-06-08 10:52:38 +00:00
c0a72cc43e - Update to version 1.4.1
* This release adds the path of the xkbcomp executable to the pkgconfig
    data, allowing the X server to find the right binary regardless of
    where its (the X servers) $prefix is pointed. Without this the X server
    will guess that xkbcomp is configured for the same prefix; since the
    default prefix is /usr/local, and your distribution certainly did not
    install xkbcomp there, 'make check' and 'ninja dist' for the X server
    build would fail because Xvfb would not start.
- supersedes U_xkbcomp_pkgconfig-add-bindir.patch
- refreshed xkbcomp.keyring; seems signing key changed, since this
  time the package has been released by Adam Jackson (before: Daniel
  Stone)? Hope I got this right ...

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=19
2018-03-05 15:08:56 +00:00
562bad6256 Accepting request 544001 from home:Zaitor:branches:X11:XOrg
- Add U_xkbcomp_pkgconfig-add-bindir.patch: pkgconfig: Add our
  bindir to xkbcomp.pc.

OBS-URL: https://build.opensuse.org/request/show/544001
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=17
2017-11-21 13:38:24 +00:00
fab4beb794 - Update to version 1.4.0
* This xkbcomp release mostly contains a couple of bugfixes and
    parser improvements. Notably, ignoring keycodes that X11 can
    never support means that we can start using those keycodes,
    which xkbcommon supports.
- refreshed xkbcomp.keyring; seems signing key changed, since this
  time the package has been released by Daniel Stone (before: Peter
  Hutterer)? Hope I got this right ...

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=15
2017-05-05 10:41:04 +00:00
37198c20ea Accepting request 344219 from home:pluskalm:branches:X11:XOrg
- Use url for source
- Add gpg signature
- Make building more verbose

OBS-URL: https://build.opensuse.org/request/show/344219
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=13
2015-11-13 12:48:44 +00:00
237f8f4882 - Update to version 1.3.1
* Couple of minor fixes, the only user-visible change is that the
    warning when a key type is shortened is now on a verbosity level
    above the default verbosity. This effectively removes the warning
    below for all users of the german keyboard layout (and others):
    Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=12
2015-11-10 13:08:58 +00:00
17579c43b0 Accepting request 263457 from home:tobijk:X11:XOrg
- Update to version 1.3.0:
  + Support for multiple keysyms per level (#25025).
  + Misc fixes and changes all over the place.
  + UNIXOS2 support was dropped.

OBS-URL: https://build.opensuse.org/request/show/263457
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=10
2014-12-15 16:24:33 +00:00
291f44b6ef Accepting request 120679 from home:vuntz:branches:X11:XOrg
Keep pkg-config file, but in a devel subpackage

OBS-URL: https://build.opensuse.org/request/show/120679
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=7
2012-05-11 09:22:34 +00:00
8f4a8421b4 Accepting request 120676 from home:coolo:branches:openSUSE:Factory
- remove the pkgconfig file - it requires all devel packages and
  nothing of that is needed to run xkbcomp

OBS-URL: https://build.opensuse.org/request/show/120676
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=6
2012-05-11 08:38:56 +00:00
Factory Maintainer
446c44ea4c Accepting request 115745 from home:vuntz:branches:X11:XOrg
Version Provides

OBS-URL: https://build.opensuse.org/request/show/115745
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=4
2012-05-08 11:51:55 +00:00
fa5a890394 Accepting request 113633 from home:dimstar:branches:X11:XOrg
Update to 1.2.4

OBS-URL: https://build.opensuse.org/request/show/113633
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=2
2012-04-15 10:51:44 +00:00
b29a17ab99 Accepting request 113514 from home:vuntz:branches:X11:XOrg
Split xkbcomp out of xorg-x11; no change to the content

OBS-URL: https://build.opensuse.org/request/show/113514
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=1
2012-04-14 09:34:43 +00:00