Hello community, here is the log from the commit of package ghostscript-library checked in at Fri Sep 21 15:23:12 CEST 2007. -------- --- ghostscript-library/ghostscript-library.changes 2007-07-21 08:51:07.000000000 +0200 +++ /mounts/work_src_done/STABLE/ghostscript-library/ghostscript-library.changes 2007-09-20 14:49:28.893615000 +0200 @@ -1,0 +2,17 @@ +Thu Sep 20 11:54:43 CEST 2007 - werner@suse.de + +- Update espgs to bugfix version 8.15.4 + + The configure script did not add the Brother drivers by default + (STR #2214) + + The configure script did not add the CUPS fonts directory to + the default font path. + + Changed the default substitution glyph back to .notdef since + space is not always present (STR #2163) + + Interpreter crash bug fixed (STR #2199) + + The dvipdf script now supports the dvips -R options (STR #2027) + + The packaging files did not restart the CUPS scheduler after + installing the pstoraster.convs file. + + The FreeType support did not do the proper substitutions. +- Replace broken overprint patch (bug #281939, #301762) + +------------------------------------------------------------------- ghostscript-mini.changes: same change Old: ---- espgs-7.05.3-overprint.dif espgs-8.15.3.dif espgs-8.15.3.tar.bz2 New: ---- espgs-8.15.4.dif espgs-8.15.4-overprint.dif espgs-8.15.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghostscript-library.spec ++++++ --- /var/tmp/diff_new_pack.i11720/_old 2007-09-21 15:22:06.000000000 +0200 +++ /var/tmp/diff_new_pack.i11720/_new 2007-09-21 15:22:06.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package ghostscript-library (Version 8.15.3) +# spec file for package ghostscript-library (Version 8.15.4) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,7 +11,11 @@ # norootforbuild Name: ghostscript-library +%if %suse_version > 1020 +BuildRequires: cups-devel cups-libs ed fdupes flex freetype2-devel gcc-c++ glib2-devel libpng-devel libtiff-devel libxml2-devel openssl-devel t1utils xorg-x11-devel +%else BuildRequires: cups-devel cups-libs ed flex freetype2-devel gcc-c++ glib2-devel libpng-devel libtiff-devel libxml2-devel openssl-devel t1utils xorg-x11-devel +%endif %if "%(xft-config --prefix)" == "/usr" %define xfontdir /usr/share/fonts %define fonts /usr/share/fonts/truetype:/usr/share/fonts/Type1 @@ -19,10 +23,10 @@ %define xfontdir /usr/X11R6/lib/X11/fonts %define fonts /usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/Type1 %endif -URL: http://www.cs.wisc.edu/~ghost/ +Url: http://www.cs.wisc.edu/~ghost/ %define extnm 0 %define libgs 1 -%define GSVER 8.15.3 +%define GSVER 8.15.4 %define GSMAIN 8.15 %define JPEG 6b %define PCL3VER 3.3 @@ -42,10 +46,10 @@ Obsoletes: gs_lib ghostscript-serv Conflicts: ghostscript-library %endif # if ghostscript-mini -Autoreqprov: on +AutoReqProv: on Summary: Necessary Files for Running Ghostscript -Version: 8.15.3 -Release: 75 +Version: 8.15.4 +Release: 1 License: GPL v2 or later, Includes now the full implemented version of pdf_sec.ps BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: espgs-%{GSVER}.tar.bz2 @@ -71,7 +75,7 @@ Patch0: espgs-%{GSVER}.dif Patch1: espgs-8.15.2rc1-pdfrange.dif Patch2: espgs-8.15.2rc1-pdfsec.dif -Patch3: espgs-7.05.3-overprint.dif +Patch3: espgs-8.15.4-overprint.dif Patch4: espgs-8.15.3-sgirdb.dif Patch10: gimp-print-%{PRINT}.dif Patch11: gimp-print-%{PRINT}-pcl.dif @@ -114,7 +118,7 @@ Group: Productivity/Publishing/PS Provides: ghostscript_any gs_x11 ghostscript_x11 Obsoletes: gs_x11 -Autoreqprov: on +AutoReqProv: on %description -n ghostscript-x11 If you plan to preview PostScript documents under the X Window System @@ -234,7 +238,7 @@ %package -n libgimpprint Version: 4.2.7 -Release: 152 +Release: 176 Summary: Gimp-Print libraries Group: Development/Libraries/C and C++ @@ -249,7 +253,7 @@ %package -n libgimpprint-devel Version: 4.2.7 -Release: 152 +Release: 176 Requires: %install_info_prereq Summary: Gimp-Print Include Files Group: Development/Libraries/C and C++ @@ -745,6 +749,25 @@ echo "%%config $ec" >> config.gs fi done +%if "%name" != "ghostscript-mini" +%if %suse_version > 1020 +target="" +fdupes -q -r %{buildroot}%{_datadir}/ghostscript/Omni/ | \ +while read file; do + if test -z "$target" ; then + target="$file" + else + if test -z "$file" ; then + target="" + continue + fi + ln -sf "${target##*/}" "$file" + fi +done +unset target file +%endif +%find_lang gimp-print +%endif # ############################################################## # @@ -1131,11 +1154,10 @@ /usr/share/ghostscript/fonts/timesi8.pfb /usr/share/ghostscript/fonts/timesi8.pfm -%files -n libgimpprint +%files -n libgimpprint -f gimp-print.lang %defattr(-, root, root) /usr/bin/gimpprint-config %{_libdir}/libgimpprint.so.* -/usr/share/locale/*/LC_MESSAGES/gimp-print.mo %files -n libgimpprint-devel %defattr(-, root, root) @@ -1147,8 +1169,21 @@ %doc %{_mandir}/man*/gimpprint* %doc %{_infodir}/gimpprint.* %endif # if not ghostscript-mini - %changelog +* Thu Sep 20 2007 - werner@suse.de +- Update espgs to bugfix version 8.15.4 + + The configure script did not add the Brother drivers by default + (STR #2214) + + The configure script did not add the CUPS fonts directory to + the default font path. + + Changed the default substitution glyph back to .notdef since + space is not always present (STR #2163) + + Interpreter crash bug fixed (STR #2199) + + The dvipdf script now supports the dvips -R options (STR #2027) + + The packaging files did not restart the CUPS scheduler after + installing the pstoraster.convs file. + + The FreeType support did not do the proper substitutions. +- Replace broken overprint patch (bug #281939, #301762) * Sat Jul 21 2007 - coolo@suse.de - do not require xorg-x11 to build * Thu Jun 21 2007 - adrian@suse.de ++++++ ghostscript-mini.spec ++++++ --- /var/tmp/diff_new_pack.i11720/_old 2007-09-21 15:22:06.000000000 +0200 +++ /var/tmp/diff_new_pack.i11720/_new 2007-09-21 15:22:06.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package ghostscript-mini (Version 8.15.3) +# spec file for package ghostscript-mini (Version 8.15.4) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,7 +11,11 @@ # norootforbuild Name: ghostscript-mini +%if %suse_version > 1020 +BuildRequires: ed fdupes libpng-devel +%else BuildRequires: ed libpng-devel +%endif %if %suse_version > 1010 %define xfontdir /usr/share/fonts %define fonts /usr/share/fonts/truetype:/usr/share/fonts/Type1 @@ -22,7 +26,7 @@ Url: http://www.cs.wisc.edu/~ghost/ %define extnm 0 %define libgs 0 -%define GSVER 8.15.3 +%define GSVER 8.15.4 %define GSMAIN 8.15 %define JPEG 6b %define PCL3VER 3.3 @@ -42,10 +46,10 @@ Obsoletes: gs_lib ghostscript-serv Conflicts: ghostscript-library %endif # if ghostscript-mini -Autoreqprov: on +AutoReqProv: on Summary: SuSE internal replacement for ghostscript-library and ghostscript-any (Ghostscript) -Version: 8.15.3 -Release: 58 +Version: 8.15.4 +Release: 1 License: GPL v2 or later, Includes now the full implemented version of pdf_sec.ps BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: espgs-%{GSVER}.tar.bz2 @@ -71,7 +75,7 @@ Patch0: espgs-%{GSVER}.dif Patch1: espgs-8.15.2rc1-pdfrange.dif Patch2: espgs-8.15.2rc1-pdfsec.dif -Patch3: espgs-7.05.3-overprint.dif +Patch3: espgs-8.15.4-overprint.dif Patch4: espgs-8.15.3-sgirdb.dif Patch10: gimp-print-%{PRINT}.dif Patch11: gimp-print-%{PRINT}-pcl.dif @@ -106,7 +110,7 @@ Group: Productivity/Publishing/PS Provides: ghostscript_any gs_x11 ghostscript_x11 Obsoletes: gs_x11 -Autoreqprov: on +AutoReqProv: on %description -n ghostscript-x11 If you plan to preview PostScript documents under the X Window System @@ -226,7 +230,7 @@ %package -n libgimpprint Version: 4.2.7 -Release: 152 +Release: 176 Summary: Gimp-Print libraries Group: Development/Libraries/C and C++ @@ -241,7 +245,7 @@ %package -n libgimpprint-devel Version: 4.2.7 -Release: 152 +Release: 176 Requires: %install_info_prereq Summary: Gimp-Print Include Files Group: Development/Libraries/C and C++ @@ -737,6 +741,25 @@ echo "%%config $ec" >> config.gs fi done +%if "%name" != "ghostscript-mini" +%if %suse_version > 1020 +target="" +fdupes -q -r %{buildroot}%{_datadir}/ghostscript/Omni/ | \ +while read file; do + if test -z "$target" ; then + target="$file" + else + if test -z "$file" ; then + target="" + continue + fi + ln -sf "${target##*/}" "$file" + fi +done +unset target file +%endif +%find_lang gimp-print +%endif # ############################################################## # @@ -1123,11 +1146,10 @@ /usr/share/ghostscript/fonts/timesi8.pfb /usr/share/ghostscript/fonts/timesi8.pfm -%files -n libgimpprint +%files -n libgimpprint -f gimp-print.lang %defattr(-, root, root) /usr/bin/gimpprint-config %{_libdir}/libgimpprint.so.* -/usr/share/locale/*/LC_MESSAGES/gimp-print.mo %files -n libgimpprint-devel %defattr(-, root, root) @@ -1139,8 +1161,21 @@ %doc %{_mandir}/man*/gimpprint* %doc %{_infodir}/gimpprint.* %endif # if not ghostscript-mini - %changelog +* Thu Sep 20 2007 - werner@suse.de +- Update espgs to bugfix version 8.15.4 + + The configure script did not add the Brother drivers by default + (STR #2214) + + The configure script did not add the CUPS fonts directory to + the default font path. + + Changed the default substitution glyph back to .notdef since + space is not always present (STR #2163) + + Interpreter crash bug fixed (STR #2199) + + The dvipdf script now supports the dvips -R options (STR #2027) + + The packaging files did not restart the CUPS scheduler after + installing the pstoraster.convs file. + + The FreeType support did not do the proper substitutions. +- Replace broken overprint patch (bug #281939, #301762) * Thu Jun 21 2007 - adrian@suse.de - fix changelog entry order * Wed Jun 06 2007 - werner@suse.de ++++++ espgs-7.05.3-overprint.dif -> espgs-8.15.4.dif ++++++ ++++ 3737 lines (skipped) ++++ between ghostscript-library/espgs-7.05.3-overprint.dif ++++ and /mounts/work_src_done/STABLE/ghostscript-library/espgs-8.15.4.dif ++++++ espgs-7.05.3-overprint.dif -> espgs-8.15.4-overprint.dif ++++++ --- ghostscript-library/espgs-7.05.3-overprint.dif 2006-11-07 15:37:15.000000000 +0100 +++ /mounts/work_src_done/STABLE/ghostscript-library/espgs-8.15.4-overprint.dif 2007-09-20 14:47:12.435066000 +0200 @@ -1,31 +1,6 @@ --- src/gdevbbox.c -+++ src/gdevbbox.c 2006-11-07 14:23:23.000000000 +0000 -@@ -255,10 +255,10 @@ - - /* Initialize a bounding box device. */ - void --gx_device_bbox_init(gx_device_bbox * dev, gx_device * target) -+gx_device_bbox_init(gx_device_bbox * dev, gx_device * target, gs_memory_t * memory) - { - gx_device_init((gx_device *) dev, (const gx_device *)&gs_bbox_device, -- (target ? target->memory : NULL), true); -+ (target ? target->memory : memory), true); - if (target) { - gx_device_forward_fill_in_procs((gx_device_forward *) dev); - set_dev_proc(dev, get_initial_matrix, gx_forward_get_initial_matrix); -@@ -273,10 +273,9 @@ - set_dev_proc(dev, pattern_manage, gx_forward_pattern_manage); - set_dev_proc(dev, fill_rectangle_hl_color, gx_forward_fill_rectangle_hl_color); - set_dev_proc(dev, include_color_space, gx_forward_include_color_space); -+ set_dev_proc(dev, get_page_device, gx_forward_get_page_device); - gx_device_set_target((gx_device_forward *)dev, target); - } else { -- if (!dev->memory) -- dev->memory = &gs_memory_default; /* Used in gx_general_fill_path() */ - gx_device_fill_in_procs((gx_device *)dev); - gx_device_forward_fill_in_procs((gx_device_forward *) dev); - } -@@ -1169,6 +1168,17 @@ ++++ src/gdevbbox.c 2007-09-20 12:37:19.163810716 +0000 +@@ -1169,6 +1169,17 @@ bbox_create_compositor(gx_device * dev, { gx_device_bbox *const bdev = (gx_device_bbox *) dev; gx_device *target = bdev->target; @@ -43,40 +18,9 @@ /* * If there isn't a target, all we care about is the bounding box, -@@ -1202,7 +1212,7 @@ - (*dev_proc(cdev, close_device)) (cdev); - return_error(gs_error_VMerror); - } -- gx_device_bbox_init(bbcdev, target); -+ gx_device_bbox_init(bbcdev, target, memory); - gx_device_set_target((gx_device_forward *)bbcdev, cdev); - bbcdev->box_procs = box_procs_forward; - bbcdev->box_proc_data = bdev; ---- src/gdevbbox.h -+++ src/gdevbbox.h 2006-11-07 12:46:13.000000000 +0000 -@@ -125,7 +125,7 @@ - gx_device_finalize, st_device_forward, box_proc_data) - - /* Initialize a bounding box device. */ --void gx_device_bbox_init(gx_device_bbox * dev, gx_device * target); -+void gx_device_bbox_init(gx_device_bbox * dev, gx_device * target, gs_memory_t * memory); - - /* Set whether a bounding box device propagates open/close to its target. */ - void gx_device_bbox_fwd_open_close(gx_device_bbox * dev, ---- src/gdevvec.c -+++ src/gdevvec.c 2006-11-07 14:31:28.000000000 +0000 -@@ -316,7 +316,7 @@ - */ - vdev->strm->procs.close = vdev->strm->procs.flush; - if (vdev->bbox_device) { -- gx_device_bbox_init(vdev->bbox_device, NULL); -+ gx_device_bbox_init(vdev->bbox_device, NULL, vdev->v_memory); - gx_device_set_resolution((gx_device *) vdev->bbox_device, - vdev->HWResolution[0], - vdev->HWResolution[1]); --- src/gdevxini.c -+++ src/gdevxini.c 2006-11-06 15:55:52.000000000 +0000 -@@ -413,6 +413,7 @@ ++++ src/gdevxini.c 2007-09-20 12:39:20.300729878 +0000 +@@ -413,6 +413,7 @@ gdev_x_open(gx_device_X * xdev) xdev->height = xid_height; xdev->initial_matrix.ty = xdev->height; } else { /* !xdev->pwin */ @@ -84,14 +28,3 @@ xswa.event_mask = ExposureMask; xswa.background_pixel = xdev->background; xswa.border_pixel = xdev->borderColor; ---- src/gximag3x.c -+++ src/gximag3x.c 2006-11-07 12:46:39.000000000 +0000 -@@ -541,7 +541,7 @@ - - if (bbdev == 0) - return_error(gs_error_VMerror); -- gx_device_bbox_init(bbdev, dev); -+ gx_device_bbox_init(bbdev, dev, mem); - gx_device_bbox_fwd_open_close(bbdev, false); - code = dev_proc(bbdev, begin_typed_image) - ((gx_device *)bbdev, pis, pmat, pic, prect, pdcolor, pcpath, mem, ++++++ espgs-8.15.3.tar.bz2 -> espgs-8.15.4.tar.bz2 ++++++ ghostscript-library/espgs-8.15.3.tar.bz2 /mounts/work_src_done/STABLE/ghostscript-library/espgs-8.15.4.tar.bz2 differ: byte 11, line 1 ++++++ rpmlintrc ++++++ --- ghostscript-library/rpmlintrc 2007-06-01 15:22:43.000000000 +0200 +++ /mounts/work_src_done/STABLE/ghostscript-library/rpmlintrc 2007-09-20 13:12:25.853615000 +0200 @@ -2,3 +2,7 @@ addFilter(".*devel-file-in-non-devel-package.*/usr/lib64/ghostscript/Omni/.*\.so.*") addFilter(".*devel-file-in-non-devel-package.*/usr/lib/libijs.*\.so.*") addFilter(".*devel-file-in-non-devel-package.*/usr/lib64/libijs.*\.so.*") +addFilter(".*files-duplicate.*/usr/share/ghostscript/Omni/.*\.xml.*") +addFilter(".*files-duplicate.*/usr/share/ghostscript/fonts/fonts\..*") +addFilter(".*patch-not-applied.*ghostscript-fonts-std-8\.11\.patch.*") +addFilter(".*zero-length.*/etc/ghostscript/.*/Fontmap.X11-auto.*") ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de