diff --git a/.gitignore b/.gitignore index 0011a57..14023ac 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /libinput-0.5.0.tar.xz /libinput-0.6.0.tar.xz /libinput-20141124.tar.xz +/libinput-0.7.0.tar.xz diff --git a/libinput.spec b/libinput.spec index a264db6..fb9cc8e 100644 --- a/libinput.spec +++ b/libinput.spec @@ -1,9 +1,9 @@ -%global gitdate 20141124 +#global gitdate 20141124 %global gitversion 92d178f16 Name: libinput -Version: 0.6.0 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 0.7.0 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} Summary: Input device library License: MIT @@ -80,6 +80,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %changelog +* Fri Dec 05 2014 Peter Hutterer 0.7.0-1 +- libinput 0.7.0 + * Mon Nov 24 2014 Peter Hutterer 0.6.0-3.20141124git92d178f16 - Add the hooks to build from a git snapshot - Disable silent rules diff --git a/sources b/sources index b85d292..07509d4 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 3afaf9f66d8796323a79edb879c10ba3 libinput-0.6.0.tar.xz f63a656eb93117da43302566df0de874 libinput-20141124.tar.xz +381b61396de28c12716ef7a5475fea50 libinput-0.7.0.tar.xz