Timo Aaltonen pushed to branch debian-unstable at X Strike Force / proto / 
xorgproto


Commits:
914d8f5e by Peter Hutterer at 2021-11-09T10:16:09+10:00
XF86keysyms.h: add new keycodes from kernel v5.13

Signed-off-by: Peter Hutterer <[email protected]>

- - - - -
a839f0c7 by Peter Hutterer at 2022-03-25T14:46:40+10:00
XF86keysyms.h: add new keycodes from kernel v5.17

Signed-off-by: Peter Hutterer <[email protected]>

- - - - -
8c8bbb90 by Peter Hutterer at 2022-04-21T10:42:50+10:00
xorgproto 2022.1

Signed-off-by: Peter Hutterer <[email protected]>

- - - - -
5ebaf1e7 by Timo Aaltonen at 2022-04-22T09:40:57+03:00
Merge branch 'upstream-unstable' into debian-unstable

- - - - -
ba2b55be by Timo Aaltonen at 2022-04-22T09:42:00+03:00
version bump

- - - - -
8de5a306 by Timo Aaltonen at 2022-04-22T09:43:00+03:00
release to sid

- - - - -


4 changed files:

- configure.ac
- debian/changelog
- include/X11/XF86keysym.h
- meson.build


Changes:

=====================================
configure.ac
=====================================
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.60])
 # keep version in sync with meson.build
-AC_INIT([xorgproto], [2021.5],
+AC_INIT([xorgproto], [2022.1],
         [https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+xorgproto (2022.1-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Timo Aaltonen <[email protected]>  Fri, 22 Apr 2022 09:42:51 +0300
+
 xorgproto (2021.5-1) unstable; urgency=medium
 
   [ Timo Aaltonen ]


=====================================
include/X11/XF86keysym.h
=====================================
@@ -394,6 +394,8 @@
 #define XF86XK_VoiceCommand            _EVDEVK(0x246)          /* v3.16 
KEY_VOICECOMMAND */
 #define XF86XK_Assistant               _EVDEVK(0x247)          /* v4.13 
KEY_ASSISTANT */
 /* Use: XK_ISO_Next_Group              _EVDEVK(0x248)             v5.2  
KEY_KBD_LAYOUT_NEXT */
+#define XF86XK_EmojiPicker             _EVDEVK(0x249)          /* v5.13 
KEY_EMOJI_PICKER */
+#define XF86XK_Dictate                 _EVDEVK(0x24A)          /* v5.17 
KEY_DICTATE */
 #define XF86XK_BrightnessMin           _EVDEVK(0x250)          /* v3.16 
KEY_BRIGHTNESS_MIN */
 #define XF86XK_BrightnessMax           _EVDEVK(0x251)          /* v3.16 
KEY_BRIGHTNESS_MAX */
 #define XF86XK_KbdInputAssistPrev      _EVDEVK(0x260)          /* v3.18 
KEY_KBDINPUTASSIST_PREV */


=====================================
meson.build
=====================================
@@ -19,7 +19,7 @@
 # SOFTWARE.
 
 # keep version in sync with configure.ac
-project('xorgproto', 'c', license : 'MIT', version : '2021.5')
+project('xorgproto', 'c', license : 'MIT', version : '2022.1')
 cc = meson.get_compiler('c')
 
 pcs = [



View it on GitLab: 
https://salsa.debian.org/xorg-team/proto/xorgproto/-/compare/eb140e4c0f6515a20d51e91beaadbcc894ee1e77...8de5a3061aa188f64013f986e3555ae456b671d7

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/proto/xorgproto/-/compare/eb140e4c0f6515a20d51e91beaadbcc894ee1e77...8de5a3061aa188f64013f986e3555ae456b671d7
You're receiving this email because of your account on salsa.debian.org.


Reply via email to