diff --git a/mtdev.spec b/mtdev.spec index 1e2e14d..286c9c4 100644 --- a/mtdev.spec +++ b/mtdev.spec @@ -3,7 +3,7 @@ Name: mtdev Version: 1.0.1 -Release: 1.%{?gitdate}%{?dist} +Release: 2.%{?gitdate}%{?dist} Summary: Multitouch Protocol Translation Library Group: System Environment/Libraries @@ -17,6 +17,7 @@ Source2: commitid BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf automake libtool +BuildRequires: xorg-x11-util-macros >= 1.5.0-1 %description %{name} is a stand-alone library which transforms all variants of kernel MT @@ -65,5 +66,8 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/mtdev.pc %changelog +* Thu Jul 08 2010 Peter Hutterer 1.0.1-2.20100706 +- Require util-macros >= 1.5 + * Tue Jul 06 2010 Peter Hutterer 1.0.1-1.20100706 - Initial package