[xorg-x11-drv-void] Force autoreconf

Peter Hutterer whot at fedoraproject.org
Tue Apr 2 21:45:13 UTC 2013


commit d12d792c683c83783fc98aad8b995afd50a9fcfa
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Apr 3 07:41:31 2013 +1000

    Force autoreconf

 xorg-x11-drv-void.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-void.spec b/xorg-x11-drv-void.spec
index b7f2203..24dd01f 100644
--- a/xorg-x11-drv-void.spec
+++ b/xorg-x11-drv-void.spec
@@ -8,7 +8,7 @@
 Summary:   Xorg X11 void input driver
 Name:      xorg-x11-drv-void
 Version:   1.4.0
-Release:   17%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Release:   18%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -38,7 +38,7 @@ X.Org X11 void input driver.
 %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
 
 %build
-autoreconf -v --install || exit 1
+autoreconf --force -v --install || exit 1
 %configure --disable-static
 make
 
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/void.4*
 
 %changelog
+* Wed Apr 03 2013 Peter Hutterer <peter.hutterer at redhat.com> 1.4.0-18
+- Force autoreconf
+
 * Tue Mar 19 2013 Adam Jackson <ajax at redhat.com> 1.4.0-17
 - Less RHEL customization
 


More information about the scm-commits mailing list