rpms/ghostscript/F-11 ghostscript-tiff-default-strip-size.patch, 1.1, 1.2 ghostscript.spec, 1.206, 1.207

Tim Waugh twaugh at fedoraproject.org
Tue Mar 16 10:03:00 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/ghostscript/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14622

Modified Files:
	ghostscript-tiff-default-strip-size.patch ghostscript.spec 
Log Message:
* Tue Mar 16 2010 Tim Waugh <twaugh at redhat.com> 8.71-6
- Use upstream fix for TIFF default strip size (bug #571520).


ghostscript-tiff-default-strip-size.patch:
 gdevtifs.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: ghostscript-tiff-default-strip-size.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ghostscript/F-11/ghostscript-tiff-default-strip-size.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ghostscript-tiff-default-strip-size.patch	15 Mar 2010 17:35:31 -0000	1.1
+++ ghostscript-tiff-default-strip-size.patch	16 Mar 2010 10:02:59 -0000	1.2
@@ -1,12 +1,12 @@
 diff -up ghostscript-8.71/base/gdevtifs.h.tiff-default-strip-size ghostscript-8.71/base/gdevtifs.h
---- ghostscript-8.71/base/gdevtifs.h.tiff-default-strip-size	2010-03-15 16:42:06.892248676 +0000
-+++ ghostscript-8.71/base/gdevtifs.h	2010-03-15 16:42:26.890373466 +0000
+--- ghostscript-8.71/base/gdevtifs.h.tiff-default-strip-size	2010-02-04 17:47:57.000000000 +0000
++++ ghostscript-8.71/base/gdevtifs.h	2010-03-16 09:58:29.269600052 +0000
 @@ -50,7 +50,7 @@ int tiff_print_page(gx_device_printer *d
   * Sets the compression tag for TIFF and updates the rows_per_strip tag to
   * reflect max_strip_size under the new compression scheme.
   */
 -#define TIFF_DEFAULT_STRIP_SIZE 8192
-+#define TIFF_DEFAULT_STRIP_SIZE 0
++#define TIFF_DEFAULT_STRIP_SIZE 1048576
  
  int tiff_set_compression(gx_device_printer *pdev,
  			 TIFF *tif,


Index: ghostscript.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghostscript/F-11/ghostscript.spec,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -p -r1.206 -r1.207
--- ghostscript.spec	15 Mar 2010 17:35:32 -0000	1.206
+++ ghostscript.spec	16 Mar 2010 10:02:59 -0000	1.207
@@ -5,7 +5,7 @@ Summary: A PostScript interpreter and re
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 # Included CMap data is Redistributable, no modification permitted,
 # see http://bugzilla.redhat.com/487510
@@ -328,6 +328,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgs.so
 
 %changelog
+* Tue Mar 16 2010 Tim Waugh <twaugh at redhat.com> 8.71-6
+- Use upstream fix for TIFF default strip size (bug #571520).
+
 * Mon Mar 15 2010 Tim Waugh <twaugh at redhat.com> 8.71-5
 - Restore the TIFF default strip size of 0 (bug #571520).
 - Don't segfault closing tiffg3 device if opening failed (bug #571520).



More information about the scm-commits mailing list