ghostscript-vl.spec 41 KB

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