auto-import changelog data from ghostscript-7.07-15.2.src.rpm

Tue Mar 09 2004 Tim Waugh <twaugh@redhat.com> 7.07-15.2
- Added bjc250gs driver (bug #117860).
This commit is contained in:
cvsdist 2004-09-09 05:18:32 +00:00
parent 084d933387
commit 4581572020

View File

@ -15,12 +15,12 @@ Conflicts: foomatic < 3.0.0-14
%define use_fontconfig 0 %define use_fontconfig 0
### REMEMBER TO UPDATE hpijs_release BELOW!! ### REMEMBER TO UPDATE hpijs_release BELOW!!
Release: 15.1 Release: 15.2
### REMEMBER TO UPDATE hpijs_release BELOW!! ### REMEMBER TO UPDATE hpijs_release BELOW!!
%define hpijs 1.5 %define hpijs 1.5
%define hpijs_release_offset -11 %define hpijs_release_offset -11
%define hpijs_release 4.1 %define hpijs_release 4.2
@ -94,6 +94,7 @@ Patch40: hpijs-flags.patch
Patch41: ghostscript-7.05-lips4v-fix-pipe.patch Patch41: ghostscript-7.05-lips4v-fix-pipe.patch
Patch42: ghostscript-7.05-cups.patch Patch42: ghostscript-7.05-cups.patch
Patch43: ghostscript-7.07-fontconfig-rh.patch Patch43: ghostscript-7.07-fontconfig-rh.patch
Patch44: ghostscript-bjc250gs.patch
Requires: VFlib2, zlib, libpng, glib Requires: VFlib2, zlib, libpng, glib
Requires: urw-fonts >= 1.1, ghostscript-fonts Requires: urw-fonts >= 1.1, ghostscript-fonts
@ -513,6 +514,11 @@ popd
%patch43 -p1 -b .fontconfig-rh %patch43 -p1 -b .fontconfig-rh
%endif %endif
# Add bjc250gs driver
%patch44 -p1 -b .bjc250gs
GS_DEVS=$GS_DEVS'$(DD)bjcmono.dev $(DD)bjcgray.dev '
GS_DEVS=$GS_DEVS'$(DD)bjccmyk.dev $(DD)bjccolor.dev '
# Set up for a unix os, gcc compiler build, and replace our insertion string # Set up for a unix os, gcc compiler build, and replace our insertion string
sed -e "s/_XXX_RPM_GS_DEVICES_XXX_/$GS_DEVS/;" src/unix-gcc.mak > Makefile sed -e "s/_XXX_RPM_GS_DEVICES_XXX_/$GS_DEVS/;" src/unix-gcc.mak > Makefile
@ -655,6 +661,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libijs.a %{_libdir}/libijs.a
%changelog %changelog
* Tue Mar 9 2004 Tim Waugh <twaugh@redhat.com> 7.07-15.2
- Added bjc250gs driver (bug #117860).
* Thu Jan 15 2004 Tim Waugh <twaugh@redhat.com> 7.07-15.1 * Thu Jan 15 2004 Tim Waugh <twaugh@redhat.com> 7.07-15.1
- Build for Fedora Core 1 printer drivers update. - Build for Fedora Core 1 printer drivers update.
- Turn off fontconfig. - Turn off fontconfig.