ghostscript-vl.spec 40 KB

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