[mtdev] fix %{?dist}

Peter Hutterer whot at fedoraproject.org
Wed Sep 26 22:32:27 UTC 2012


commit e4abb12cee74449577092ca8362f159a2ff6fb8f
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Sep 27 08:38:52 2012 +1000

    fix %{?dist}

 mtdev.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/mtdev.spec b/mtdev.spec
index b228eda..fa0dd1c 100644
--- a/mtdev.spec
+++ b/mtdev.spec
@@ -3,7 +3,7 @@
 
 Name:           mtdev
 Version:        1.1.2
-Release:        3%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
+Release:        4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
 Summary:        Multitouch Protocol Translation Library
 
 Group:          System Environment/Libraries
@@ -75,6 +75,9 @@ rm -rf %{buildroot}
 %{_bindir}/mtdev-test
 
 %changelog
+* Thu Sep 27 2012 Peter Hutterer <peter.hutterer at redhat.com> 1.1.2-4
+- fix %{?dist}
+
 * Mon Aug 13 2012 Peter Hutterer <peter.hutterer at redhat.com> 1.1.2-3
 - Drop xorg-x11-util-macros build requires, not needed anymore
 - Don't build on s390 (or ppc, if on RHEL)


More information about the scm-commits mailing list