From ca156be6ef945f0fcbe82dec28a02acf79e48bbc Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Feb 13 2014 18:04:53 +0000 Subject: import xorg-x11-server-utils-7.7-4.el7.src.rpm --- diff --git a/SPECS/xorg-x11-server-utils.spec b/SPECS/xorg-x11-server-utils.spec index 4265200..7cb43a5 100644 --- a/SPECS/xorg-x11-server-utils.spec +++ b/SPECS/xorg-x11-server-utils.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 X server utilities Name: xorg-x11-%{pkgname} Version: 7.7 -Release: 2%{?dist} +Release: 4%{?dist} License: MIT Group: User Interface/X URL: http://www.x.org @@ -95,7 +95,7 @@ popd ;; *) autoreconf -vif - %configure --with-cpp=/usr/bin/mcpp + %configure ;; esac @@ -169,6 +169,12 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Feb 13 2014 Adam Jackson 7.7-4 +- Fix configure to not point to mcpp either + +* Fri Dec 27 2013 Daniel Mach - 7.7-3 +- Mass rebuild 2013-12-27 + * Wed Oct 02 2013 Adam Jackson 7.7-2 - xrdb: Default to -nocpp - Drop Requires: mcpp to match; install cpp if you need it.