| 
									
										
										
										
											2012-04-25 14:47:49 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Apr 24 14:30:45 CEST 2012 - jsmeix@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Install documentation which is not installed by default | 
					
						
							|  |  |  |   (LICENSE doc/AUTHORS doc/COPYING doc/GS9_Color_Management.pdf | 
					
						
							|  |  |  |    doc/gs-vms.hlp doc/Ps2ps2.htm). | 
					
						
							|  |  |  | - Add a link from SUSE's usual documentation directory | 
					
						
							|  |  |  |   (/usr/share/doc/packages/ghostscript/) to Ghostscript's | 
					
						
							|  |  |  |   documentation directory (/usr/share/ghostscript/9.05/doc/) | 
					
						
							|  |  |  |   because "configure --docdir=..." does not work. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-04-05 13:22:56 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Apr  5 15:06:56 CEST 2012 - jsmeix@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Removed BuildRequires docbook-toys which is not needed | 
					
						
							|  |  |  |   (db2ps and db2pdf called in ijs/Makefile.am to make ijs_spec.ps | 
					
						
							|  |  |  |    and ijs_spec.pdf but neither of them is made - both are | 
					
						
							|  |  |  |    provided in the sources) but docbook-toys pulls in packages | 
					
						
							|  |  |  |   like texlive-bin-jadetex and texlive-jadetex which needlessly | 
					
						
							|  |  |  |   blow up the build system. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-03-28 14:14:38 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Mar 28 10:59:21 CEST 2012 - jsmeix@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-04-05 13:22:56 +00:00
										 |  |  | - Require the basic fonts for Ghostscript | 
					
						
							|  |  |  |   (package ghostscript-fonts-std) and recommend the | 
					
						
							|  |  |  |   optional fonts (package ghostscript-fonts-other). | 
					
						
							| 
									
										
										
										
											2012-03-28 14:14:38 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-03-23 10:40:53 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Mar 23 11:32:28 CET 2012 - jsmeix@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Cleaned up BuildRequires. | 
					
						
							|  |  |  | - Added ghostscript-mini.spec with minimal BuildRequires. | 
					
						
							|  |  |  | - Explicitly specify configure --with-* versus --without-* | 
					
						
							|  |  |  |   in ghostscript.spec versus ghostscript-mini.spec | 
					
						
							|  |  |  |   to make the differences clear. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-03-16 09:36:05 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Mar 16 10:27:01 CET 2012 - jsmeix@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Unfortunately ghostscript-library.spec and ghostscript-mini.spec | 
					
						
							|  |  |  |   have unversioned "Provides: ghostscript" and for RPM this means | 
					
						
							|  |  |  |   that both ghostscript-library and ghostscript-mini | 
					
						
							|  |  |  |   provide any version of ghostscript. Therefore any non-matching | 
					
						
							|  |  |  |   version of ghostscript-library and ghostscript-mini fulfill | 
					
						
							|  |  |  |   any RPM requirement for ghostscript in the ghostscript-x11 | 
					
						
							|  |  |  |   and ghostscript-devel sub-packages which is wrong. | 
					
						
							|  |  |  |   Therefore explicit conflicts with ghostscript-library and | 
					
						
							|  |  |  |   ghostscript-mini are specified in the ghostscript-x11 | 
					
						
							|  |  |  |   and ghostscript-devel sub-packages to avoid the mess. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-03-15 15:45:27 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Mar 15 16:43:26 CET 2012 - jsmeix@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Configure --without-libpaper disables libpaper support | 
					
						
							|  |  |  |   because SUSE does not have libpaper. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-03-15 12:01:17 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Mar 15 12:28:36 CET 2012 - jsmeix@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Configure --without-jasper and --enable-openjpeg because | 
					
						
							|  |  |  |   since Ghostscript 9.05 JasPer is deprecated and Ghostscript | 
					
						
							|  |  |  |   now ships modified OpenJPEG sources for JPEG2000 decoding | 
					
						
							|  |  |  |   (replacing JasPer). Performance, reliability and memory use | 
					
						
							|  |  |  |   whilst decoding JPX streams are all improved. Accordingly | 
					
						
							|  |  |  |   the BuildRequires libjasper-devel is removed. | 
					
						
							|  |  |  | - Configure --without-ufst and --without-luratech because | 
					
						
							|  |  |  |   those are relevant to commercial releases only | 
					
						
							|  |  |  |   which would require a commercial license. | 
					
						
							|  |  |  | - Added BuildRequires libtool which requires automake and | 
					
						
							|  |  |  |   automake requires autoconf to fix build requirements | 
					
						
							|  |  |  |   for openSUSE:Factory. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-24 15:50:01 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Feb 24 16:48:06 CET 2012 - jsmeix@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Using fixed /usr/lib/cups/filter (no lib64) because CUPS | 
					
						
							|  |  |  |   in the Printing project uses it in any case. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-24 15:09:50 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Feb 24 15:21:05 CET 2012 - jsmeix@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Adapt RPM dependencies to what is actually used | 
					
						
							|  |  |  |   in openSUSE:Factory (dated 22 Feb. 2012). | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Feb 16 15:36:21 CET 2012 - jsmeix@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Added RPM dependencies to make sure ghostscript-x11 and the | 
					
						
							|  |  |  |   main-package have exact matching version-release because both | 
					
						
							|  |  |  |   could have any kind of Ghostscript-internal dependencies. | 
					
						
							|  |  |  |   This is only an approximation to have ghostscript-x11 and | 
					
						
							|  |  |  |   the main-package from the same build where the main-package | 
					
						
							|  |  |  |   and its sub-package have been made but currently there is | 
					
						
							|  |  |  |   no clean way to specify a 'same build' RPM dependency. | 
					
						
							|  |  |  |   Therefore currently ghostscript-x11 and the main-package could | 
					
						
							|  |  |  |   have same version-release but nevertheless come from different | 
					
						
							|  |  |  |   projects/repositories (e.g. with different patches or | 
					
						
							|  |  |  |   whatever kind of differences). | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Feb 15 11:42:41 CET 2012 - jsmeix@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Split files which require X11 stuff into a ghostscript-x11 | 
					
						
							|  |  |  |   sub-package (currently only /usr/lib/ghostscript/9.05/X11.so) | 
					
						
							|  |  |  |   so that the ghostscript package can be installed without X11. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Feb  9 11:34:33 CET 2012 - jsmeix@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Upgrade to version 9.05 (see bnc#735824): | 
					
						
							|  |  |  |   New simple ink-coverage device (inkconv). | 
					
						
							|  |  |  |   The ps2write device has a large number of improvements. | 
					
						
							|  |  |  |   Fixes and improvements for the CUPS Raster output device | 
					
						
							|  |  |  |   (in particular Ghostscript bug 691922 regarding color model). | 
					
						
							|  |  |  |   Renamed the PXL CUPS filter from "pstopxl" to "gstopxl".  | 
					
						
							|  |  |  |   For details see the doc/News.htm file. | 
					
						
							|  |  |  | - Removed "make cups" and "make cups-install" from spec file | 
					
						
							|  |  |  |   using "configure ... --with-install-cups" instead | 
					
						
							|  |  |  |   (new since version 9.04, see "configure --help"). | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Dec 13 15:18:06 UTC 2011 - jw@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Upgrade to version 9.04 (see bnc#735824): | 
					
						
							|  |  |  |   For details see the doc/News.htm file. | 
					
						
							|  |  |  | - Added "make cups" and "make cups-install" to spec file. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Mar 15 16:06:40 CET 2011 - jsmeix@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-03-23 10:40:53 +00:00
										 |  |  | - Initial ghostscript package. | 
					
						
							| 
									
										
										
										
											2012-02-24 15:09:50 +00:00
										 |  |  | 
 |