From efb27f9d3d338a80242640c3d1d1dc81fc03c05a Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jul 07 2011 08:58:58 +0000 Subject: Merge branch 'f14' into f15 --- diff --git a/cups.spec b/cups.spec index 8bc3241..20aad6d 100644 --- a/cups.spec +++ b/cups.spec @@ -13,7 +13,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.4.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Group: System Environment/Daemons Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2 @@ -340,7 +340,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fstack-protector-all -DLDAP_DEPRECATED=1" localedir=%{_datadir}/locale # If we got this far, all prerequisite libraries must be here. -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install rm -rf $RPM_BUILD_ROOT @@ -624,6 +624,9 @@ rm -rf $RPM_BUILD_ROOT %{php_extdir}/phpcups.so %changelog +* Thu Jul 7 2011 Tim Waugh 1:1.4.7-4 +- Make build log verbose enough to include compiler flags used. + * Wed Jun 29 2011 Tim Waugh 1:1.4.7-3 - Tag localization files correctly (bug #716421).