rpms/gutenprint/devel gutenprint.spec,1.52,1.53

Tim Waugh twaugh at fedoraproject.org
Mon Aug 3 08:25:34 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/gutenprint/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20871

Modified Files:
	gutenprint.spec 
Log Message:
* Mon Aug  3 2009 Tim Waugh <twaugh at redhat.com> 5.2.4-3
- Silence gutenprint-foomaticppdupdate on gutenprint-foomatic upgrade.



Index: gutenprint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gutenprint/devel/gutenprint.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- gutenprint.spec	31 Jul 2009 16:52:29 -0000	1.52
+++ gutenprint.spec	3 Aug 2009 08:25:34 -0000	1.53
@@ -4,7 +4,7 @@
 Name:           gutenprint
 Summary:        Printer Drivers Package.
 Version:        5.2.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Group:          System Environment/Base
 URL:            http://gimp-print.sourceforge.net/
 Source0:        http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
@@ -254,13 +254,16 @@ exit 0
 %post foomatic
 /bin/rm -f /var/cache/foomatic/*
 if [ $1 -eq 2 ]; then
-  %{_sbindir}/gutenprint-foomaticppdupdate %{version} || :
+  %{_sbindir}/gutenprint-foomaticppdupdate %{version} >/dev/null 2>&1 || :
 fi
 
 %postun foomatic
 /bin/rm -f /var/cache/foomatic/*
 
 %changelog
+* Mon Aug  3 2009 Tim Waugh <twaugh at redhat.com> 5.2.4-3
+- Silence gutenprint-foomaticppdupdate on gutenprint-foomatic upgrade.
+
 * Fri Jul 31 2009 Tim Waugh <twaugh at redhat.com> 5.2.4-2
 - 5.2.4.  Re-enabled compiler optimization for ppc64.
 




More information about the scm-commits mailing list