ghostscript-vl.spec 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198
  1. %define gs_ver 8.71
  2. %define gs_dot_ver 8.71
  3. %{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
  4. Summary: A PostScript(TM) interpreter and renderer.
  5. Summary(ja): 日本語 PostScript(TM) インタプリタ/レンダラ/ビュア
  6. Name: ghostscript
  7. Version: %{gs_ver}
  8. Release: 2%{?_dist_release}
  9. License: GPLv2
  10. URL: http://www.ghostscript.com/
  11. Group: Applications/Publishing
  12. Source0: ghostscript-%{gs_ver}.tar.gz
  13. Source4: cidfmap
  14. Source5: cidfmap.ja
  15. Source10: Changelog.gs7.vine
  16. # patches from fedora
  17. Patch1: ghostscript-multilib.patch
  18. Patch2: ghostscript-scripts.patch
  19. Patch3: ghostscript-noopt.patch
  20. Patch4: ghostscript-fPIC.patch
  21. Patch5: ghostscript-runlibfileifexists.patch
  22. Patch6: ghostscript-system-jasper.patch
  23. Patch7: ghostscript-pksmraw.patch
  24. Patch12: ghostscript-8.64_CVE-2009-4270.patch
  25. # buildfix
  26. Patch20: ghostscript-8.71-fix-build-executables.patch
  27. # ps2pdfwr
  28. # use NeverEmbeddedFontList/AlwaysEmbeddedFontList
  29. Patch200: ghostscript-8.64-ps2pdfwr.patch
  30. # eplaser fix
  31. # http://tyche.pu-toyama.ac.jp/~a-urasim/gs/
  32. Patch1000: ghostscript-8.63-eplaser-fix.patch
  33. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  34. BuildRequires: libjpeg-devel, libXt-devel
  35. BuildRequires: zlib-devel, libpng-devel, unzip, gtk2-devel
  36. BuildRequires: glib2-devel, gnutls-devel
  37. # Omni requires libxml
  38. BuildRequires: libxml2-devel
  39. BuildRequires: libtiff-devel
  40. BuildRequires: cups-devel >= 1.1.13
  41. BuildRequires: libtool
  42. BuildRequires: jasper-devel
  43. %{?_with_freetype:BuildRequires: freetype2-devel}
  44. Requires: urw-fonts
  45. Obsoletes: hpijs <= 1.7.1-2vl5
  46. #Provides: hpijs
  47. Obsoletes: ghostscript-shared < 8.0
  48. Provides: ghostscript-shared = %{version}-%{release}
  49. Conflicts: cups < 1.3.9-1
  50. Packager: daisuke
  51. %description
  52. Ghostscript is a set of software that provides a PostScript(TM)
  53. interpreter, a set of C procedures (the Ghostscript library, which
  54. implements the graphics capabilities in the PostScript language) and
  55. an interpreter for Portable Document Format (PDF) files. Ghostscript
  56. translates PostScript code into many common, bitmapped formats, like
  57. those understood by your printer or screen. Ghostscript is normally
  58. used to display PostScript files and to print PostScript files to
  59. non-PostScript printers.
  60. If you need to display PostScript files or print them to
  61. non-PostScript printers, you should install ghostscript. If you
  62. install ghostscript, you also need to install the ghostscript-fonts
  63. package.
  64. %description -l ja
  65. Ghostscript は PostScript(TM)interpreterやC procedure (PostScript言語の中で
  66. graphic機能を実装した Ghostscript ライブラリ)や Portable Document Format
  67. (PDF)ファイルの interpreter などのソフトウェア集です。
  68. Ghostscript は PostScript コードをお使いのプリンターやスクリーンが理解できる
  69. 多くの一般的な bitmap 形式のフォーマットに変換します。
  70. Ghostscript は一般的に PostScript ファイルを表示させたり、非 PostScript
  71. プリンターに PostScript ファイルを印刷する場合に使用します。
  72. もしもあなたが、PostScript ファイルを表示させたり、非 PostScript プリンターに
  73. PostScript ファイルを印刷するのであれば、ghostscript をインストールするべきです。
  74. もしもあなたが ghostscript をインストールするならば、ghostscript-fonts
  75. パッケージも必要です。
  76. %package devel
  77. Summary: Files for developing applications that use ghostscript.
  78. Summary(ja): ghostscript を使うアプリケーションを開発するためのファイル
  79. Requires: %{name} = %{version}-%{release}
  80. Group: Development/Libraries
  81. Obsoletes: hpijs <= 1.7.1-2vl5
  82. %description devel
  83. The header files for developing applications that use ghostscript.
  84. %description devel -l ja
  85. ghostscript を使うアプリケーションを開発するためのヘッダファイル
  86. %package doc
  87. Summary: Documentation for ghostscript.
  88. Summary(ja): ghostscript のドキュメント
  89. Requires: %{name} = %{version}-%{release}
  90. Group: Documentation
  91. %description doc
  92. The documentation files that come with ghostscript.
  93. %package gtk
  94. Summary: A GTK-enabled PostScript(TM) interpreter and renderer.
  95. Summary(ja): GTK+ 版の PostScript(TM) インタプリタ/レンダラ
  96. Requires: %{name} = %{version}-%{release}
  97. Group: Applications/Publishing
  98. %description gtk
  99. A GTK-enabled version of Ghostscript, called 'gsx'.
  100. %prep
  101. %setup -q -n %{name}-%{gs_ver}
  102. rm -rf libpng zlib jpeg jasper
  103. # Fix ijs-config not to have multilib conflicts (bug #192672)
  104. %patch1 -p1 -b .multilib
  105. # Fix some shell scripts
  106. %patch2 -p1 -b .scripts
  107. # Build igcref.c with -O0 to work around bug #150771.
  108. %patch3 -p1 -b .noopt
  109. # Fix shared library build.
  110. %patch4 -p1 -b .fPIC
  111. # Define .runlibfileifexists.
  112. %patch5 -p1
  113. %patch6 -p1 -b .system-jasper
  114. # Fix pksmraw output (bug #308211). Still needed in 8.63.
  115. %patch7 -p1 -b .pksmraw
  116. # Applied patch to fix CVE-2009-4270 (bug #540760)
  117. %patch12 -p1 -b .CVE-2009-4270
  118. # buildfix
  119. %patch20 -p1 -b .buildfix
  120. # ps2pdfwr
  121. %patch200 -p1 -b .embeded-fontlist
  122. # eplaser fix
  123. %patch1000 -p1 -b .eplaser-fix
  124. # Convert manual pages to UTF-8
  125. from8859_1() {
  126. iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
  127. mv "${1}_" "$1"
  128. }
  129. for i in man/de/*.1; do from8859_1 "$i"; done
  130. %build
  131. # Compile without strict aliasing opts due to these files:
  132. # gdevescv.c gdevl4v.c gdevopvp.c gdevbbox.c gdevdbit.c gdevddrw.c
  133. # gdevp14.c gdevpdfd.c gdevpdfi.c gdevpdfo.c gdevpdft.c gdevpdfv.c
  134. # gdevpdte.c gdevpdtt.c gdevps.c gdevpx.c gscoord.c gscparam.c gscrd.c
  135. # gsdps1.c gsimage.c gspath1.c gsptype1.c gsptype2.c gstype2.c
  136. # gstype42.c gxccache.c gxchar.c gxclimag.c gxclpath.c gxfcopy.c
  137. # gximag3x.c gximage3.c gxipixel.c gxshade1.c gxstroke.c gxtype1.c
  138. # ibnum.c iscanbin.c zchar1.c zchar.c zcharx.c zfapi.c zfont32.c
  139. # zfunc0.c zfunc3.c zfunc4.c zpcolor.c zshade.c
  140. EXTRACFLAGS="-fno-strict-aliasing"
  141. FONTPATH=
  142. for path in \
  143. %{_datadir}/fonts/default/%{name} \
  144. %{_datadir}/fonts/default/Type1 \
  145. %{_datadir}/fonts/default/amspsfnt/pfb \
  146. %{_datadir}/fonts/default/cmpsfont/pfb \
  147. %{_datadir}/fonts \
  148. %{_datadir}/%{name}/conf.d \
  149. %{_sysconfdir}/%{name} \
  150. %{_sysconfdir}/%{name}/%{gs_dot_ver}
  151. do
  152. FONTPATH="$FONTPATH${FONTPATH:+:}$path"
  153. done
  154. %configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" \
  155. --with-drivers=ALL --disable-compile-inits --with-system-libtiff \
  156. CFLAGS="$CFLAGS $EXTRACFLAGS"
  157. # Build IJS
  158. cd ijs
  159. ./autogen.sh
  160. %configure --enable-shared --enable-static
  161. make
  162. cd ..
  163. %if %{build_with_freetype}
  164. FT_CFLAGS=$(pkg-config --cflags freetype2)
  165. make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix} \
  166. FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
  167. make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix} \
  168. FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
  169. %else
  170. make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix}
  171. make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix}
  172. %endif
  173. %install
  174. rm -rf $RPM_BUILD_ROOT
  175. mkdir -p $RPM_BUILD_ROOT
  176. mkdir -p $RPM_BUILD_ROOT/{%{_mandir},%{_bindir},%{_datadir},%{_docdir}}
  177. mkdir -p $RPM_BUILD_ROOT/{%{_libdir},%{_includedir}/ijs}
  178. make install soinstall \
  179. %{?_with_freetype:FT_BRIDGE=1} \
  180. prefix=$RPM_BUILD_ROOT%{_prefix} \
  181. mandir=$RPM_BUILD_ROOT%{_mandir} \
  182. datadir=$RPM_BUILD_ROOT%{_datadir} \
  183. gsincludedir=$RPM_BUILD_ROOT%{_includedir}/ghostscript/ \
  184. bindir=$RPM_BUILD_ROOT%{_bindir} \
  185. libdir=$RPM_BUILD_ROOT%{_libdir} \
  186. docdir=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{gs_dot_ver} \
  187. gsdir=$RPM_BUILD_ROOT%{_datadir}/%{name} \
  188. gsdatadir=$RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver} \
  189. gssharedir=$RPM_BUILD_ROOT%{_libdir}/%{name}/%{gs_dot_ver} \
  190. CUPSSERVERROOT=$RPM_BUILD_ROOT`cups-config --serverroot` \
  191. CUPSSERVERBIN=$RPM_BUILD_ROOT`cups-config --serverbin` \
  192. CUPSDATA=$RPM_BUILD_ROOT`cups-config --datadir`
  193. mv -f $RPM_BUILD_ROOT%{_bindir}/gsc $RPM_BUILD_ROOT%{_bindir}/gs
  194. cd ijs
  195. %makeinstall
  196. cd ..
  197. echo ".so man1/gs.1" > $RPM_BUILD_ROOT/%{_mandir}/man1/ghostscript.1
  198. ln -sf gs $RPM_BUILD_ROOT/usr/bin/ghostscript
  199. # Rename an original cidfmap to cidfmap.GS
  200. mv $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resource/Init/cidfmap{,.GS}
  201. # Install our own cidfmap to allow the separated
  202. # cidfmap which the font packages own.
  203. install -m0644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resource/Init/cidfmap
  204. # Header files.
  205. mkdir -p $RPM_BUILD_ROOT%{_includedir}/ghostscript
  206. install -m0644 base/errors.h $RPM_BUILD_ROOT%{_includedir}/ghostscript
  207. # cjk examples
  208. mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/examples/cjk
  209. install -m0644 examples/cjk/* $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/examples/cjk/
  210. # Don't ship pkgconfig files.
  211. rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/ijs.pc
  212. # Don't ship ijs example client or server
  213. rm -f $RPM_BUILD_ROOT%{_bindir}/ijs_{client,server}_example
  214. # Don't ship files that get shipped in the cups package.
  215. rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/cups
  216. rm -f $RPM_BUILD_ROOT%{_libdir}/cups/filter/pstoraster
  217. rm -f $RPM_BUILD_ROOT/usr/lib/cups/filter/pstoraster
  218. # Don't ship two copies of Resource. Just the versioned one will do.
  219. rm -rf $RPM_BUILD_ROOT%{_datadir}/ghostscript/Resource
  220. # Don't ship URW fonts; we already have them.
  221. rm -rf $RPM_BUILD_ROOT%{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Font
  222. mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/conf.d
  223. mkdir -p $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}
  224. touch $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}/Fontmap.local
  225. touch $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}/cidfmap.local
  226. # cidfmap.ja
  227. install -m644 %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/%{name}/conf.d
  228. # vine's historical changelog
  229. install -m644 %{SOURCE10} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{gs_dot_ver}
  230. # The man/de/man1 symlinks are broken (bug #66238).
  231. find $RPM_BUILD_ROOT%{_mandir}/de/man1 -type l | xargs rm -f
  232. # Don't ship fixmswrd.pl as it pulls in perl (bug #463948).
  233. rm -f $RPM_BUILD_ROOT%{_bindir}/fixmswrd.pl
  234. # Don't ship .la files
  235. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  236. MAIN_PWD=`pwd`
  237. (cd $RPM_BUILD_ROOT; find ./usr/share/ghostscript/%{gs_dot_ver}/Resource -type f | \
  238. sed -e 's/\.//;' | grep -v Fontmap | grep -v gs_init.ps > $MAIN_PWD/rpm.sharelist
  239. find .%{_bindir}/ | sed -e 's/\.//;' | \
  240. grep -v '/$\|/hpijs$\|/gsx$\|/ijs-config$' \
  241. >> $MAIN_PWD/rpm.sharelist)
  242. %clean
  243. rm -rf $RPM_BUILD_ROOT
  244. %post -p /sbin/ldconfig
  245. %postun -p /sbin/ldconfig
  246. %files -f rpm.sharelist
  247. %defattr(-,root,root)
  248. %dir /etc/ghostscript
  249. %dir /etc/ghostscript/%{gs_dot_ver}
  250. %dir %{_datadir}/ghostscript
  251. %dir %{_datadir}/ghostscript/conf.d
  252. %dir %{_datadir}/ghostscript/%{gs_dot_ver}
  253. %dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource
  254. %dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Init
  255. %config %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Init/gs_init.ps
  256. %config %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Init/Fontmap*
  257. %config %{_datadir}/ghostscript/conf.d/cidfmap.ja
  258. %{_datadir}/ghostscript/%{gs_dot_ver}/examples
  259. %{_datadir}/ghostscript/%{gs_dot_ver}/lib
  260. %{_mandir}/man*/*
  261. %lang(de) %{_mandir}/de/man*/*
  262. %{_libdir}/libgs.so.*
  263. %{_libdir}/libijs-*.so*
  264. %dir %{_libdir}/%{name}
  265. %{_libdir}/%{name}/%{gs_dot_ver}/
  266. %{_libdir}/cups/filter/pstopxl
  267. %{_datadir}/cups/model/pxl*
  268. %config(noreplace) /etc/ghostscript/%{gs_dot_ver}/*
  269. %{_libdir}/cups/filter/pdftoraster
  270. %files doc
  271. %defattr(-,root,root)
  272. %doc %{_docdir}/%{name}-%{gs_dot_ver}
  273. %files gtk
  274. %defattr(-,root,root)
  275. %{_bindir}/gsx
  276. %files devel
  277. %defattr(-,root,root)
  278. %dir %{_includedir}/ghostscript
  279. %{_includedir}/ghostscript/*.h
  280. %dir %{_includedir}/ijs
  281. %{_includedir}/ijs/*
  282. %{_bindir}/ijs-config
  283. %{_libdir}/libijs.so
  284. %{_libdir}/libijs.a
  285. %{_libdir}/libgs.so
  286. %changelog
  287. * Sat Feb 20 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 8.71-2
  288. - add Patch20 to fix build of the "gs" executables.
  289. (import from debian package)
  290. - /usr/bin/gs was built as a shared library not as an executable.
  291. * Thu Feb 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 8.71-1
  292. - update to 8.71
  293. - remove BC: libpaper-devel
  294. - drop obsolete patches
  295. - add --with-system-libtiff
  296. * Fri Jan 8 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 8.64-4
  297. - add patch12,13 for fix CVE-2009-4270 (debugging output)
  298. * Thu Jul 23 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 8.64-3
  299. - drop Provides: hpijs (should be provided by other package)
  300. - add BuildConflicts: libpaper-devel
  301. * Wed Jun 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 8.64-2
  302. - add %%{_libdir}/cups to %%files instead of /usr/lib/cups
  303. * Wed Jun 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 8.64-1
  304. - new upstream release
  305. - remove cjkv patch (merged in upstream)
  306. - add Patch8: fix bitcmyk driver
  307. - add Patch9: fix CVE-2009-0583, CVE-2009-0584
  308. - add Patch10: fix CVE-2009-0792
  309. - add Patch11: fix CVE-2009-0196
  310. * Sun Jan 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 8.63-6
  311. - add Patch200 to use NeverEmbeddedFontList/AlwaysEmbeddedFontList
  312. * Tue Jan 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 8.63-5
  313. - add hanamin entry to cidfmap.ja
  314. - add patch1000 to fix eplaser driver bug
  315. * Fri Oct 31 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 8.63-4
  316. - add Patch100,101 to fix cjk vertical writing
  317. - remove CIDFnmap
  318. * Thu Oct 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 8.63-3
  319. - remove libijs.la
  320. - fix broken charactor in changelog.
  321. * Wed Oct 29 2008 Shu KONNO <owa@bg.wakwak.com> 8.63-2
  322. - s^/usr/lib/cups/filter^%%{_libdir}/cups/filter^ at %%files
  323. * Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 8.63-1
  324. - update to ghostscript-8.63 based on fedora package
  325. - add cidfmap.ja
  326. - add Obsoletes/Provides: hpijs, hpijs-devel
  327. - historical changelogs are in Changelog.gs7.vine
  328. * Fri Oct 17 2008 Tim Waugh <twaugh@redhat.com> 8.63-4
  329. - Try out a work-around for bug #465311.
  330. * Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 8.63-3
  331. - Don't ship fixmswrd.pl as it pulls in perl (bug #463948).
  332. * Tue Oct 14 2008 Tim Waugh <twaugh@redhat.com> 8.63-2
  333. - Split out a doc sub-package (bug #466507).
  334. * Mon Aug 4 2008 Tim Waugh <twaugh@redhat.com> 8.63-1
  335. - 8.63. No longer need r8591 or incomplete-ccittfax patches.
  336. - Compile without strict aliasing opts due to warnings across several
  337. files.
  338. - Don't run autogen.sh for main package, just for ijs which doesn't
  339. ship with a configure script.
  340. * Mon Jun 23 2008 Tim Waugh <twaugh@redhat.com> 8.62-4
  341. - Applied patch to work around bug #229174.
  342. - Applied patch from upstream to fix box_fill_path for shfill (bug #452348).
  343. * Mon Mar 31 2008 Tim Waugh <twaugh@redhat.com> 8.62-3
  344. - Fix pksmraw output (bug #308211).
  345. * Tue Mar 4 2008 Tim Waugh <twaugh@redhat.com> 8.62-2
  346. - No longer need CVE-2008-0411 patch.
  347. - Don't ship URW fonts; we already have them.
  348. * Tue Mar 4 2008 Tim Waugh <twaugh@redhat.com> 8.62-1
  349. - 8.62. No longer need IJS KRGB patch, or patch for gs bug 689577.
  350. * Wed Feb 27 2008 Tim Waugh <twaugh@redhat.com> 8.61-10
  351. - Applied patch to fix CVE-2008-0411 (bug #431536).
  352. * Fri Feb 22 2008 Tim Waugh <twaugh@redhat.com> 8.61-9
  353. - Build with jasper again (bug #433897). Build requires jasper-devel, and
  354. a patch to remove jas_set_error_cb reference.
  355. * Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 8.61-8
  356. - Rebuild for GCC 4.3.
  357. * Mon Jan 28 2008 Tim Waugh <twaugh@redhat.com> 8.61-7
  358. - Don't build with jasper support.
  359. - Remove bundled libraries.
  360. * Tue Dec 11 2007 Tim Waugh <twaugh@redhat.com> 8.61-6
  361. - Applied upstream patch for bug #416321.
  362. * Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-5
  363. - Fixed runlibfileifexists patch.
  364. * Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-4
  365. - Revert previous change, but define .runlibfileifexists, not just
  366. runlibfileifexists.
  367. * Wed Nov 28 2007 Tim Waugh <twaugh@redhat.com> 8.61-3
  368. - No longer need runlibfileifexists.
  369. - Use runlibfile in cidfmap.
  370. * Wed Nov 28 2007 Tim Waugh <twaugh@redhat.com> 8.61-2
  371. - Add /usr/share/fonts to fontpath (bug #402551).
  372. - Restore cidfmap-switching bits, except for FAPIcidfmap which is no
  373. longer used.
  374. - Add runlibfileifexists to gs_init.ps.
  375. - Build with --disable-compile-inits (bug #402501).
  376. * Fri Nov 23 2007 Tim Waugh <twaugh@redhat.com> 8.61-1
  377. - 8.61.
  378. * Tue Oct 23 2007 Tim Waugh <twaugh@redhat.com> 8.60-5
  379. - Applied patch from upstream to fix CVE-2007-2721 (bug #346511).
  380. * Tue Oct 9 2007 Tim Waugh <twaugh@redhat.com> 8.60-4
  381. - Marked localized man pages as %%lang (bug #322321).
  382. * Thu Sep 27 2007 Tim Waugh <twaugh@redhat.com> 8.60-3
  383. - Back-ported mkstemp64 patch (bug #308211).
  384. * Thu Aug 23 2007 Tim Waugh <twaugh@redhat.com> 8.60-2
  385. - More specific license tag.
  386. * Fri Aug 3 2007 Tim Waugh <twaugh@redhat.com> 8.60-1
  387. - 8.60.
  388. * Mon Jul 16 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.2
  389. - Own %%{_libdir}/ghostscript (bug #246026).
  390. * Tue Jul 10 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.1
  391. - 8.60 snapshot from svn. Patches dropped:
  392. - big-cmap-post
  393. - split-cidfnmap
  394. - exactly-enable-cidfnmap
  395. - Fontmap.local
  396. No longer needed:
  397. - gxcht-64bit-crash
  398. * Tue Apr 17 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-3
  399. - Apply fonts in CIDFnmap even if the same fontnames are already registered
  400. (bug #163231).
  401. - New file CIDFmap (bug #233966).
  402. - Allow local overrides for FAPIcidfmap, cidfmap and Fontmap (bug #233966).
  403. * Tue Apr 3 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-2
  404. - Fixed configuration file locations (bug #233966).
  405. * Wed Mar 14 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-1
  406. - 8.15.4.
  407. * Thu Jan 25 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-7
  408. - dvipdf script fixes (bug #88906).
  409. - Moved libijs.so and libgs.so into devel package (bug #203623).
  410. * Wed Jan 24 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-6
  411. - Configure with --with-drivers=ALL since the advertised default is not
  412. what gets used (bug #223819).
  413. * Thu Jan 18 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-5
  414. - Backported gxcht 64bit crash fix from GPL trunk (bug #177763).
  415. * Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-4
  416. - Own cjkv directory (bug #221380, bug #222375).
  417. * Tue Dec 5 2006 Tim Waugh <twaugh@redhat.com> 8.15.3-3
  418. - Added split-cidfnmap patch (bug #194592).
  419. * Thu Nov 16 2006 Tim Waugh <twaugh@redhat.com> 8.15.3-2
  420. - 8.15.3. No longer need gtk2, ps2epsi, badc, pagesize,
  421. use-external-freetype, split-font-configuration or cjkv patches.
  422. - Renumbered patches.
  423. * Tue Oct 3 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-9
  424. - Apply CJKV patch from svn164:165 plus the fix from svn173:174 (bug #194592,
  425. bug #203712, possibly bug #167596).
  426. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 8.15.2-8.1
  427. - rebuild
  428. * Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-8
  429. - Revert CJKV patch.
  430. * Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 8.15.2-7
  431. - rebuilt with new gnutls
  432. * Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-6
  433. - Undo svn sync.
  434. - Apply CJKV patch from svn164:165.
  435. * Fri Jun 9 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-5
  436. - Sync to svn165.
  437. * Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-4
  438. - Fix ijs-config not to have multilib conflicts (bug #192672)
  439. * Tue May 2 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-3
  440. - Remove adobe-cmaps and acro5-cmaps, since latest CMaps are already
  441. included (bug #190463).
  442. * Tue Apr 25 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-2
  443. - 8.15.2.
  444. - No longer need build, krgb, pdfwrite, str1570 patches.
  445. * Mon Apr 24 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-10
  446. - Fix emacs interaction (bug #189321, STR #1570).
  447. * Mon Apr 10 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-9
  448. - Add %%{_datadir}/fonts/japanese to font path (bug #188448).
  449. - Spec file cleanups (bug #188066).
  450. * Sat Apr 8 2006 Tim Waugh <twaugh@redhat.com>
  451. - Build requires libtool (bug #188341).
  452. * Thu Apr 6 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-8
  453. - Fix pdfwrite (bug #187834).
  454. - CUPS filters go in /usr/lib/cups/filter even on lib64 platforms.
  455. * Thu Mar 2 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-7
  456. - BuildRequires: gnutls-devel
  457. - Updated KRGB patch for gdevijs.
  458. * Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 8.15.1-6
  459. - BuildRequires: libXt-devel
  460. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 8.15.1-5.2
  461. - bump again for double-long bug on ppc(64)
  462. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 8.15.1-5.1
  463. - rebuilt for new gcc4.1 snapshot and glibc changes
  464. * Mon Jan 30 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-5
  465. - Updated adobe-cmaps to 200406 (bug #173613).
  466. * Fri Jan 27 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-4
  467. - Support reading a big cmap/post table from a TrueType font.
  468. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  469. - rebuilt
  470. * Wed Nov 9 2005 Tomas Mraz <tmraz@redhat.com> 8.15.1-3
  471. - Build does not explicitly require xorg-x11-devel.
  472. * Wed Nov 9 2005 Tomas Mraz <tmraz@redhat.com> 8.15.1-2
  473. - rebuilt with new openssl
  474. * Mon Sep 26 2005 Tim Waugh <twaugh@redhat.com> 8.15.1-1
  475. - Some directories should be "8.15" not "8.15.1" (bug #169198).
  476. * Thu Sep 22 2005 Tim Waugh <twaugh@redhat.com> 8.15.1-0.1
  477. - 8.15.1.
  478. - No longer need overflow patch.
  479. * Tue Aug 16 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.3
  480. - Rebuilt for new cairo.
  481. * Mon Aug 15 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.2
  482. - Parametrize freetype, and disable it (bug #165962).
  483. * Fri Aug 12 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.1
  484. - 8.15rc4.
  485. - Fixed lips4v driver (bug #165713).
  486. * Tue Aug 9 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.7
  487. - Install adobe/acro5 CMaps (bug #165428).
  488. * Mon Jul 18 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.6
  489. - Fixed split font configuration patch (bug #161187).
  490. * Wed Jul 13 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.5
  491. - Split font configuration (bug #161187).
  492. - Reverted this change:
  493. - Build requires xorg-x11-devel, not XFree86-devel.
  494. * Tue Jul 12 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.4
  495. - Add Japanese fonts to FAPIcidfmap (bug #161187).
  496. - Moved Resource directory.
  497. - Added use-external-freetype patch (bug #161187).
  498. * Mon Jul 11 2005 Tim Waugh <twaugh@redhat.com>
  499. - Build requires libtiff-devel (bug #162826).
  500. * Thu Jun 9 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.3
  501. - Build requires xorg-x11-devel, not XFree86-devel.
  502. - Include ierrors.h in the devel package.
  503. * Wed Jun 8 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.2
  504. - Drop 'Provides: libijs.so' because it is incorrect.
  505. - Build igcref.c with -O0 to work around bug #150771.
  506. - Renumber patches.
  507. * Fri Jun 3 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.1
  508. - Switch to ESP Ghostscript.
  509. - 8.15rc3.
  510. - Lots of patches dropped. Perhaps some will need to be re-added.
  511. * Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 7.07-40
  512. - Build igcref.c with -O0 to work around bug #150771.
  513. * Tue Mar 1 2005 Tim Waugh <twaugh@redhat.com> 7.07-39
  514. - Rebuilt for new GCC.
  515. * Mon Feb 21 2005 Tim Waugh <twaugh@redhat.com> 7.07-38
  516. - Fixes inspired by GCC 4.
  517. * Tue Jan 18 2005 Tim Waugh <twaugh@redhat.com>
  518. - Correct permissions for %%{_datadir}/ghostscript/Resource (bug #145420).
  519. * Fri Dec 10 2004 Tim Waugh <twaugh@redhat.com> 7.07-37
  520. - Fixed missing return statement (bug #136757).
  521. * Thu Dec 9 2004 Tim Waugh <twaugh@redhat.com> 7.07-36
  522. - Remove VFlib2 bits (bug #120498).
  523. * Fri Dec 3 2004 Tim Waugh <twaugh@redhat.com> 7.07-35
  524. - Added /etc/ghostscript to search path and to file manifest (bug #98974).
  525. * Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 7.07-34
  526. - Convert man pages to UTF-8
  527. * Wed Oct 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-33
  528. - Fix for bug #136322 (temporary files).
  529. * Tue Sep 28 2004 Tim Waugh <twaugh@redhat.com> 7.07-32
  530. - Turn off fontconfig until it's fixed (bug #133353).
  531. * Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-31
  532. - Only ship gsx in the gtk subpackage.
  533. * Fri Aug 6 2004 Tim Waugh <twaugh@redhat.com>
  534. - Run /sbin/ldconfig in %%post/%%postun.
  535. - Stricter requirements for the main package in the subpackages.
  536. * Tue Jul 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-30
  537. - Updated eplaser driver to add alc4000 (bug #128007).
  538. * Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com> 7.07-29
  539. - Prevent pdf2ps generating "null setpagesize" (bug #126446).
  540. * Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 7.07-28
  541. - Fix Omni patch assumption about /usr/lib which breaks for multilib
  542. architectures.
  543. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  544. - rebuilt
  545. * Tue Jun 1 2004 Tim Waugh <twaugh@redhat.com> 7.07-26
  546. - Removed another debug message from the fontconfig patch.
  547. * Tue Mar 9 2004 Tim Waugh <twaugh@redhat.com> 7.07-25
  548. - Added bjc250gs driver (bug #117860).
  549. * Thu Mar 4 2004 Tim Waugh <twaugh@redhat.com> 7.07-24
  550. - Fix compilation with GCC 3.4.
  551. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  552. - rebuilt
  553. * Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-23
  554. - Build against gtk2/glib2 (bug #115619). Patch from W. Michael Petullo.
  555. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 7.07-22
  556. - rebuilt
  557. * Thu Feb 12 2004 Tim Waugh <twaugh@redhat.com> 7.07-21
  558. - Leave gdevpdfm.c seemingly-mistaken bitwise ops alone (bug #115396).
  559. * Thu Feb 5 2004 Tim Waugh <twaugh@redhat.com> 7.07-20
  560. - Fix compilation with GCC 3.4.
  561. * Wed Jan 28 2004 Tim Waugh <twaugh@redhat.com> 7.07-19
  562. - Attempt to fix gdevcups crash (bug #114256).
  563. - Make gs dynamically link to libgs (bug #114276).
  564. - Fix gdevesmv.c's misuse of const (bug #114250).
  565. * Tue Jan 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-18
  566. - Turn on libgs again (bug #88175).
  567. * Mon Jan 19 2004 Tim Waugh <twaugh@redhat.com> 7.07-17
  568. - Removed stp driver. Use the IJS version (ijsgimpprint) instead.
  569. - No longer conflicts with foomatic for hpijs versioning.
  570. * Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 7.07-16
  571. - Split hpijs out into separate source package.
  572. * Thu Jan 8 2004 Tim Waugh <twaugh@redhat.com>
  573. - Fix several mistakenly-used bitwise operations.
  574. * Tue Jan 6 2004 Tim Waugh <twaugh@redhat.com> 7.07-15
  575. - Build for Fedora Core 1 printer drivers update.
  576. - Conflicts with foomatic before hpijs 1.5 data.
  577. - Make fontconfig optional.
  578. * Sat Dec 13 2003 Tim Waugh <twaugh@redhat.com> 7.07-14
  579. - Disable unnecessary debug messages from fontconfig support.
  580. * Fri Dec 5 2003 Tim Waugh <twaugh@redhat.com> 7.07-13
  581. - Add fontconfig support (bug #111412).
  582. * Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com>
  583. - Build requires libjpeg-devel (bug #110737).
  584. * Tue Nov 11 2003 Tim Waugh <twaugh@redhat.com> 7.07-12
  585. - Updated hpijs to 1.5 (bug #109714).
  586. * Mon Nov 10 2003 Tim Waugh <twaugh@redhat.com>
  587. - Updated lxm3200 patch (bug #109625).
  588. * Tue Sep 30 2003 Tim Waugh <twaugh@redhat.com> 7.07-11
  589. - Updated gdevcups.c from CUPS 1.1.19.
  590. - Apply NOMEDIAATTRS patch from CUPS 1.1.19 (bug #105401).
  591. * Thu Aug 28 2003 Tim Waugh <twaugh@redhat.com>
  592. - Fix lips4v driver (bug #92337).
  593. * Wed Aug 20 2003 Tim Waugh <twaugh@redhat.com> 7.07-10
  594. - Fix compilation problems in hpijs.
  595. * Mon Aug 4 2003 Tim Waugh <twaugh@redhat.com> 7.07-9
  596. - Further fix from bug #100685.
  597. * Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 7.07-8
  598. - Further fix from bug #100685.
  599. * Tue Jul 29 2003 Tim Waugh <twaugh@redhat.com> 7.07-7
  600. - Further fix from bug #100685.
  601. * Fri Jul 25 2003 Tim Waugh <twaugh@redhat.com> 7.07-6
  602. - Further fix from bug #100557.
  603. * Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 7.07-5
  604. - Further fix from bug #100557.
  605. - Fix bug #100685.
  606. * Wed Jul 23 2003 Tim Waugh <twaugh@redhat.com> 7.07-4
  607. - Fix bug #100557.
  608. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 7.07-3
  609. - rebuilt
  610. * Tue May 27 2003 Tim Waugh <twaugh@redhat.com>
  611. - Fix sed usage in ps2epsi (bug #89300).
  612. * Tue May 20 2003 Tim Waugh <twaugh@redhat.com> 7.07-2
  613. - HPIJS 1.4 (bug #91219).
  614. * Sun May 18 2003 Tim Waugh <twaugh@redhat.com> 7.07-1
  615. - 7.07.
  616. - Parametrize build_libgs.
  617. - Remove Omni requirement (bug #88177).
  618. - Fix ghostscript-gtk obsoletes: line (bug #88175).
  619. * Thu Apr 3 2003 Tim Waugh <twaugh@redhat.com> 7.06-1
  620. - 7.06.
  621. - Updated config, vflib.fixup patches.
  622. - No longer need dx6, jpeg patches.
  623. - No longer need to add in missed GNU drivers.
  624. - Turn off dj970 driver (hpijs drives that).
  625. * Mon Mar 31 2003 Tim Waugh <twaugh@redhat.com> 7.05-34
  626. - Apply fix for CJK font search method when the fonts are not available
  627. (bug #83516).
  628. - The gb18030 patch no longer applies here.
  629. * Thu Mar 27 2003 Tim Waugh <twaugh@redhat.com> 7.05-33
  630. - Add some missing font aliases (bug #73342).
  631. - Use the system jpeg library.
  632. - Update hpijs to 1.3.1.
  633. - Update gdevcups.c from cups-1.1.18.
  634. * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 7.05-32
  635. - debuginfo rebuild
  636. * Fri Feb 21 2003 Elliot Lee <sopwith@redhat.com> 7.05-31
  637. - Add ghostscript-7.05-oob-66421.patch to fix the segfault behind #66421
  638. * Thu Jan 30 2003 Tim Waugh <twaugh@redhat.com> 7.05-30
  639. - Remove rss patch from hpijs (not needed).
  640. * Wed Jan 22 2003 Tim Powers <timp@redhat.com> 7.05-29
  641. - rebuilt
  642. * Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 7.05-28
  643. - Add Korean font aliases to CIDFnmap CJK resource files (bug #81924).
  644. * Sat Dec 14 2002 Tim Waugh <twaugh@redhat.com> 7.05-27
  645. - Obsolete ghostscript-gtk (bug #79585).
  646. - Omni 121002 patch.
  647. * Tue Dec 10 2002 Tim Waugh <twaugh@redhat.com> 7.05-26
  648. - Don't ship the shared object yet (part of bug #79340).
  649. - Don't make the gtk package, since that needs the shared object.
  650. * Tue Nov 26 2002 Tim Waugh <twaugh@redhat.com> 7.05-25
  651. - Fix level 1 PostScript output (bug #78450).
  652. - No need to carry gomni.c, since it comes from the patch.
  653. * Mon Nov 11 2002 Tim Waugh <twaugh@redhat.com> 7.05-24
  654. - Omni 071902 patch.
  655. * Mon Nov 11 2002 Tim Waugh <twaugh@redhat.com> 7.05-23
  656. - hpijs-1.3, with updated rss patch.
  657. - Fix XLIBDIRS.
  658. * Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 7.05-22
  659. - hpijs-rss 1.2.2.
  660. * Mon Oct 14 2002 Tim Waugh <twaugh@redhat.com> 7.05-21
  661. - Set libdir when installing.
  662. * Thu Aug 15 2002 Tim Waugh <twaugh@redhat.com> 7.05-20
  663. - Add cups device (bug #69573).
  664. * Mon Aug 12 2002 Tim Waugh <twaugh@redhat.com> 7.05-19
  665. - Fix the gb18030 patch (bug #71135, bug #71303).
  666. * Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 7.05-18
  667. - rebuilt with gcc-3.2 (we hope)
  668. * Fri Aug 9 2002 Tim Waugh <twaugh@redhat.com> 7.05-17
  669. - Add CIDnmap for GB18030 font (bug #71135).
  670. - Fix URL (bug #70734).
  671. * Tue Jul 23 2002 Tim Waugh <twaugh@redhat.com> 7.05-16
  672. - Rebuild in new environment.
  673. * Tue Jul 9 2002 Tim Waugh <twaugh@redhat.com> 7.05-15
  674. - Remove the chp2200 driver again, to fix cdj890 (bug #67578).
  675. * Fri Jul 5 2002 Tim Waugh <twaugh@redhat.com> 7.05-14
  676. - For CJK font support, use CIDFnmap instead of CIDFont
  677. resources (bug #68009).
  678. * Wed Jul 3 2002 Tim Waugh <twaugh@redhat.com> 7.05-13
  679. - Build requires unzip and gtk+-devel (bug #67799).
  680. * Wed Jun 26 2002 Tim Waugh <twaugh@redhat.com> 7.05-12
  681. - File list tweaking.
  682. - More file list tweaking.
  683. * Tue Jun 25 2002 Tim Waugh <twaugh@redhat.com> 7.05-10
  684. - Rebuild for bootstrap.
  685. * Wed Jun 19 2002 Tim Waugh <twaugh@redhat.com> 7.05-9
  686. - Omni 052902 patch.
  687. * Mon Jun 10 2002 Tim Waugh <twaugh@redhat.com> 7.05-8
  688. - Requires recent version of patchutils (bug #65947).
  689. - Don't ship broken man page symlinks (bug #66238).
  690. * Wed May 29 2002 Tim Waugh <twaugh@redhat.com> 7.05-7
  691. - Put gsx in its own package.
  692. * Tue May 28 2002 Tim Waugh <twaugh@redhat.com> 7.05-6
  693. - New gomni.c from IBM to fix an A4 media size problem.
  694. - Use new Adobe CMaps (bug #65362).
  695. * Sun May 26 2002 Tim Powers <timp@redhat.com> 7.05-5
  696. - automated rebuild
  697. * Wed May 22 2002 Tim Waugh <twaugh@redhat.com> 7.05-4
  698. - New gomni.c from IBM to fix bug #65269 (again).
  699. * Tue May 21 2002 Tim Waugh <twaugh@redhat.com> 7.05-2
  700. - Don't apply bogus parts of vflib patch (bug #65268).
  701. - Work around Omni -sPAPERSIZE=a4 problem (bug #65269).
  702. * Mon May 20 2002 Tim Waugh <twaugh@redhat.com> 7.05-1
  703. - 7.05.
  704. - No longer need mkstemp, vflib.fixup, quoting, or PARANOIDSAFER
  705. patches.
  706. - Don't apply CJK patches any more (no longer needed).
  707. - Updated Source15, Patch0, Patch10, Patch5, Patch24, Patch14, Patch12.
  708. - Made gdevdmpr.c compile again.
  709. - Move gimp-print to a separate package.
  710. - Ship the shared object too (and a .so file that is dlopened).
  711. - Update Omni patch. No longer need Omni_path, Omni_quiet, Omni_glib patches.
  712. - Require Omni >= 0.6.1.
  713. - Add patch to fix gtk+ initial window size.
  714. - Add devel package with header files.
  715. - Turn on IJS support.
  716. - Update hpijs to 1.1.
  717. - Don't ship the hpijs binary in the ghostscript package.
  718. - Use -fPIC when building ijs.
  719. * Wed Apr 3 2002 Tim Waugh <twaugh@redhat.com> 6.52-8
  720. - New CIDFonts (bug #61015).
  721. * Wed Apr 3 2002 Tim Waugh <twaugh@redhat.com> 6.52-7
  722. - Fix release numbers of sub packages.
  723. - Handle info files, use ldconfig (bug #62574).
  724. * Tue Mar 19 2002 Tim Waugh <twaugh@redhat.com> 6.52-6
  725. - Fix config patch so that gs --help displays the right thing.
  726. - Don't ship sysvlp.sh.
  727. - Fix some shell scripts.
  728. - Ship escputil man page (bug #58919).
  729. * Mon Feb 11 2002 Tim Waugh <twaugh@redhat.com> 6.52-5
  730. - Add CHP2200 driver (bug #57516).
  731. - Fix gimp-print-4.2.0 so that it builds without cups-config.
  732. * Sat Feb 2 2002 Bill Nottingham <notting@redhat.com> 6.52-4
  733. - do condrestart in %postun, not %post
  734. * Fri Feb 1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-3
  735. - Restart service cups after installing gimp-print-cups
  736. * Sun Jan 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-2
  737. - hpijs is finally free - support it.
  738. - Add extra package for CUPS support
  739. * Mon Jan 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-1
  740. - Updates:
  741. - ghostscript 6.52
  742. - hpdj 2.6 -> pcl3 3.3
  743. - CJK Patchlevel 3, adobe-cmaps 200109
  744. - gimp-print 4.2.0
  745. - Adapt patches
  746. - Fix various URLs
  747. - Begin cleaning up spec file
  748. - Fix bugs #21879 and #50923
  749. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  750. - automated rebuild
  751. * Thu Oct 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-16
  752. - update the Omni driver, and patch it to seek in /usr/lib/Omni/ first
  753. - require Omni
  754. * Mon Oct 01 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-15
  755. - change -dPARANOIDSAFER to punch a hole for OutputFile
  756. * Mon Sep 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-14
  757. - add -dPARANOIDSAFER to let us breathe a little easier in the print spooler.
  758. * Thu Sep 13 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-13
  759. - apply jakub's fix to ghostscript's jmp_buf problems; #49591
  760. * Wed Sep 5 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-12
  761. - fix lprsetup.sh; #50925
  762. * Fri Aug 24 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-11
  763. - added Epson's old eplaseren drivers,
  764. - pointed out by Till Kamppeter <till.kamppeter@gmx.net>
  765. * Tue Aug 21 2001 Paul Howarth <paul@city-fan.org> 6.51-10
  766. - included Samsung GDI driver for ML-4500 printer support.
  767. * Sun Aug 19 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-9
  768. - applied IBM's glib patches for Omni, which now works.
  769. - BE AWARE: we now link against libstdc++ and glib for this, and use a c++
  770. - link stage to do the dirty.
  771. - added glib-devel buildreq and glib req, I don't think we require everything
  772. - yet, I could pull in sasl.
  773. * Sun Aug 19 2001 David Suffield <david_suffield@hp.com> 6.51-8
  774. - Added gs device hpijs and updated gdevhpij.c to hpijs 0.97
  775. * Wed Aug 15 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-7
  776. - pull in ynakai's update to the cjk resources.
  777. * Thu Aug 9 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-6
  778. - turn dmprt and cdj880 back on. for some reason, they work now.
  779. - voodoo, who knows.
  780. * Thu Aug 9 2001 Yukihiro Nakai <ynakai@redhat.com> 6.51-5
  781. - Add cjk resources
  782. * Thu Aug 1 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-4
  783. - applied drepper@redhat.com's patch for #50300
  784. - fixed build deps on zlib-devel and libpng-devel, #49853
  785. - made gs_init.ps a config file; #25096
  786. - O\^/nZ the daTa directorieZ now; #50693
  787. * Tue Jul 24 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-3
  788. - wired up the Resource dir and the Font and CIDFont maps.
  789. * Mon Jul 23 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-2
  790. - luckily, I had a spare chicken. Thanks to some work by Nakai, and one last
  791. - desperate search through google, everything /seems/ to be working. I know
  792. - that there are going to be problems in the japanese code, and I need to turn
  793. - on the cjk font map from adobe, but it /works/ at the moment.
  794. * Thu Jun 21 2001 Crutcher Dunnavant <crutcher@redhat.com>
  795. - upgraded to 6.51, a major version upgrade
  796. - rewrote spec file, threw out some patches
  797. - turned on IBM's Omni print drivers interface
  798. - turned on HP's hpijs print drivers interface
  799. - turned on every driver that looked usable from linux
  800. - sacrificed a chicken to integrate the old Japanese drivers
  801. - - This didn't work. The japanese patches are turned off, pending review.
  802. - - I can do loops with C, but the bugs are in Postscript init files
  803. * Wed Apr 11 2001 Crutcher Dunnavant <crutcher@redhat.com>
  804. - added P. B. West's lx5000 driver
  805. * Tue Feb 27 2001 Crutcher Dunnavant <crutcher@redhat.com>
  806. - added xtt-fonts requirement (for VFlib)
  807. * Fri Feb 9 2001 Adrian Havill <havill@redhat.com>
  808. - cmpskit removed as a build prereq
  809. * Thu Feb 8 2001 Crutcher Dunnavant <crutcher@redhat.com>
  810. - merged in some patches that got away:
  811. - * Fri Sep 1 2000 Mitsuo Hamada <mhamada@redhat.com>
  812. - add support JIS B size
  813. - fix the problem of reconverting GNUPLOT output
  814. * Thu Feb 8 2001 Crutcher Dunnavant <crutcher@redhat.com>
  815. - switched to japanese for everybody
  816. * Thu Feb 8 2001 Crutcher Dunnavant <crutcher@redhat.com>
  817. - tweaked time_.h to test for linux, and include the right
  818. - header
  819. * Wed Feb 7 2001 Crutcher Dunnavnat <crutcher@redhat.com>
  820. - added the lxm3200 driver
  821. * Mon Dec 11 2000 Crutcher Dunnavant <crutcher@redhat.com>
  822. - merged in the (accendental) branch that contained the mktemp
  823. - and LD_RUN_PATH bug fixes.
  824. * Tue Oct 17 2000 Jeff Johnson <jbj@redhat.com>
  825. - tetex using xdvi with ghostscript patch (#19212).
  826. * Tue Sep 12 2000 Michael Stefaniuc <mstefani@redhat.com>
  827. - expanded the gcc296 patch to fix a compilation issue with the new stp
  828. driver
  829. * Mon Sep 11 2000 Michael Stefaniuc <mstefani@redhat.com>
  830. - added the stp driver from the gimp-print project.
  831. It supports high quality printing especialy with Epson Stylus Photo.
  832. * Wed Aug 2 2000 Matt Wilson <msw@redhat.com>
  833. - rebuilt against new libpng
  834. * Wed Aug 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  835. - Fix up the cdj880 patch (Bug #14978)
  836. - Fix build with gcc 2.96
  837. * Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
  838. - turn off japanese support
  839. * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
  840. - automatic rebuild
  841. * Fri Jul 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
  842. - fixed the broken inclusion of files in /usr/doc
  843. - Build requires freetype-devel
  844. * Fri Jun 16 2000 Matt Wilson <msw@redhat.com>
  845. - build japanese support in main distribution
  846. - FHS manpage paths
  847. * Sun Mar 26 2000 Chris Ding <cding@redhat.com>
  848. - enabled bmp16m driver
  849. * Thu Mar 23 2000 Matt Wilson <msw@redhat.com>
  850. - added a boatload of Japanese printers
  851. * Thu Mar 16 2000 Matt Wilson <msw@redhat.com>
  852. - add japanese support, enable_japanese macro
  853. * Mon Feb 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  854. - 5.50 at last...
  855. - hpdj 2.6
  856. - Added 3rd party drivers:
  857. - Lexmark 5700 (lxm5700m)
  858. - Alps MD-* (md2k, md5k)
  859. - Lexmark 2050, 3200, 5700 and 7000 (lex2050, lex3200, lex5700, lex7000)
  860. * Fri Feb 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  861. - rebuild to compress man page
  862. - fix gs.1 symlink
  863. * Wed Jan 26 2000 Bill Nottingham <notting@redhat.com>
  864. - add stylus 740 uniprint files
  865. * Thu Jan 13 2000 Preston Brown <pbrown@redhat.com>
  866. - add lq850 dot matrix driver (#6357)
  867. * Thu Oct 28 1999 Bill Nottingham <notting@redhat.com>
  868. - oops, include oki182 driver.
  869. * Tue Aug 24 1999 Bill Nottingham <notting@redhat.com>
  870. - don't optimize on Alpha. This way it works.
  871. * Thu Jul 29 1999 Michael K. Johnson <johnsonm@redhat.com>
  872. - added hpdj driver
  873. - changed build to use tar_cat so adding new drivers is sane
  874. * Thu Jul 1 1999 Bill Nottingham <notting@redhat.com>
  875. - add OkiPage 4w+, HP 8xx drivers
  876. * Mon Apr 5 1999 Bill Nottingham <notting@redhat.com>
  877. - fix typo in config patch.
  878. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  879. - auto rebuild in the new build environment (release 6)
  880. * Mon Mar 15 1999 Cristian Gafton <gafton@redhat.com>
  881. - added patch from rth to fix alignement problems on the alpha.
  882. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  883. - Injected new description and group.
  884. * Mon Feb 08 1999 Bill Nottingham <notting@redhat.com>
  885. - add uniprint .upp files
  886. * Sat Feb 06 1999 Preston Brown <pbrown@redhat.com>
  887. - fontpath update.
  888. * Wed Dec 23 1998 Preston Brown <pbrown@redhat.com>
  889. - updates for ghostscript 5.10
  890. * Fri Nov 13 1998 Preston Brown <pbrown@redhat.com>
  891. - updated to use shared urw-fonts package.
  892. * Mon Nov 09 1998 Preston Brown <pbrown@redhat.com>
  893. - turned on truetype (ttf) font support.
  894. * Thu Jul 2 1998 Jeff Johnson <jbj@redhat.com>
  895. - updated to 4.03.
  896. * Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
  897. - enabled more printer drivers
  898. - buildroot
  899. * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
  900. - translations modified for de, fr, tr
  901. * Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
  902. - Made /usr/share/ghostscript/3.33/Fontmap a config file.