rpms/cairo/devel cairo.spec,1.107,1.108

Benjamin Otte company at fedoraproject.org
Sun Jul 4 21:53:19 UTC 2010


Author: company

Update of /cvs/pkgs/rpms/cairo/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11440

Modified Files:
	cairo.spec 
Log Message:
* Sun Jul 04 2010 Benjamin Otte <otte at redhat.com> - 1.9.10-2
- Don't use silent rules, we want verbose output in builders




Index: cairo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cairo/devel/cairo.spec,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -p -r1.107 -r1.108
--- cairo.spec	27 Jun 2010 13:42:00 -0000	1.107
+++ cairo.spec	4 Jul 2010 21:53:19 -0000	1.108
@@ -5,7 +5,7 @@
 Summary:	A 2D graphics library
 Name:		cairo
 Version:	1.9.10
-Release:	1%{?dist}
+Release:	2%{?dist}
 URL:		http://cairographics.org
 Source0:	http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
 #Source0:	http://cairographics.org/releases/%{name}-%{version}.tar.gz
@@ -72,12 +72,12 @@ This package contains tools for working 
 	--enable-pdf 		\
 	--enable-svg 		\
 	--disable-gtk-doc
-make %{?_smp_mflags}
+make V=1 %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install V=1 DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %clean
@@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/cairo
 
 %changelog
+* Sun Jul 04 2010 Benjamin Otte <otte at redhat.com> - 1.9.10-2
+- Don't use silent rules, we want verbose output in builders
+
 * Thu Jun 27 2010 Benjamin Otte <otte at redhat.com> - 1.9.10-1
 - Update to 1.9.10 snapshot
 



More information about the scm-commits mailing list