git snapshot, fixes a crasher and fd confusion after suspending a device

This commit is contained in:
Peter Hutterer 2014-12-11 11:27:31 +10:00
parent 6fb1e1d635
commit 2c56761ad2
4 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/libinput-0.6.0.tar.xz
/libinput-20141124.tar.xz
/libinput-0.7.0.tar.xz
/libinput-20141211.tar.xz

View File

@ -1 +1 @@
92d178f167302665d51b3dba79d18de4c1881bdb
58abea394657baba66f6e0cd6c4c27e084bb5b16

View File

@ -1,9 +1,9 @@
#global gitdate 20141124
%global gitversion 92d178f16
%global gitdate 20141211
%global gitversion 58abea394
Name: libinput
Version: 0.7.0
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
Summary: Input device library
License: MIT
@ -80,6 +80,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%changelog
* Thu Dec 11 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.7.0-2.20141211git58abea394
- git snapshot, fixes a crasher and fd confusion after suspending a device
* Fri Dec 05 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.7.0-1
- libinput 0.7.0

View File

@ -1,3 +1,4 @@
3afaf9f66d8796323a79edb879c10ba3 libinput-0.6.0.tar.xz
f63a656eb93117da43302566df0de874 libinput-20141124.tar.xz
381b61396de28c12716ef7a5475fea50 libinput-0.7.0.tar.xz
e632f825162535bac32e9087d8281c7e libinput-20141211.tar.xz