rpms/xorg-x11-server-utils/devel xorg-x11-server-utils.spec, 1.53, 1.54

Dan Horák sharkcz at fedoraproject.org
Mon Jul 12 10:49:07 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/xorg-x11-server-utils/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28293

Modified Files:
	xorg-x11-server-utils.spec 
Log Message:
* Mon Jul 12 2010 Dan Horák <dan[at]danny.cz> - 7.4-17
- nothing is patched => don't run autotools (fixes problems with autoconf 2.66)



Index: xorg-x11-server-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server-utils/devel/xorg-x11-server-utils.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- xorg-x11-server-utils.spec	5 Mar 2010 13:21:09 -0000	1.53
+++ xorg-x11-server-utils.spec	12 Jul 2010 10:49:07 -0000	1.54
@@ -5,7 +5,7 @@
 Summary: X.Org X11 X server utilities
 Name: xorg-x11-%{pkgname}
 Version: 7.4
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.x.org
@@ -80,16 +80,16 @@ Utility to perform keystone adjustments 
       case $app in
          rgb-*)
             # FIXME: run autotools junk to kick in our patch
-            aclocal --force
-            automake -f
-            autoconf
+            #aclocal --force
+            #automake -f
+            #autoconf
             %configure ;# --with-rgb-db=%{_datadir}/X11
             ;;
 	 xset-*)
 	    # FIXME: run autotools junk to kick in our patch
-	    aclocal --force
-	    automake -f
-	    autoconf
+	    #aclocal --force
+	    #automake -f
+	    #autoconf
 	    %configure
 	    ;;
          *)
@@ -163,6 +163,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Jul 12 2010 Dan Horák <dan[at]danny.cz> - 7.4-17
+- nothing is patched => don't run autotools (fixes problems with autoconf 2.66)
+
 * Fri Mar 05 2010 Matěj Cepl <mcepl at redhat.com> - 7.4-16
 - Fixed bad directory ownership of /usr/share/X11
 



More information about the scm-commits mailing list