[xorg-x11-drv-penmount] disable git variables, we're actually building from the tarball

Peter Hutterer whot at fedoraproject.org
Tue Jun 28 01:47:41 UTC 2011


commit 43b628b1b45366dacdadecbd386afa2833444527
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Jun 28 11:47:21 2011 +1000

    disable git variables, we're actually building from the tarball

 xorg-x11-drv-penmount.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-penmount.spec b/xorg-x11-drv-penmount.spec
index d6cc4d6..e4d672d 100644
--- a/xorg-x11-drv-penmount.spec
+++ b/xorg-x11-drv-penmount.spec
@@ -2,13 +2,13 @@
 %global moduledir %(pkg-config xorg-server --variable=moduledir )
 %global driverdir %{moduledir}/input
 
-%global gitdate 20101203
-%global gitversion 6658e9ad2
+#global gitdate 20101203
+#global gitversion 6658e9ad2
 
 Summary:   Xorg X11 penmount input driver
 Name:      xorg-x11-drv-penmount
 Version:   1.5.0
-Release:   1%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
+Release:   2%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc README COPYING
 
 %changelog
+* Tue Jun 28 2011 Peter Hutterer <peter.hutterer at redhat.com> 1.5.0-2
+- disable git variables, we're actually building from the tarball
+
 * Tue Jun 28 2011 Peter Hutterer <peter.hutterer at redhat.com> 1.5.0-1
 - penmount 1.5.0
 


More information about the scm-commits mailing list