From 1f39cf7657a53e09b594d09aea8a85f6d50d92fa91ab58990f3118e3eab70de2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 26 Aug 2015 07:24:42 +0000 Subject: [PATCH] Accepting request 326695 from home:pluskalm:branches:X11:Wayland - Update to 1.0.0 * doc: inverse event type restriction of x and y accessors * doc: ellipse instead of ellipsis * test: fix gcc warning about missing prototypes * doc: fix more typos * doc: add a diagram for evemu and note that libinput doesn't recordings * configure.ac: libinput 1.0 OBS-URL: https://build.opensuse.org/request/show/326695 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=46 --- libinput-0.99.1.tar.xz | 3 --- libinput-0.99.1.tar.xz.sig | Bin 72 -> 0 bytes libinput-1.0.0.tar.xz | 3 +++ libinput-1.0.0.tar.xz.sig | Bin 0 -> 72 bytes libinput.changes | 11 +++++++++++ libinput.spec | 4 ++-- 6 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 libinput-0.99.1.tar.xz delete mode 100644 libinput-0.99.1.tar.xz.sig create mode 100644 libinput-1.0.0.tar.xz create mode 100644 libinput-1.0.0.tar.xz.sig diff --git a/libinput-0.99.1.tar.xz b/libinput-0.99.1.tar.xz deleted file mode 100644 index 85270bf..0000000 --- a/libinput-0.99.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d43cae593f19deb6c0dc18aea1633ffd1f1731aa5c3580bedda48b6a354c7164 -size 779640 diff --git a/libinput-0.99.1.tar.xz.sig b/libinput-0.99.1.tar.xz.sig deleted file mode 100644 index d6b06c1573dd643017472d25c0956a67b4cf1a04f67a0e2a6daf61cf271f5aad..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#(+1&;SYv5aK(2aI|OezkT-roCyaZ`JgdXpk)qrtS_jE e6Z@yLasZw(v%1V`n?-aEnq@z)5Y(XkXs3X()gA-@ diff --git a/libinput-1.0.0.tar.xz b/libinput-1.0.0.tar.xz new file mode 100644 index 0000000..baac189 --- /dev/null +++ b/libinput-1.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbd2751c000a4e5833624b6177a6919ad259f0bca44093947421c885fd42c0f +size 785056 diff --git a/libinput-1.0.0.tar.xz.sig b/libinput-1.0.0.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..5a5e93542b128834a224a915be0c5390c4eb9b7c1f7fdf0238d4449962834ddd GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0#)4>vH%JR5aK(2aI|Oezn)kCpLl%b^bK*>?q%fApwz{W ea~RMD6ab*Kg*B=;b7i3zJn-N)A^*&RgYZG@*B`|I literal 0 HcmV?d00001 diff --git a/libinput.changes b/libinput.changes index 21257c2..140df39 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Aug 26 07:01:59 UTC 2015 - mpluskal@suse.com + +- Update to 1.0.0 + * doc: inverse event type restriction of x and y accessors + * doc: ellipse instead of ellipsis + * test: fix gcc warning about missing prototypes + * doc: fix more typos + * doc: add a diagram for evemu and note that libinput doesn't recordings + * configure.ac: libinput 1.0 + ------------------------------------------------------------------- Fri Aug 21 08:34:34 UTC 2015 - zaitor@opensuse.org diff --git a/libinput.spec b/libinput.spec index 661c0e1..1ec2215 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 0.99.1 -Version: 0.99 +%define rversion 1.0.0 +Version: 1.0 Release: 0 Summary: Input device and event processing library License: MIT