From 66710b79f04c63ec945a4cdc865f5fdf9931ffaa Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Jul 22 2015 19:45:21 +0000 Subject: Update to current git master: add dmi info and EV_SW and EV_LED states --- diff --git a/.gitignore b/.gitignore index c542440..6a095cc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /evemu-20140324.tar.bz2 /evemu-2.0.0.tar.xz /evemu-2.1.0.tar.xz +/evemu-20150722.tar.bz2 diff --git a/commitid b/commitid index 2b516d4..bdab813 100644 --- a/commitid +++ b/commitid @@ -1 +1 @@ -af6003205dc7a750e5f3bd64cebc542c84feefde +79b29f097e978210aa71ba5c5412824497c01288 diff --git a/evemu.spec b/evemu.spec index d453019..82db477 100644 --- a/evemu.spec +++ b/evemu.spec @@ -1,9 +1,9 @@ -#% global gitdate 20140324 -#% global gitversion af60032 +%global gitdate 20150722 +%global gitversion 79b29f0 Name: evemu Version: 2.1.0 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} Summary: Event Device Query and Emulation Program Group: Development/Tools @@ -18,9 +18,6 @@ Source2: commitid Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz %endif -Patch0: 0001-tools-handle-holes-in-the-event-node-lists.patch -Patch1: 0002-Print-uname-in-the-header-comments.patch - BuildRequires: automake libtool BuildRequires: python2-devel BuildRequires: xmlto asciidoc @@ -50,9 +47,6 @@ Obsoletes: utouch-evemu-devel < 1.0.10 %prep %setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} -%patch0 -p1 -%patch1 -p1 - %build autoreconf -v --install --force || exit 1 %configure --disable-static --disable-silent-rules @@ -86,6 +80,9 @@ rm -f %{buildroot}%{_libdir}/*.la %{python_sitelib}/evemu/* %changelog +* Wed Jul 22 2015 Benjamin Tissoires 2.1.0-4.20150722git79b29f0 +- Update to current git master: add dmi info and EV_SW and EV_LED states + * Wed Jun 17 2015 Fedora Release Engineering - 2.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 1daa2a2..6e5ab46 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -006a0f3888840752bf9ce70fe14781bb evemu-2.1.0.tar.xz +ba4d29c8f56d4a3cd28b0ae9bba67928 evemu-20150722.tar.bz2