ghostscript-vl.spec 41 KB

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